I know what I did wrong. The syntax is:
set the defaultMenubar to "MainMenu"
(NOT set the defaultMenubar to group "MainMenu" of card "MainCard")
Thanks again,
S.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to
Oh yeah? Well... well... MY wristwatch is a PDP-11, so NYAH!
:)
~ Chris Innanen
~ Nonsanity
On Tue, Jun 28, 2011 at 1:56 AM, Jeff Reynolds wrote:
> I still have my transparent developer's newton! talk about looks when i use
> to plop that down on a conference table! that and my sinclair z80 a
Thanks, Ken. So there's nothing magical about the Menu Builder--it's only a
handy device for making and grouping buttons. And "set the menubar of this
stack to X" doesn't change the behavior of the stack--it's only a pointer. I
got it.
I must still be doing something wrong because now that I have
I had this problem with v4.3 when I was using the AOL application. When I
dumped AOL, using aol.com instead, the problem went away.
Is this a possibility?
-Original Message-
From: william humphrey
To: How to use LiveCode
Sent: Tue, Jun 28, 2011 7:16 pm
Subject: LiveCode crashes on
> I used the Tools > Menu Builder to create a menu bar. This automatically
> moved all my controls down 22 pixels to make room for the group. But I want
> the menu only in Mac OS, so I put this in the openStack handler:
That's pretty unique - to only want a menubar in Mac OS; but if that's what
y
I used the Tools > Menu Builder to create a menu bar. This automatically
moved all my controls down 22 pixels to make room for the group. But I want
the menu only in Mac OS, so I put this in the openStack handler:
if the platform is "MacOS" then
set the menubar of this stack to "MainMenu"
els
Deleting the "My LiveCode" folder solves the problem.
On Tue, Jun 28, 2011 at 7:16 PM, william humphrey <
b...@bluewatermaritime.com> wrote:
> I've just started having a problem. LivCode crashes my 10.6.8 OS when I
> quit it. I even tried updating to LiveCode 4.6.2 and it still crashes when I
> q
On Tue, Jun 28, 2011 at 6:06 PM, Mark Schonewille wrote:
> Dear LiveCoders,
>
> Last Saturday, 25 June, we had another nice on-line gathering of LiveCode
> fans. This time we had 2 interesting presentations by Ken Ray.
>
> Ken's first presentation dealt with the new DropTools Palette, how it
> wor
I've just started having a problem. LivCode crashes my 10.6.8 OS when I quit
it. I even tried updating to LiveCode 4.6.2 and it still crashes when I
quit.
I can start LiveCode and do nothing or open and close stacks, doesn't
matter, but when I quit LiveCode everything goes down.
Can anyone help f
Dear LiveCoders,
Last Saturday, 25 June, we had another nice on-line gathering of LiveCode fans.
This time we had 2 interesting presentations by Ken Ray.
Ken's first presentation dealt with the new DropTools Palette, how it works,
what it does, and how you can develop your own DropTool stacks.
FWIW...
Google just released a tool called Swiffy. It will convert swf files
into HTML5 files.
They have a few examples in their post:
http://googlecode.blogspot.com/2011/06/swiffy-convert-swf-files-to-html5.html
Not sure how relevant to LiveCode, but is another example of
converting fil
I've worked with my son to transcode some algorithm of mine from Matlab to R,
on his MBP. He is is bio-engineering and, according to him, R is used in
biology to do statistics.
>From what I have seen, R has a very standard syntax, much more "straight" than
>Livecode's.
Best,
François
Le 28 juin
Bob Cole wrote:
- Original Message --
Date: Sat, 25 Jun 2011 00:48:26 -0700 (PDT)
From: Peter Alcibiades
...i guess we have all known that one day it was going to be our painful duty
to learn R...
Anyone working with R on Mac OS X 10.6.8?
I have been thinking of using it but the learn
> - Original Message --
> Date: Sat, 25 Jun 2011 00:48:26 -0700 (PDT)
> From: Peter Alcibiades
> ...i guess we have all known that one day it was going to be our painful duty
> to learn R...
Anyone working with R on Mac OS X 10.6.8?
I have been thinking of using it but the learning curve
There was a Revolution. Now the pawns are in charge with a representative
democracy. Their rallying cry is "Anyone can be a queen!"
I think it needs work, myself...
~ Chris Innanen
~ Nonsanity
On Wed, Jun 22, 2011 at 5:54 PM, Chipp Walters wrote:
> Is the King the one with the horse?
>
> On
http://www.valentina-db.com/en/company/news/1-latest-news/252-valentina-49-r
eleased
We have 100+ fixes and improvements, plus several notables for LiveCode
users:
- Client Caching of Server-Side Cursors. Allows any Valentina Client to
cache data from server-side cursors, allowing a x 10 performa
Also, consider using a stack as a library, and putting all the images relevant
to the entire application on one card in that stack. To make a stack a library
stack, simply "start using" it. It doesn't have to be a substack, and you can
use the same library stack for all your apps, making it poss
Stephen said: " if there is an image id 1003 then ..."
The problem is not that there may be no image with a certain ID. It's the
opposite: my application has 2 images with the same ID (see Subject). They
are in different substacks, but when assigning an image as a button's icon I
am not allowed to
> They both fail with caseSensitive true.
>
> on mouseUp
>local a,b,c,d
>set the caseSensitive to "true"
>put 1 into a["a"]
>put 2 into b["b"]
>put 3 into b["B"]
>union a with b
>-- missing a["b"]
>
>put 1 into c["c"]
>put 2 into c["C"]
>put 3 into d["c"
if there is an image id 1003 then ...
tested in 4.6.2
On 28 June 2011 00:04, Slava Paperno wrote:
> When I imported an image into a substack, it was given the same ID as
> another image in another substack. When I tried to assign one of these
> images as an icon to a button, the wrong image
They both fail with caseSensitive true.
on mouseUp
local a,b,c,d
set the caseSensitive to "true"
put 1 into a["a"]
put 2 into b["b"]
put 3 into b["B"]
union a with b
-- missing a["b"]
put 1 into c["c"]
put 2 into c["C"]
put 3 into d["c"]
intersect c with d
-
This undocumented feature is especially useful for displaying a progress bar
in a modal window.
Hugh Senior
FLCo
> Looks like the show and hide commands allow you to name a stack, but
there's
> no way to specify that the stack should be modal, which is what I need. I
> thought about trying "go i
On 28/06/2011 05:04 PM, "Slava Paperno" wrote:
> When I imported an image into a substack, it was given the same ID as
> another image in another substack. When I tried to assign one of these
> images as an icon to a button, the wrong image was assigned, and the button
> didn't look like what I
When I imported an image into a substack, it was given the same ID as
another image in another substack. When I tried to assign one of these
images as an icon to a button, the wrong image was assigned, and the button
didn't look like what I wanted it to look. The two images have different
short and
24 matches
Mail list logo