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
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
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
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
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
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
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
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
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
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
>
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
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
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 |
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-
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.
---
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
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
17 matches
Mail list logo