Re: Checkmarks in popup menus?

2025-04-10 Thread Bob Sneidar via use-livecode
Still not clear. The list server is mangling our posts.=20 Bob S > On Apr 9, 2025, at 8:02 AM, Craig Newman via use-livecode wrote: >=20 > Maybe that was not clear. >=20 > Prepending =3DE2=3D80=3D9C!c=3DE2=3D80=3D9D at the beginning of a line in= the =3D > button=3DE2=3D80=3D99s contents will

Re: Checkmarks in popup menus?

2025-04-10 Thread Craig Newman via use-livecode
Hmmm. Shall we move to the forum? Craig > On Apr 9, 2025, at 11:39 AM, Bob Sneidar via use-livecode = wrote: >=20 > Still not clear. The list server is mangling our posts.=3D20 >=20 > Bob S >=20 >=20 >> On Apr 9, 2025, at 8:02 AM, Craig Newman via use-livecode = ists.runrev.com> wrote: >> =3D20

Re: Checkmarks in popup menus?

2025-04-10 Thread Craig Newman via use-livecode
Placing =E2=80=9C!c=E2=80=9D places a checkmark in front of a particular = line in a button=E2=80=99s contents.=20 Craig > On Apr 9, 2025, at 3:33 AM, Peter Bogdanoff via use-livecode = wrote: >=20 > Hi, >=20 > I suspect that this has been asked before=3DE2=3D80=3D94 >=20 > I want a pop down men

Re: Checkmarks in popup menus?

2025-04-09 Thread Bob Sneidar via use-livecode
V2hhdCBkbyB5b3UgbWVhbiBieSBiYW5nPz8gSSB1c2VkIGEgZGFzaCwgaXQgZG9lc27igJl0IHdv cmsgb24gTWFjT1MuIE1heWJlIGFuIE9TIHRoaW5nLiANCg0KQm9iIFMNCg0K ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and mana

Re: Checkmarks in popup menus?

2025-04-09 Thread Bob Sneidar via use-livecode
SSB0cmllZCBleGNsYW1hdGlvbiBhbmQgYSBjIGJ1dCB0aGF0IGRvZXNu4oCZdCB3b3JrIGVpdGhl ci4gSSB0aGluayBpdCBvbmx5IHdvcmtzIG9uIGNlcnRhaW4gbWVudSBpdGVtcy4gDQoNCkJvYiBT DQoNCg0KPiBPbiBBcHIgOSwgMjAyNSwgYXQgMTE6NTAgQU0sIEJvYiBTbmVpZGFyIDxib2JzbmVp ZGFyQGlvdGVjZGlnaXRhbC5jb20+IHdyb3RlOg0KPiANCj4gV2hhdCBkbyB5b3UgbWVh

Re: Checkmarks in popup menus?

2025-04-09 Thread Peter Bogdanoff via use-livecode
Craig, thank you! Prepending a bang and the letter c does it. I see that = in the dictionary it has that syntax only under the Menu keyword. LiveCode secrets. Peter > On Apr 9, 2025, at 8:02 AM, Craig Newman via use-livecode = wrote: >=20 > Maybe that was not clear. >=20 > Prepending =3DE2=3D80

Re: Checkmarks in popup menus?

2025-04-09 Thread Bob Sneidar via use-livecode
WWVzLCBIZWF0aGVyIHNhaWQgdGhleSBoYWQgc29tZSBraW5kIG9mIHNlY3VyaXR5IGV2ZW50IHdp dGggdGhlIGxpc3Qgc2VydmVyLCBhbmQgdGhleSBrbm93IHRoYXQgaXQgaXMgcHV0dGluZyByYW5k b20gY2hhcmFjdGVycyBpbiBwb3N0cywgYnV0IHNoZSBzYWlkIHRoZXkgd2VyZSBnb2luZyB0byBs ZWF2ZSBpdCBhcyBpcyB1bnRpbCB0aGV5IHdlcmUgc3VyZSB0aGV5IGRlYWx0IHdpdGgg

Re: Checkmarks in popup menus?

2025-04-09 Thread Richard Gaskin via use-livecode
Messages look fine in what remains of the web archive for these list mess= ages: https://lists.runrev.com/pipermail/use-livecode/2025-April/date.html I wonder is this email formatting issue may be related to why emails auto= -generated from LC's Bugzilla system come into my In Box flagged as "Spam

Re: Checkmarks in popup menus?

2025-04-09 Thread Klaus major-k via use-livecode
Did someone already report this inconvenience to the mothership? 8-) > Am 09.04.2025 um 19:14 schrieb Craig Newman via use-livecode = : >=20 > Hmmm. Shall we move to the forum? >=20 > Craig >=20 >> On Apr 9, 2025, at 11:39 AM, Bob Sneidar via use-livecode =3D > wrote: >> =3D20 >> Still not clear.

Re: Checkmarks in popup menus?

2025-04-09 Thread Craig Newman via use-livecode
Maybe that was not clear. Prepending =E2=80=9C!c=E2=80=9D at the beginning of a line in the = button=E2=80=99s contents will place a checkmark at the beginning of = that line. Craig > On Apr 9, 2025, at 11:00 AM, Craig Newman = wrote: >=20 > Placing =E2=80=9C!c=E2=80=9D places a checkmark in fr

Checkmarks in popup menus?

