Search found 52 matches

by ChristopherBodell
Mon Jan 19, 2009 5:19 pm
Forum: Talking LiveCode
Topic: Stack Menus...
Replies: 1
Views: 2296

Follow Up...

Just a follow up on this, if anyone was wondering it turned out to be the "autoArm" property
by ChristopherBodell
Sun Jan 18, 2009 10:19 pm
Forum: Talking LiveCode
Topic: Stack Menus...
Replies: 1
Views: 2296

Stack Menus...

Does anyone recall how to make the cascade type menu button popup on mouseOver when used as a menuItem in a stack menu?

-Christopher
by ChristopherBodell
Fri Jan 16, 2009 6:16 am
Forum: Talking LiveCode
Topic: Menu Icons
Replies: 3
Views: 3682

i see...

Thanks for the quick replies... I actually have already a few custom menus, in a few different ways, one as you mentioned mark, but i though there might be a way to tell to o.s. or appearance manager, whichever displays the checkmark or hilitemark when the !c or !r is present, but i guess i'll just ...
by ChristopherBodell
Thu Jan 15, 2009 11:29 pm
Forum: Talking LiveCode
Topic: Menu Icons
Replies: 3
Views: 3682

Menu Icons

Hello,

Is there anything on put icons in the menus, instead of or along with the basic checkmark or hilite symbols?

-Christopher
by ChristopherBodell
Sun Jan 04, 2009 9:18 am
Forum: Talking LiveCode
Topic: opening a web page (archive)
Replies: 4
Views: 5556

Ooops...

Sorry, i also kinda misread your thread.....

Rev needs something to open the data with or to put it into maybe jsut a text filed or something,

But if you are just wanting to launch it on the web you want:

launch url "yourFilePathAndName.html" wich will launch it in the appropriate web browser.
by ChristopherBodell
Sun Jan 04, 2009 9:12 am
Forum: Talking LiveCode
Topic: opening a web page (archive)
Replies: 4
Views: 5556

close....

I think your looking for [open URL "file:filename.html"]

or [open URL "binfile:filename.html"]

It also possible to create a browser instance in an image or within the stacks window by the windowID and naviate with the broswer to that file.
by ChristopherBodell
Sat Jan 03, 2009 10:06 pm
Forum: Talking LiveCode
Topic: Custom Cursors
Replies: 1
Views: 2563

Custom Cursors

Can't seem to get custom cursors to work, Rev seems to crash, i made a set of cursor on Windows, 16x16 which need to be black|white|transparent.... Has anyone had a similar problem?

-Christopher
by ChristopherBodell
Sat Jan 03, 2009 3:07 am
Forum: Talking LiveCode
Topic: Embedded C/C++/C# & other
Replies: 1
Views: 2822

Embedded C/C++/C# & other

Theoretically, is it possible to store a external engine (dll) in a customProperty & call the functions from an objects script to that customProperty, or could i possibly load the customProperty or the dll file itself into front or back and call the function like a normal function? Or would i have t...
by ChristopherBodell
Thu Jan 01, 2009 7:01 am
Forum: Talking LiveCode
Topic: The Sender
Replies: 2
Views: 3012

Owner?

I think i just use the "owner" property or obtain the controls name through its id from the mouseControl. This is what im looking for....

Many Thanks,
Christopher
by ChristopherBodell
Thu Jan 01, 2009 6:57 am
Forum: Talking LiveCode
Topic: The Sender
Replies: 2
Views: 3012

The Sender

How would i obtain the owner of a message sent through the message que or path. Or in other words, if im wording that wrong, how would i get the name of the object who's script has been called or is being called. I want to obtain the name within the objects script itself, unless i have to get it ext...
by ChristopherBodell
Thu Jan 01, 2009 6:51 am
Forum: Talking LiveCode
Topic: Great...
Replies: 3
Views: 3780

Oops.....

Ooops.... Wrong thread indeed haha. =)
by ChristopherBodell
Wed Dec 31, 2008 12:12 pm
Forum: Talking LiveCode
Topic: Great...
Replies: 3
Views: 3780

Great...

Thanks a lot i really appreciate the quick responce, i came across it before somewhere just reading it but hadn't had a use for it until now.

Thanks Agian,
Christopher
by ChristopherBodell
Tue Dec 30, 2008 9:28 am
Forum: Talking LiveCode
Topic: mousePixel
Replies: 1
Views: 2438

mousePixel

Does anyone know a way to get the backgroundColor of the mouse pixel or mouseLoc.

Thanks,
Christopher
by ChristopherBodell
Sat Dec 13, 2008 7:13 pm
Forum: Talking LiveCode
Topic: Menubar Issue
Replies: 2
Views: 2838

Gneral....

Seams it must be a bug then.....
by ChristopherBodell
Fri Dec 12, 2008 2:00 am
Forum: Talking LiveCode
Topic: Menubar Issue
Replies: 2
Views: 2838

Menubar Issue

When a stack is iconified, the menus on one of my stack is popping up behind the stack. Its only this one stack doing it... I dont know if this is caused locally by the stack with the issue or if something is interfering with revolution but it seams that only one stack is having the issue. Any help ...