How to cross-platform select the text of textgadget ?

Just starting out? Need help? Post your questions and find answers here.
SkyManager
Enthusiast
Enthusiast
Posts: 339
Joined: Tue Jan 30, 2007 5:47 am
Location: Hong Kong

How to cross-platform select the text of textgadget ?

Post by SkyManager »

Hi all, does anybody know how PB select a portion of textgadget text??
Not only in window but cross-platform.
User avatar
mk-soft
Always Here
Always Here
Posts: 5393
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: How to cross-platform select the text of textgadget ?

Post by mk-soft »

Code: Select all

StringGadget(#MainString, 10, 10, 200,30, "Hello World!", #PB_String_BorderLess | #PB_String_ReadOnly)
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply