Thanks Klaus, I will try that
theo
Search found 7 matches
- Tue Nov 20, 2012 2:39 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to create a horizontal window
- Replies: 2
- Views: 2264
- Tue Nov 20, 2012 12:03 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to create a horizontal window
- Replies: 2
- Views: 2264
How to create a horizontal window
Hi,
I need to create a window (card) of which the information is larger then the size of the card (think about a gant-chart). How do I create a scrollable window / card so that I can populate this an scroll left and right to display the information to the user?
Thanks
Theo
I need to create a window (card) of which the information is larger then the size of the card (think about a gant-chart). How do I create a scrollable window / card so that I can populate this an scroll left and right to display the information to the user?
Thanks
Theo
- Fri Nov 16, 2012 9:15 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: split and array
- Replies: 1
- Views: 1609
split and array
Hi,
How do I find the size of the array after a split?
I tied the last item but that returns empty
for now I do this:
put 0 into n
repeat for each element e in FilePath
add 1 to n
end repeat
set the text of field "lblFileName" to Filepath[n]
Thanks
Theo
How do I find the size of the array after a split?
I tied the last item but that returns empty
for now I do this:
put 0 into n
repeat for each element e in FilePath
add 1 to n
end repeat
set the text of field "lblFileName" to Filepath[n]
Thanks
Theo
- Wed Nov 14, 2012 4:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Database table into option button
- Replies: 1
- Views: 1677
Database table into option button
Hi, I have a problem figuring out how to do this: I have a table which has a id and an description I want to show the user the description is an option or combo button but when the choose an option have the ID as this will be linking in to another table as reference. Those anybody have an idea how t...
- Thu Nov 08, 2012 6:08 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: using selection handles
- Replies: 5
- Views: 4867
using selection handles
Hi, Is there anyone who can point me in the right direction to use the selection handle in run time. I am making a workflow application in which I am possible to visualise a workflow graphically with blocks (like visio) and need to draw lines between them. I would be able to select two graphical obj...
- Thu Nov 08, 2012 3:02 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Dynamic assigning behaviors
- Replies: 4
- Views: 3363
Re: Dynamic assigning behaviors
Thanks all, I had found it and it works
- Thu Nov 08, 2012 2:40 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Dynamic assigning behaviors
- Replies: 4
- Views: 3363
Dynamic assigning behaviors
Hi I am trying to assign a behavior to a dynamic created graphic but get the following error: execution error at line n/a (parentScript: bad object) near "graphic id 1109 of card id 1002 of stack "codelibrary" of stack "/Users/theovanstratum/Documents/ProjectX/workflow test.livecode"" The code that ...