Re: Tab Buttons Mac vs. Win

2020-07-18 Thread Stephen Barncard via use-livecode
I am off topic and off center. On Sat, Jul 18, 2020 at 09:28 Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Stephen Barncard wrote: > > > If in 1975 I hadn't gotten pissed off at the Grateful Dead and > > taken off to LA... > > Probably too off-topic for this list, b

Re: Tab Buttons Mac vs. Win

2020-07-18 Thread Richard Gaskin via use-livecode
Stephen Barncard wrote: > If in 1975 I hadn't gotten pissed off at the Grateful Dead and > taken off to LA... Probably too off-topic for this list, but that sounds like a story worth hearing. Perhaps over a beer after the madness ends and travel resumes... -- Richard Gaskin Fourth World Sy

Re: Tab Buttons Mac vs. Win

2020-07-18 Thread Stephen Barncard via use-livecode
I had become aware of and long appreciated Tog, even in 1983 when I had a job at Datamost, and the first mac on my desktop. The single floppy and the horrible printer got in the way and I didn't again consider the machine for my hardware control development work over the Apple ][ until 1987 when I

Re: Tab Buttons Mac vs. Win

2020-07-17 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > I would LOVE to find out how Livecode for Mac draws those beautiful > tab buttons so I can duplicate it on Windows, because DAYAM are the > Windows ones ugly! Around the turn of the century I wrote to Bruce Tognazzini, back when he was still taking email questions. I aske

Re: Tab Buttons Mac vs. Win

2020-07-14 Thread Klaus major-k via use-livecode
Hi Bob, > Am 14.07.2020 um 18:58 schrieb Bob Sneidar via use-livecode > : > > Hi all. > > I would LOVE to find out how Livecode for Mac draws those beautiful tab > buttons so I can duplicate it on Windows, because DAYAM are the Windows ones > ugly! these controls (and more like checkboxes

Re: Tab buttons wrong

2014-12-10 Thread William Prothero
What I meant to note is that in the various “Preferences” panels that have tabs, like the “Sounds” panel (I’m still on Mavericks), the currently selected tab (what I called the “active tab”) is dark and the unselected tabs are white, or lighter in color. Whereas on Safari (an Apple app also) and

Re: Tab buttons wrong

2014-12-09 Thread Terence Heaford
I am getting confused with "darker tab is the active one”. In system preferences/Desktop & Screen Saver as an example. If you click on the Screen Saver Tab: 1. The text of the Screen Saver Tab is white and it’s background is blue. 2. The text of the Desktop Tab is black and it’s background is wh

Re: Tab buttons wrong

2014-12-09 Thread William Prothero
It’s very interesting because Safari, Firefox, Excell, most Mac applications have lighter colored tabs for the active tab. The tabs in the Systems Preferences work so the darker tab is the active one. Seems, with Safari at least, Apple is inconsistent. Bill On Dec 9, 2014, at 10:11 AM, Terence

Re: Tab buttons wrong

2014-12-09 Thread Terence Heaford
In addition the text in the button is offset far to much towards the bottom of the tab. There is a bug report for this one but it has not been incorporated into the last release. All the best Terry > On 9 Dec 2014, at 18:09, Terence Heaford wrote: > > Except when the window is inactive the

Re: Tab buttons wrong

2014-12-09 Thread Terence Heaford
Except when the window is inactive the colours of the tab are not dimmed. Is it expected in LiveCode that you disable the tabbed control? All the best Terry > On 9 Dec 2014, at 15:42, William Prothero wrote: > > Oh well, my bad. The Tabbed control in Livecode follows the way Apple does it >

Re: Tab buttons wrong

2014-12-09 Thread William Prothero
Looks like I was wrong on this one. In the OSX Preferences window, the active tab is set to a dark grey, while the inactive tabs are light grey. In Safari, Firefox, and other programs, the active tab is light and the inactive tabs are darker. Weird. Oh well, my bad. The Tabbed control in Liveco

Re: Tab buttons wrong

2014-12-07 Thread William Prothero
BTW, the tab buttons I’m talking about are on the tabbed button control. I know there was discussion about the color of the text on the buttons, but this seems like a big bug to me. The active tab should be lighter, while the inactive tabs are greyed darker. Comments before I submit a bug repor

Re: Tab Buttons

2014-03-07 Thread J. Landman Gay
On 3/6/14, 3:01 PM, Terence Heaford wrote: how do you hilite tab 1? Is there someway to set it via script. something like set the selectedTab of btn “my tab button” to 1 Close. See "menuHistory" in the dictionary. A tab button is a type of menu button. -- Jacqueline Landman Gay |

Re: Tab Buttons

2014-03-06 Thread Mark Schonewille
Terry, The menuHistory is the last menu item selected by the user. Hence "history". Thus far, it isn't a very strange name. This property just happens to be modifiable by script. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-

Re: Tab Buttons

2014-03-06 Thread AndyP
Hi Terry, Not a silly question at all, it's noot obvoiuos what you would search for for this problem in the dictionary. You need t use the menuHistory property wich defines which tab is hilited. Try this; set the menuHistory of btn "TabMenu" to "1" 1 relates to the first tab and so on. ---

Re: Tab Buttons

2014-03-06 Thread Terence Heaford
Thanks Mark, Found menuHistory just before your post. A strange property name. All the best Terry On 6 Mar 2014, at 21:17, Mark Schonewille wrote: > Hi Terence, > > There are several ways to do this, e.g. > > select line (the number of this cd) of btn "My Tab Button" > > or > > set the

Re: Tab Buttons

2014-03-06 Thread Mark Schonewille
Hi Terence, There are several ways to do this, e.g. select line (the number of this cd) of btn "My Tab Button" or set the menuHistory of btn "My Tab Button" to the number of this cd -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://econom