wildcards, I should add - so I craddled my search term in two of them:
"*" &tSearch & "*"
... and indeed no "items" specified. Works on tSource Var as such.
Search found 9 matches
- Tue Aug 18, 2015 12:36 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: filter issues
- Replies: 10
- Views: 7399
- Tue Aug 18, 2015 12:34 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: filter issues
- Replies: 10
- Views: 7399
Re: filter issues
Nah! Livecode is pure poetry... Just flies on those English wings!
And thanks for that last input - the wildcard did it! Genius! Works!!!
And thanks for that last input - the wildcard did it! Genius! Works!!!
- Mon Aug 17, 2015 8:29 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: filter issues
- Replies: 10
- Views: 7399
Re: filter issues
Example card:
fld " searchFrequency " contains " Explosion ";
table field above it named " wordFreq ";
blue button next to it contains script:
on mouseUp
set the itemdel to cr
put the text of fld "searchFrequency" into tSearch
put the text of fld "WordFreq" into tSource
filter items of ...
fld " searchFrequency " contains " Explosion ";
table field above it named " wordFreq ";
blue button next to it contains script:
on mouseUp
set the itemdel to cr
put the text of fld "searchFrequency" into tSearch
put the text of fld "WordFreq" into tSource
filter items of ...
- Mon Aug 17, 2015 8:14 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: filter issues
- Replies: 10
- Views: 7399
Re: filter issues
Simon, Richard and Craig - - -
thanks a lot for the prompt replies. Tried everything - but my bug must be in how I apply the filter?
Here's the full script:
on mouseUp
set the itemdel to cr
put the text of fld "searchFrequency" into tSearch
put the text of fld "WordFreq" into tSource ...
thanks a lot for the prompt replies. Tried everything - but my bug must be in how I apply the filter?
Here's the full script:
on mouseUp
set the itemdel to cr
put the text of fld "searchFrequency" into tSearch
put the text of fld "WordFreq" into tSource ...
- Mon Aug 17, 2015 6:37 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: filter issues
- Replies: 10
- Views: 7399
filter issues
Hi everyone
the filter function seems very straightforward - yet I can't get it to work for me...
I'm using a text entry field to specify a filter word, that should then be used to filter the lines of a table field containing words in column 1, and numbers in column 2.
So, e.g.:
filter ...
the filter function seems very straightforward - yet I can't get it to work for me...
I'm using a text entry field to specify a filter word, that should then be used to filter the lines of a table field containing words in column 1, and numbers in column 2.
So, e.g.:
filter ...
- Wed Apr 29, 2015 9:28 pm
- Forum: Feature Proposals
- Topic: freeform buttons
- Replies: 4
- Views: 4950
freeform buttons
Drag'n drop freefrom buttons / clickable controls - - - that would be a huge plus.
Currently, if you want to use the built-in button functionality (e.g., mouse-over and click state changes, tooltips etc), rather than building a button behavior from scratch, you have to use a transparent button ...
Currently, if you want to use the built-in button functionality (e.g., mouse-over and click state changes, tooltips etc), rather than building a button behavior from scratch, you have to use a transparent button ...
- Wed Apr 29, 2015 8:54 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: PNG control & alpha / clickeable area
- Replies: 9
- Views: 6790
Re: PNG control & alpha / clickeable area
Yeah.... wwwwwidgets. But building one is a bit more involved than simple drag and drop, I take it. But it'll be exciting, once we get to LC 8, I'm sure.
Further to Jacque's point: I am indeed talking about transparent buttons with icons. Was hoping I could use all the btn functionality, minus the ...
Further to Jacque's point: I am indeed talking about transparent buttons with icons. Was hoping I could use all the btn functionality, minus the ...
- Wed Apr 29, 2015 12:37 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: PNG control & alpha / clickeable area
- Replies: 9
- Views: 6790
Re: PNG control & alpha / clickeable area
Thanks Jacqueline and Craig! I think that's just what I need.
I'd only approached this from trying to bend the built-in button control and its functionality to my purpose.
But if I want a custom-shaped button (or other control, for that matter) it seems I'll have to - but can - build it myself.
I'd only approached this from trying to bend the built-in button control and its functionality to my purpose.
But if I want a custom-shaped button (or other control, for that matter) it seems I'll have to - but can - build it myself.
- Mon Apr 27, 2015 6:03 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: PNG control & alpha / clickeable area
- Replies: 9
- Views: 6790
PNG control & alpha / clickeable area
Hi everyone
What if you come from a tool like Sketch, or Photoshop, and you have, e.g., built a mock up UI with clickeable areas that don't match neat "sqare buttons", which for that reason don't lend themselves to custom skinning? In fact, anything non-square doesn't really.
Maybe I'm missing ...
What if you come from a tool like Sketch, or Photoshop, and you have, e.g., built a mock up UI with clickeable areas that don't match neat "sqare buttons", which for that reason don't lend themselves to custom skinning? In fact, anything non-square doesn't really.
Maybe I'm missing ...