Search found 5 matches

by fgraux
Mon Jun 17, 2019 11:26 am
Forum: Converting to LiveCode
Topic: Issue while filtering a received string
Replies: 8
Views: 59214

Re: Issue while filtering a received string

Thank you jacque
it's perfectly working
best
by fgraux
Fri Jun 14, 2019 6:09 pm
Forum: Converting to LiveCode
Topic: Issue while filtering a received string
Replies: 8
Views: 59214

Re: Issue while filtering a received string

Thank you Sphere
I'm a new LC user and didn't know the itemDelimiter which is quite usefull.
However, my problem remains the same in the final part :
I early succeed to build the menu button dynamically (but updated to follow your method).
The things is that it still refuses to filter my gridtext ...
by fgraux
Fri Jun 14, 2019 8:07 am
Forum: Converting to LiveCode
Topic: Issue while filtering a received string
Replies: 8
Views: 59214

Re: Issue while filtering a received string

Hi Jacque
here is the retrieved string:
OLD/FRAMESSSS
OLD/NTSC-TEST-30
OLD/NTSC-TEST-60
OLD/PHONE
OLD/SCORE_STARS2
TITRE/1MANDARIN
TITRE/BASIC2_A
TITRE/COMINGUPNEXT2FIELDS
XTEMPLATE/INDEX
SCORE/1SCORE_STARS2
SCORE/12CHAMPS
SCORE/8CHAMPS
SCORE/24CHAMPS
HTML_TEMPLATE/TEMPLATE2
HTML_TEMPLATE/TEMPLATE ...
by fgraux
Thu Jun 13, 2019 8:55 am
Forum: Converting to LiveCode
Topic: Issue while filtering a received string
Replies: 8
Views: 59214

Re: Issue while filtering a received string

Hi jacque
thanks for your answer.
I tried your solution :
the first code nicely populates the button.
But the second code (option button one) sends to an error :
button "templatefold": execution error at line 5 (Object: object does not have this property), char 17
Did I miss something ?
thanks ...
by fgraux
Wed Jun 12, 2019 11:18 am
Forum: Converting to LiveCode
Topic: Issue while filtering a received string
Replies: 8
Views: 59214

Issue while filtering a received string

Hi there
I receive a string from a distant server containing a list of files(including their folder), aka :

Folder1/File1
Folder1/File2
Folder2/File3
etc

I want put this into a dataGrid and be able to filter those within folder.
I manage to emulate a menu button to choose the folder
with this ...