Please add a way to Name my own Controls

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

WaltBrown
Posts: 466
Joined: Mon May 11, 2009 9:12 pm

Re: Please add a way to Name my own Controls

Post by WaltBrown » Fri Sep 16, 2011 6:30 am

Code: Select all

topLevel stack "revApplicationOverview"
?
Walt Brown
Omnis traductor traditor

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Please add a way to Name my own Controls

Post by BarrySumpter » Fri Sep 16, 2011 7:23 am

grrr.

Either way its:

Code: Select all


       palette stack "revApplicationOverview"

All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

WaltBrown
Posts: 466
Joined: Mon May 11, 2009 9:12 pm

Re: Please add a way to Name my own Controls

Post by WaltBrown » Fri Sep 16, 2011 7:43 am

Thanks. I didn't think of palette.

I'm making grr sounds now too. Know anyway to unfreeze LC when it's not in a loop, or capture a stack from memory? I just finished a protocol parser in one long sitting and was so focused I forgot to save as I went. Vote for the auto save feature request :-)
Walt Brown
Omnis traductor traditor

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Please add a way to Name my own Controls

Post by BarrySumpter » Fri Sep 16, 2011 7:59 am

UnFreeze LC when its not in a loop.

Script editor has stopped - press the stop button
A scripting error message has poped up somewhere behind other windows
-- msgbox: set the raisewindows to true

See if you can open the app browser
and find the object that has the script in it and see if you can right click - edit script
you may have to: toplevel this stack

thats my limited knowledge
All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

WaltBrown
Posts: 466
Joined: Mon May 11, 2009 9:12 pm

Re: Please add a way to Name my own Controls

Post by WaltBrown » Fri Sep 16, 2011 9:33 am

No, it was locked solid, with an unresponsive empty Answer dialog box. I went into the LC process in memory and started suspending threads (they were all hung on "Waiting for user input" on the empty dialog box) but that was a long shot. At least it was easier to write the same code the second time around :-)
Walt Brown
Omnis traductor traditor

Post Reply