Search found 4 matches

by Hapache
Tue Mar 15, 2011 10:14 am
Forum: Talking LiveCode
Topic: setting a intial value in a combo box
Replies: 3
Views: 3274

Re: setting a intial value in a combo box

bn wrote:Hi Hapache,

look at menuhistory.

Code: Select all

set the menuhistory of btn "myComboBox" to 2
regards

Bernd
This is working perfectly
Thanks
by Hapache
Tue Mar 01, 2011 2:36 pm
Forum: Talking LiveCode
Topic: setting a intial value in a combo box
Replies: 3
Views: 3274

setting a intial value in a combo box

Hello, I have a button type combobox with a list of value in menu items (00, 01, 02, 03,..). And, I would like to script that during preOpenCard, the selected value of the combo is 02. I tried many ways, but didn't find one working and didn't find something helping me in the documentation. Does some...
by Hapache
Thu Feb 24, 2011 4:17 pm
Forum: Talking LiveCode
Topic: Manipulation of time and date
Replies: 3
Views: 4040

Re: Manipulation of time and date

Thanks,
I needed the "convert XX to date or to time" function.... it's what I called convert back.
It works.

Thanks for this quick answer

Hapache
by Hapache
Thu Feb 24, 2011 12:50 pm
Forum: Talking LiveCode
Topic: Manipulation of time and date
Replies: 3
Views: 4040

Manipulation of time and date

Hello, I'm new in Livecode use. I done tutorials and some search on the lessons part of the site. I would like to manipulate date and time.. just add some days, some hours or minutes. I found the wait to get the time & date, to convert it into item.... so I can manipulate Items but therefore I don't...