Re: response time of seconds in IDE?

2014-12-06 Thread Erik Beugelaar
I am afraid it must be the unicode beast... Personally I have never seen the need of it to implement it in this way so you can program in another foreign language (eg Chinese ;-). But I hope it will be parameterized so you can choose which unicode you want to support in the end result of your appli

Re: Missing properties

2014-12-06 Thread dunbarx
Pete. What Mike said, in that maybe I do not understand your question. A control might, for example, belong to one or more groups, and a different control might belong to yet another group. But there is only one card that they all reside on, and only one stack that they, er, reside in. But i

Re: Missing properties

2014-12-06 Thread Mike Bonner
Seems like "this card" would be useful, or, you could just get the long name of the object which contains a small to big list of owning objects starting with the object itself. On Sat, Dec 6, 2014 at 6:03 PM, Peter Haworth wrote: > Every now and again, I wonder why certain properties are not ava

Error; Tree not made

2014-12-06 Thread Jim Beckmann
I use a very old version REVOLUTION 3.0, - sorry to post here since I have not updated. But now, every time I open Revolution for a new session, it does not matter which stack I open, I receive an error message as stated in the topic "Tree not made". I have not ever tried to change any calls

Re: response time of seconds in IDE?

2014-12-06 Thread Dr. Hawkins
rc3 is acting like it has really, really bad garbage collection in these pauses. It's been twenty years since I've seen anything like this . . . -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode mailing list use-livecode@lists.runrev.com

Missing properties

2014-12-06 Thread Peter Haworth
Every now and again, I wonder why certain properties are not available in LC. The ones that puzzles me the most are the owning card and owning stack of an object. Maybe it's just the kind of tools I write but I frequently need to get that information. I have written a couple of handlers to get t

Re: LC's standalone Maker

2014-12-06 Thread William Prothero
Jacqueline and Trevor: Thank you, thank you for the info. BTW, I did manually delete all of the empty folders and my app still found the data files. BUT, I had already programmed the file system to look in the new place. BUT, I also haven’t tried to do an iOS app yet, so probably best not to del

Re: TopStack focus issue

2014-12-06 Thread Graham Samuel
Thanks to Peter and Jacque for these suggestions. Sadly, neither of them worked. Neither did ‘click at the loc of this cd’ or similar statements. The only thing that works so far is a real mouse click in the body of the mainstack window or on its title bar. After that is done and focus has once

opening stack as modal changes screenMouseLoc?

2014-12-06 Thread Dr. Hawkins
I have a control stack to pop up as a modal, and use set the loc of this stack to the screenMouseLoc in preOpenStack If I simply open the stack *not* as modal, it properly appears centered on the mouse. If opening *as*, modal, however, it opens away from that, near the middle of the scr

Re: I Hate the New Color Picker

2014-12-06 Thread Roger Guay
Got it. Thanks very much! Cheers, Roger > On Dec 6, 2014, at 12:30 PM, Richmond wrote: > > On 06/12/14 22:12, Roger Guay wrote: >> Richmond, >> >> Do I recall that you had converted an old MetaCard Color picker for LC about >> a year ago? If so, is it still available? >> >> Thanks! >> Roger

Re: Keep a stack in back

2014-12-06 Thread Mike Bonner
Yeah, if I set things up where only LC apps and stacks are open it would handle the problem, but there may be other things running that I also want to always be in front. On linux, fourthworld has pointed me towards a solution, pretty sure I can make it work for my purpose, but for windows it beco

Re: Not LiveCode - Bug code

2014-12-06 Thread Vaughn Clement
Hi I checked out the link and it may be very informative. On Saturday, December 6, 2014, Trevor DeVore wrote: > On Sat, Dec 6, 2014 at 1:41 PM, Vaughn Clement > wrote: > > > Shortly Apple will require 64 bit for new app submissions. What is the > > status of this requirement for Feb 2015? > >

Re: Unexpected "word" parsing

