Search found 8 matches

by cougar05
Fri May 08, 2020 8:36 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Switch button
Replies: 13
Views: 6446

Re: Switch button

:lol: :lol: :lol: My bad!

In the end, your advice work at all!
Thanks a lot!!!
by cougar05
Fri May 08, 2020 7:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Switch button
Replies: 13
Views: 6446

Re: Switch button

The line "set the hilite of widget "switch1" to FALSE" you told me to put in the Stack Script. I put it in the reset button script to. Now it works :D
by cougar05
Fri May 08, 2020 7:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Switch button
Replies: 13
Views: 6446

Re: Switch button

I fixed it! Thanks for your help! This is in the script from the reset button: on mouseUp put empty into fld "field1" put empty into fld "field2" put empty into fld "field3" put empty into fld "field4" put empty into fld "field5" put empty into fld "field6" put empty into fld "field7" put empty into...
by cougar05
Fri May 08, 2020 5:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Switch button
Replies: 13
Views: 6446

Re: Switch button

Thank you for the info Klaus! But the problem is still there. When i save the program and open it new and write something, klick on the switch to strikeout and klick again to plain ist. And when i klick the reset button and write something in one of the fields, its strikeout. Even though the switch ...
by cougar05
Fri May 08, 2020 4:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Switch button
Replies: 13
Views: 6446

Re: Switch button

Wie ich sehe bist du aus Deutschland. Ich bin aus Österreich! Vielen Dank für die Info! Die Seite ist auch sehr hilfreich. Leider ist es beim Script noch immer so, dass das oberste Feld mit dem Switch daneben immer durchgestrichen beginnt. Erst wenn ich den Switch "einschalte" wird der Text "plain" ...
by cougar05
Fri May 08, 2020 4:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Switch button
Replies: 13
Views: 6446

Re: Switch button

Can you help me with an oder problem in this script? I want to write a little script for a shoppinglist. A textfield left on right a switch. When the switch is on, then the text in the field goes strikeout. On the button a reset button (that works) The script in the switches is: on hiliteChanged if ...
by cougar05
Fri May 08, 2020 4:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Switch button
Replies: 13
Views: 6446

Re: Switch button

Hello Klaus! Thanks a lot for your answer!!! It helps me a lot! I put this code into the script of the button "reset" on mouseUp put empty into fld "field1" put empty into fld "field2" put empty into fld "field3" set the hilite of widget "switch1" to FALSE set the hilite of widget "switch2" to FALSE...
by cougar05
Fri May 08, 2020 3:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Switch button
Replies: 13
Views: 6446

Switch button

Hello I'm a really newbie and my english is also really not good! Sry for that! I play a little bit with LiveCode and i have a problem with a switch button. In my script i set a normal button that should set by klicking the switch button from on to off. The button also put empty into some fields. I ...