Re: Creating a simple menu

2022-01-08 Thread David Squance via use-livecode
It won’t. It’s just to show a layout that incorporates the components that other team members have chosen from our old website that are to be retained, based on one of the available general designs the company that’s going to create the website has. My HTML was rudimentary at best when I used it

Re: Creating a simple menu

2022-01-08 Thread Richard Gaskin via use-livecode
David Squance wrote: > I want to create a mock-up of a web site... How will this LC stack be used in the web dev process? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web _

Re: Creating a simple menu

2022-01-08 Thread David Squance via use-livecode
I see. Thanks for the confirmation. > On Jan 8, 2022, at 2:06 PM, J. Landman Gay via use-livecode > wrote: > > You're probably using an option button in that case. LC calls on the OS to > draw those, which produces a standard system appearance. You can't change it. > On Mac the drop-down is t

Re: Creating a simple menu

2022-01-08 Thread J. Landman Gay via use-livecode
You're probably using an option button in that case. LC calls on the OS to draw those, which produces a standard system appearance. You can't change it. On Mac the drop-down is to the side, on Windows it's underneath. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | h

Re: Creating a simple menu

2022-01-08 Thread David Squance via use-livecode
Thanks for the help to all who replied. I finally found the item I needed in the tools palette. I don’t want a menu bar, just a button that produces drop-down options. A couple minor items: can the font size for the menu items be changed? And the 3D option with a menu button seems to make no dif

Re: Creating a simple menu

2022-01-08 Thread J. Landman Gay via use-livecode
The easiest way is to use the Menu Builder in the Tools menu. If you want to do it manually, the pulldown button in the tools palette is type "menu". But the builder is faster and easier. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com O

Re: Creating a simple menu

2022-01-08 Thread Mark Wieder via use-livecode
On 1/7/22 7:41 PM, David Squance via use-livecode wrote: However, if I create a button, menu is not an option in the list of styles. And what do the “menu controls” in the tools palette look like? I’m sure I’m missing something pretty basic, but I am definitely missing it. I guess I can copy

Re: Creating a simple menu

2022-01-08 Thread Alex Tweedly via use-livecode
On 08/01/2022 13:14, Alex Tweedly via use-livecode wrote: I think you mean "[...] menu is not an option in the list of styles in the dictionary". I meant to say "in the list of styles in the drop-down list, although it is in the dictionary" Hope that wasn't confusing. Apart from that, t

Re: Creating a simple menu

2022-01-08 Thread Alex Tweedly via use-livecode
caveat - I've never done any of this in real life :-) On 08/01/2022 03:41, David Squance via use-livecode wrote: Hi all, I want to create a mock-up of a web site, so some menus are required. It’s something I’ve done very little with, and the last was years ago. I’m an infrequent LC user, anyw