Search found 27 matches

by itzybitzyspider
Sun Mar 12, 2023 12:07 am
Forum: Coding Questions
Topic: ListViewGadget multi select
Replies: 0
Views: 9868

ListViewGadget multi select

Hi, I have a ListView gadget with mutli select and a EventType Change binded GadgetId = ListViewGadget(#PB_Any, 5, 15, 185, 100, #PB_ListView_ClickSelect) BindGadgetEvent(GadgetId, @SelectFilters(), #PB_EventType_Change) With multi select, I only get the current selection via CurrentSelection.s = Ge...
by itzybitzyspider
Wed Mar 08, 2023 11:33 am
Forum: Coding Questions
Topic: Base font type for all gadgets
Replies: 2
Views: 936

Re: Base font type for all gadgets

@AZJIO Thanks for the pointer
by itzybitzyspider
Sat Mar 04, 2023 10:13 pm
Forum: Coding Questions
Topic: Base font type for all gadgets
Replies: 2
Views: 936

Base font type for all gadgets

Is there a simpler way to apply a font type/size to all gadgets rather than going SetGadgetFont() for every Gadget I put in?
by itzybitzyspider
Sat Mar 04, 2023 1:14 am
Forum: Coding Questions
Topic: ScrollAreaGadget - referring to it after CloseGadgetList
Replies: 2
Views: 948

ScrollAreaGadget - referring to it after CloseGadgetList

Hi, ScrollAreaGadget(#ContainerMenu, 160, 35, ScreenWidth - 170, ScreenHeight - 100, ScreenWidth-190, ScreenHeight - 120, 10) CloseGadgetList() I've got the above code, where ScreenWidth and ScreenHeight is defined with DesktopWidth and DesktopHeight accordingly. After this definition, I want to ADD...
by itzybitzyspider
Sun Feb 26, 2023 11:25 pm
Forum: Coding Questions
Topic: Space before window title
Replies: 2
Views: 980

Re: Space before window title

@Peter, much obliged as always!
by itzybitzyspider
Sat Feb 25, 2023 10:49 pm
Forum: Coding Questions
Topic: Space before window title
Replies: 2
Views: 980

Space before window title

Hi guys, simple question here.

https://pasteboard.co/uGMs61mSXSA6.png

how do you set that space before the title of a window? Is this a global icon or can I set it per window?
by itzybitzyspider
Sat Feb 25, 2023 5:43 am
Forum: Coding Questions
Topic: Working in dev but not after deploy
Replies: 6
Views: 2045

Re: Working in dev but not after deploy

@Peter, you are king. Thank you for the knowledge.
by itzybitzyspider
Tue Feb 14, 2023 3:21 am
Forum: Coding Questions
Topic: Screen capturing a web gadget
Replies: 0
Views: 1629

Screen capturing a web gadget

Hi,

any way of screen capturing a web gadgets output/display and making that into a image so I can use it as a sprite?

I was giving it some thought. Is there a Peek way of getting the screen output and then putting it into a variable?
by itzybitzyspider
Tue Feb 14, 2023 2:32 am
Forum: Coding Questions
Topic: Working in dev but not after deploy
Replies: 6
Views: 2045

Re: Working in dev but not after deploy

Off topic: Seems like another poor soul wants to update a firmware for Epson PoS/Fiscal printers via the Webinterface. On topic: I'm sorry, I can't test at the moment (no File.io access). Nope, it's part of including that library so I can call it and print to the printer. Not trying to update a fir...