2014-12-06 Thread Mike Bonner
Thx richard. Saw a post by you that mentioned it, I think it'll do what I need, thanks! I'm looking for a way to do it on windows too, have been trying to find out if it can be done with vbscript using setwindowpos() but haven't found the right info yet. If it can be done in vbscript, its likely

Re: I Hate the New Color Picker

2014-12-06 Thread Richmond
On 06/12/14 22:12, Roger Guay wrote: Richmond, Do I recall that you had converted an old MetaCard Color picker for LC about a year ago? If so, is it still available? Thanks! Roger The file 'CP.zip' here: https://www.dropbox.com/sh/ja47l87gg87sn0q/AAAIj99kEQVOb8ev3jz8C5ORa?dl=0 Best, Ric

response time of seconds in IDE?

2014-12-06 Thread Dr. Hawkins
In what universe did it make sense to replace the IDE in 7 with the native-coded version when the response time to things like switching tabs, or hitting an error handler, can be measured in seconds, rather than milliseconds? I just don't get it. Tabs should switch faster than my finger can leave

Re: I Hate the New Color Picker

2014-12-06 Thread Roger Guay
No hurry, and no worries if you don’t. I can always use the ugly one. Thanks! > On Dec 6, 2014, at 12:19 PM, Richmond wrote: > > On 06/12/14 22:12, Roger Guay wrote: >> Richmond, >> >> Do I recall that you had converted an old MetaCard Color picker for LC about >> a year ago? If so, is it

Re: I Hate the New Color Picker

2014-12-06 Thread Richmond
On 06/12/14 22:12, Roger Guay wrote: Richmond, Do I recall that you had converted an old MetaCard Color picker for LC about a year ago? If so, is it still available? Thanks! Roger That's true: but I haven't a clue where it has gone. Possibly (???) I could just suck it out of the Metacard

Re: I Hate the New Color Picker

2014-12-06 Thread Roger Guay
Richmond, Do I recall that you had converted an old MetaCard Color picker for LC about a year ago? If so, is it still available? Thanks! Roger > On Dec 6, 2014, at 1:43 AM, Richmond wrote: > > On 06/12/14 05:21, Roger Guay wrote: >> I’m sure the new color picker is totally Apple’s (Yosemite)

Re: LC's standalone Maker

2014-12-06 Thread J. Landman Gay
On 12/6/2014, 1:46 PM, Trevor DeVore wrote: If you are using 6.7 or 7.0.1 (which it sounds like you are) the take a look at the "Non-executable file redirection on Mac" section of the Release Notes.pdf. That explains a recent change made to the engine and the standalone builder so that non-exe

Re: Not LiveCode - Bug code

2014-12-06 Thread Trevor DeVore
On Sat, Dec 6, 2014 at 1:41 PM, Vaughn Clement wrote: > Shortly Apple will require 64 bit for new app submissions. What is the > status of this requirement for Feb 2015? > If it is not available, you will not be able to submit your app to Apple. > I don't know that RunRev has said anything offic

Re: LC's standalone Maker

2014-12-06 Thread J. Landman Gay
On 12/6/2014, 10:38 AM, William Prothero wrote: Here is Sam’s response: -- When it comes to bundles, there’s a golden rule (or many more). Main Executable application goes in the /MacOS folder. Additional executable code goes in /Frameworks, /Plugins, or /Helpers. Non executa

Re: LC's standalone Maker

2014-12-06 Thread Trevor DeVore
On Sat, Dec 6, 2014 at 11:38 AM, William Prothero wrote: > My application does work, after I made the needed code modifications to > allow for the change in file structure that the standalone builder creates > in the resulting bundle. > > Questions about the application package built by the stand

Re: Not LiveCode - Bug code

2014-12-06 Thread Dave Kilroy
LiveCode 6.5 does indeed support iOS8, but I wouldn't think it would support ALL iOS features (LiveCode didn't support ALL iOS7 features). I think earlier versions needed some work-arounds for differentiating between 6 and 6plus screens but that these are sorted out now. As regards 64 bit, not yet

When did compile errors stop producing erros in LC7?

2014-12-06 Thread Dr. Hawkins
I think this changed in rc2, but I'm not sure. When there is a compile error now (rc2 and rc3), the red dot appears in the tab, but there is no longer an error message upon which I can click to jump to the offending line. Scrolling through a 10,000 line script gets tedious rather quickly . . . -

Re: Not LiveCode - Bug code

2014-12-06 Thread Vaughn Clement
Hi How to Does 6.6.5 provide support for all the new IOS 8 features, and also does auto sizing for different screens? Shortly Apple will require 64 bit for new app submissions. What is the status of this requirement for Feb 2015? If it is not available, you will not be able to submit your app to A

[ANN] ControlManager for LiveCode, in-store now

2014-12-06 Thread FlexibleLearning.com
Hi Sean, Thank you, Sean. Suppressing messages in the IDE simply anaesthetises the palette. Which is what one would expect since it is message-driven. Feel free to write to me off-list if you have any problems, though. Hugh Senior FLCo Sean Cole wrote... Me to :) Well done Hugh. (Turning o

Re: Not LiveCode - Bug code

2014-12-06 Thread J. Landman Gay
On 12/6/2014, 10:16 AM, Vaughn Clement wrote: My suggestion is to LiveCode, get a finished full released version that people can use with reliability! Try version 6.6.5, which has been very reliable for me, or 6.7 which is stable for most uses. Those are final releases. The others are indeed

Re: Unexpected "word" parsing

2014-12-06 Thread Peter Haworth
Hi Mike, I think you were looking at the dictionary entry for "words" - the definition for "word" is where it mentions the return/tab. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin

LC's standalone Maker

2014-12-06 Thread William Prothero
Folks: Sorry for this long email. I hope that someone who has submitted apps to the Apple store, with success, will give me a bit of help, as I’ve searched the help files and tutorials and I haven’t found anything about the details of using non-livecode files in an application. The description

Re: I Hate the New Color Picker

2014-12-06 Thread stephen barncard
On Sat, Dec 6, 2014 at 1:43 AM, Richmond wrote: > I wonder what Apple thought they were doing. > there's a UI department at apple that has to change SOMETHING to prove their worth. *--* *Stephen Barncard - San Francisco Ca. USA - Deeds Not Words* ___

Not LiveCode - Bug code

2014-12-06 Thread Vaughn Clement
Hi how to I stayed off the list for quite a while because I feel that LiveCode is a continuous beta test. Nearly every time I start to use it I run to bugs that prevent me from finishing a app. The implications are that every time you finish an application and want to upload it to Apple, that it

Re: TopStack focus issue

2014-12-06 Thread J. Landman Gay
If the palette is the last stack to open, it may be the defaultstack even though it isn't the topstack. So after the opening sequence completes, try adding a command to set the defaultstack to the mainstack. On December 6, 2014 6:44:15 AM CST, Graham Samuel wrote: >I have an app where after so

Re: TopStack focus issue

2014-12-06 Thread Peter M. Brigham
On Dec 6, 2014, at 7:44 AM, Graham Samuel wrote: > I have an app where after some preliminary actions, an ‘editable window’ > (i.e. a normal window) is shown with a palette. When the app reaches this > stage, for some reason the main (top) stack - i’ve checked that it really is > the topStack -

TopStack focus issue

2014-12-06 Thread Graham Samuel
I have an app where after some preliminary actions, an ‘editable window’ (i.e. a normal window) is shown with a palette. When the app reaches this stage, for some reason the main (top) stack - i’ve checked that it really is the topStack - doesn’t have the focus and its menus don’t work. I have t

Re: I Hate the New Color Picker

2014-12-06 Thread Richmond
On 06/12/14 05:21, Roger Guay wrote: I’m sure the new color picker is totally Apple’s (Yosemite) fault, but I hate it? It’s ugly and not as functional as the old one. Is there anything I can do about it, like go back to the old one? TIA, Roger There seems to be quite a lot to hate about Yos