Search found 33 matches

by tjo7777
Fri Sep 29, 2017 6:21 pm
Forum: Android Deployment
Topic: Disable speaker on Android...
Replies: 2
Views: 3045

Re: Disable speaker on Android...

Hi Andy, Thanks for your reply. In general you are correct that inserting the headphone plug into the jack disables the speaker. However many Android users have found that for some reason notifications are still played through the speaker even when headphones are plugged in. I am looking for a way t...
by tjo7777
Fri Sep 29, 2017 10:44 am
Forum: Android Deployment
Topic: Disable speaker on Android...
Replies: 2
Views: 3045

Disable speaker on Android...

Does anyone know of a way to disable the speaker on an Android device? I still need to have audio coming from the headphone jack so I cannot simply turn the volume all the way down unless there is a way to do this independently for the speaker only but not the headphones. Thanks in advance for any s...
by tjo7777
Sat Jun 03, 2017 6:19 pm
Forum: Android Deployment
Topic: Radio Buttons look awful...
Replies: 12
Views: 8537

Re: Radio Buttons look awful...

Thanks for the suggestions, much appreciated. For my application the user has just two choices, and can only select one or the other, so radio buttons make sense and would be faster for the user than a mobile picker. Checking out the icons at material.io, these look like what I was hoping for. But s...
by tjo7777
Sat Jun 03, 2017 4:49 am
Forum: Android Deployment
Topic: Radio Buttons look awful...
Replies: 12
Views: 8537

Radio Buttons look awful...

I used radio buttons on Android today and they look terrible. Rather than the circle with a dot in the center to indicate it's hilited they are a black diamond outline which is filled in solid black when hilited. I know you can create your own icons, but I don't understand why the default one looks ...
by tjo7777
Mon Mar 16, 2015 4:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: icons for menu items?
Replies: 11
Views: 5901

Re: icons for menu items?

First, thank you everyone for the great replies. It seems that using a stack gives you the most flexibility. I am assuming you just have a button launch a new stack that will be designed to behave like a drop down menu. I have not tried this yet, but it sounds doable. On mobile, could this be used t...
by tjo7777
Sat Mar 14, 2015 1:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: icons for menu items?
Replies: 11
Views: 5901

Re: icons for menu items?

Thanks Simon,

I will take a look and see if I can figure it out.

TJ.
by tjo7777
Sat Mar 14, 2015 12:50 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: icons for menu items?
Replies: 11
Views: 5901

icons for menu items?

Is there any way to add icons to items displayed in a drop down menu? If that is not possible, is there any way to set the color of the text for each menu item to a different color? Ideally I would my drop down menu to look like: RED ( red circle icon here ) GREEN ( green circle icon here ) YELLOW (...
by tjo7777
Thu Feb 26, 2015 4:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: resize card with minimum width and height
Replies: 3
Views: 3588

Re: resize card with minimum width and height

Hi Jalz, I'm pretty much a noob myself, but I think I can answer this question for you. You can use code like this to set the minimum stack width and height: on resizeStack cardWidth, cardHeight set the minWidth of this stack to 600 set the minheight of this stack to 450 end resizeStack In this exam...
by tjo7777
Wed Feb 25, 2015 7:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Select a pull down menu item from another handler...
Replies: 12
Views: 9008

Re: Select a pull down menu item from another handler...

THANK YOU!!! :D
Yes, it seems menuhistory is what I was looking for! I did try to search on my own for quite a while, but somehow missed this.

Cheers,

TJ.
by tjo7777
Wed Feb 25, 2015 4:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Select a pull down menu item from another handler...
Replies: 12
Views: 9008

Re: Select a pull down menu item from another handler...

Hi magice, Thank you for your help. I did try using menuPick and it did not seem to work on the drop down type menu. However to my pleasant surprise today it seems to work using "set the label of btn". I swear yesterday I tried that and it didn't work?! Probably it was my mistake. Anyway I came up w...
by tjo7777
Wed Feb 25, 2015 3:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Select a pull down menu item from another handler...
Replies: 12
Views: 9008

Re: Select a pull down menu item from another handler...

Thank you for all the replies, sorry if I did a poor job of explaining my issue. I was looking for something like what magice posted. send "menuPick myChoice" to btn "myDropDownBtn" Basically I want to simulate a choice being made on the drop down menu. As Klaus pointed out it does not seem to have ...
by tjo7777
Wed Feb 25, 2015 5:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Select a pull down menu item from another handler...
Replies: 12
Views: 9008

Select a pull down menu item from another handler...

I have a pull down menu with several options available. Is there a way I can change the selection of the pull down menu from another handler? I tried a bunch of things like this: if item = 6 then set the selection of button "Custom Items" to menuitem 6 end if I tried all the variations I could think...
by tjo7777
Tue Feb 24, 2015 10:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: using get matchText true/false return...
Replies: 3
Views: 2640

Re: using get matchText true/false return...

Hi Simon,

Thanks for your reply. I think I got it now.

Thanks so much for taking the time to reply. God only knows how long I would have searched on my own before finding the it variable. Having an off brain day, lol.

TJ. :D
by tjo7777
Tue Feb 24, 2015 9:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: using get matchText true/false return...
Replies: 3
Views: 2640

using get matchText true/false return...

I know this is probably a stupid question, but I'm kinda struggling... Code looks like this: on MouseUp local tLineNumber put 1 into tLineNumber put 1 into NewListNumber repeat for each line tLine in field "PlayerList" put line tLineNumber of field "PlayerList" into playerlistline get matchText(play...
by tjo7777
Tue Feb 24, 2015 7:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: matchText can't find handler error...
Replies: 2
Views: 2074

Re: matchText can't find handler error...

Thank you Klaus for your speedy reply and accurate answer.

It is very much appreciated! :D

TJ.

Go to advanced search