Search found 10 matches
- Thu May 26, 2011 9:37 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: datagrid: row divider
- Replies: 0
- Views: 1382
datagrid: row divider
Hi, I need a datagrid with row divider. I don't found this property in documentation. Am I right? I know that I can customize every column of my datagrid but if I have to add another column also I have to duplicate the same column. As workaround is there the possibility to customize the "default col...
- Wed May 11, 2011 10:59 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: hilitecolor in combobox
- Replies: 2
- Views: 2345
Re: hilitecolor in combobox
Quite interesting.
May be is only my impression but when a beginner ask a question and the answer can bring out the product you have an immediate response.
When you ask about lack of documentation, error, anomalies, bug ... there are no responses.
May be is only my impression but when a beginner ask a question and the answer can bring out the product you have an immediate response.
When you ask about lack of documentation, error, anomalies, bug ... there are no responses.
- Mon May 09, 2011 10:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: list of message of control
- Replies: 0
- Views: 1417
list of message of control
Hi.
I need the list of all the messages that a control can generate.
I don't find it in dictonary (i.e. for the button control the mouseup message is not flagged).
There is another source of documentation?
Thanks a lot.
I need the list of all the messages that a control can generate.
I don't find it in dictonary (i.e. for the button control the mouseup message is not flagged).
There is another source of documentation?
Thanks a lot.
- Mon May 09, 2011 10:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: hilitecolor in combobox
- Replies: 2
- Views: 2345
Re: hilitecolor in combobox
the details:
button datagrid of group "behaviors" of card "card id 1002" of stack "revdictonarybehaviorlibrary" of stack revdictonary.rev
handler private command _table.DrawColumns pColumns, pIndexesToDraw
button datagrid of group "behaviors" of card "card id 1002" of stack "revdictonarybehaviorlibrary" of stack revdictonary.rev
handler private command _table.DrawColumns pColumns, pIndexesToDraw
- Mon May 09, 2011 10:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: hilitecolor in combobox
- Replies: 2
- Views: 2345
hilitecolor in combobox
Hi. A problem and an error. First: why with my winxp when I set the hilitecolor of a combobox the forecolor change to white even if the forecolor property is black? Second: livecode dictonary error (my ver is 4.6.0 build 1341) How to replicate: Go to livecode dictonary - colum keyword,type,syntax,cl...
- Sat May 07, 2011 1:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: field contents
- Replies: 11
- Views: 12141
Re: field contents
Hi all.
I decided to use LC as my new development environment.
And before you start doing real, it is necessary to define all the utilities that serve to develop, fast and easy, all future applications.
Sparkout, I fully understand your tip and I'll use it.
Thanks.
I decided to use LC as my new development environment.
And before you start doing real, it is necessary to define all the utilities that serve to develop, fast and easy, all future applications.
Sparkout, I fully understand your tip and I'll use it.
Thanks.
- Fri May 06, 2011 5:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: field contents
- Replies: 11
- Views: 12141
Re: field contents
Hi Craig, I see you understand the real problem. It regards not only the field text content, but, in general, involves many properties of the objects of the cards that, during the debugging of the app, may change programmatically their values. In my app, for example, I can set invisible some fields ...
- Thu May 05, 2011 2:11 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: field contents
- Replies: 11
- Views: 12141
Re: field contents
Thanks Klaus, it's very kind of you. But , excuse my inexperience, I think that almost any programmer need to test his app, and tests need the insertion of text, combo, check, move the main stack and so on. Hence, all the developers have to set customproperties for setting the default value of each ...
- Thu May 05, 2011 12:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: field contents
- Replies: 11
- Views: 12141
Re: field contents
Thanks,
I hope not but this is a terrific way to set default value.
In order to see which are the default I have to read the scripts.
Not only, I have to set in every stack for every card the loop through al the controls!
I hope not but this is a terrific way to set default value.
In order to see which are the default I have to read the scripts.
Not only, I have to set in every stack for every card the loop through al the controls!
- Thu May 05, 2011 11:35 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: field contents
- Replies: 11
- Views: 12141
field contents
Hi all, I am a beginner with LC. When I run my app in Livecode I may change the field contents in every manner to test my app. When I save the app as standalone and run the .exe the app display the last content of the field that I have changed during "debugging". Like in VB I need to set a default v...