I searched the forum on the topic but could nt find the right one. How to enter number in a field which automatically inputs the number with comma in thousand separator format like 123,456,789 format??
Need help please. Lets say, i have two option menus in a card, with three options (A, B, C) and (X,Y, Z) on each one. How can I run a conditional function or do something, by checking that each menu option has some selection. like Option A in first menu and Option Z in second menu carry a ...
Well now, I tested the stack in real device. For small text, there is no problem and it displays well in both cards any time. But for big text, the display result in card 2 (with native scroller) is different every time. Sometimes it displays and scroll well upto the full length of text ...
I have two card in my apps; one to import text while other has scroller in it. To import text, first card needs to be assessed everytime. So I thought below code in the second card delete the scroller everytime when the card is closed. Isn't it so ??
Thank you. My problem is solved PARTIALLY. Now, problem of hidden text in upper part of field is solved, even if text size is increased.
Now, what to be done for bottom part if text is longer? Only solution seems to me is to set height of field "text" to very high number. But it will not ...
Learning Livecode and it is fun as all. I am facing issues with Native Scroller. I have some text file contents needs to be imported in field "text" which is scrollable in group "scrollArea". As long as the text content is small, there is no problem with scroller and it does fine. But ...
How to create a list menu like that we have on Android, whereby touching a menu option will open another submenu inside? I referred to many posts in this forum regarding creating such menu system i.e. mobilepicker options, gridviews etc and now I am confused. It's may be somewhere in the ...
Now tried it..it is not working, fully :D With above script, backkey will take me to card 2 direct from the browser. While changing the portion of the same. as below, I can roam within the browser but cannot exit to card 2.- on firstPage if gEnd= true then go cd 2 end if end ...