2025-04-09 Thread Peter Bogdanoff via use-livecode
Hi, I suspect that this has been asked before=E2=80=94 I want a pop down menu on the card that can show a menu item with a = checkmark before it indicating that item is set as true or false. I = don=E2=80=99t see a LiveCode control like that other than the menu = builder-type menus. Is this some

Re: Popup Menus

2021-11-03 Thread Bob Sneidar via use-livecode
TSIDE the > rect or the popped up items, menuPick is STILL triggered and the first item > in the text of the popup button is the parameter passed to it. > > This means that even if a user clicks off a popped menu, the handler is still > triggered. I think this is a bug, and popup

Popup Menus

2021-11-03 Thread Bob Sneidar via use-livecode
the popup button is the parameter passed to it. This means that even if a user clicks off a popped menu, the handler is still triggered. I think this is a bug, and popup menus ought not work that way, but neither here nor there. A workaround would be to detect if the mouseLoc was within the r

Popup Menus from another card

2017-12-22 Thread Bob Sneidar via use-livecode
Hi all. I am trying to popup a menu from another card. It isn't popping up. Here is the code. Is there a problem doing this?? on mouseDown pButtonNum if pButtonNum <> 3 then pass mouseDown put the long id of button "dgcontextual" of card "behaviors" of homeStack() into tPopupMenu popup

Re: Key shortcuts in popup menus?

2014-07-31 Thread Richard Gaskin
Devin Asay wrote: Can popup menus have keyboard shortcuts in them. My experimentation says "no". I hope I'm wrong. The HIGs suggest that any menu item hidden in a context menu should also be available in the main menu bar - so if done that way then you have your keyboard

Re: Key shortcuts in popup menus?

2014-07-31 Thread Dr. Hawkins
On Thu, Jul 31, 2014 at 1:19 PM, Devin Asay wrote: > Can popup menus have keyboard shortcuts in them. My experimentation says > "no". I hope I'm wrong. > I've done it on comboboxes with "on keyUp" handlers Now that I think of it, though, how are you go

Key shortcuts in popup menus?

2014-07-31 Thread Devin Asay
Can popup menus have keyboard shortcuts in them. My experimentation says "no". I hope I'm wrong. Devin Devin Asay Office of Digital Humanities Brigham Young University ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Bug with Popup menus on Windows

2012-11-09 Thread Peter Haworth
Thanks Richard. I saw that one in the QCC and I think it is related although in my case, the situation is that after the popup is displayed, it's impossible to select an item from it or even click anywhere outside the popup in order to dismiss it. Pete lcSQL Software On

Re: Bug with Popup menus on Windows

2012-11-09 Thread Richard Gaskin
Possibly related: Bug 7766 - use of popup in a scrolling field halts mouseMove messages http://quality.runrev.com/show_bug.cgi?id=7766 -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCode developers: http://www.LiveCodeJournal.com

Re: Bug with Popup menus on Windows

2012-11-09 Thread Peter Haworth
RGB, RAL, XYZ, H.Lab and other colour > spaces. http://www.color-converter.com > > We have time for new software development projects. Contact me for a quote. > > > > > On 9 nov 2012, at 17:38, Peter Haworth wrote: > > > Posted this on the Dev list a couple of days a

Re: Bug with Popup menus on Windows

2012-11-09 Thread Mark Schonewille
r so trying here. > > I'm seeing some strange behavior with popup menus on Windows. The same > menus work perfectly on OS X. > > I have a customer who has reported that after right clicking on a scrolling > list field to bring up a popup menu, he is unable to select any of the

Bug with Popup menus on Windows

2012-11-09 Thread Peter Haworth
Posted this on the Dev list a couple of days ago but still looking for an answer so trying here. I'm seeing some strange behavior with popup menus on Windows. The same menus work perfectly on OS X. I have a customer who has reported that after right clicking on a scrolling list field to

Re: Popup Menus

2011-02-06 Thread Björnke von Gierke
no no, lookandfeel is an environment property. it sets _everything_ at once, that's why i said you do not want that. Look it up in the dictionary, or in the ide, there's a menuitem in the 'view' menu, you can see for yourself that you'll not want it :) Note that what you did, as described below

Re: Popup Menus

2011-02-06 Thread Francis Nugent Dixon
Hi from Beautiful Brittany Thanks Richmond, Thanks Bjornke Can I define the textsize or font of the displayed menu ? I tried : set the lookandfeel to line 1 of field x : where the fontsize of this field was 24 So, lookandfeel seems to do the job for displaying the menu CONTENTS in the s

Re: Popup Menus

2011-02-06 Thread Björnke von Gierke
The popup style is controlled by the OS, so on mac os, using the default style, that is not built into buttons. It works, if you set the lookAndFeel to one of the emulated ones (or on linux it seems, as richmond said) The really flexible approach is to popup a stack, because then you can do wh

Re: Popup Menus

2011-02-06 Thread Richmond
On 02/06/2011 05:17 PM, Francis Nugent Dixon wrote: Hi from Beautiful Britanny. I can define the contents of a popup menu Easy-Peasy I can define its popup position Easy-Peasy BUT - Can I define the textsize or font of the displayed menu ? "The whole world wonders" .. Well . . . I

Popup Menus

2011-02-06 Thread Francis Nugent Dixon
Hi from Beautiful Britanny. I can define the contents of a popup menu Easy-Peasy I can define its popup position Easy-Peasy BUT - Can I define the textsize or font of the displayed menu ? "The whole world wonders" .. -Francis "Nothing should ever be done for the first time !" __