Re: How/When are behavior references resolved?

2011-07-16 Thread Shao Sean
This was the information given when behaviors (aka parentScripts) were introduced in 4.0, not certain how much has changed in later releases as I have not upgraded.. You might want to see if they ever did get around to adding the "resolutionError" message and see if it is getting fired (whi

Re: [OT] calling non-numbered Unicode glyphs

2011-07-16 Thread Richmond Mathewson
That tip about the Mac OS character viewer is worth buckets: Thanks a lot! Oh darn, that first sentence let me rewrite that. I think that Fontographer will show you the UTF8 values of the glyphs. You can take those values and convert them to binary using the binaryEncode function. Convert

Re: How/When are behavior references resolved?

2011-07-16 Thread Richard Gaskin
Behaviors are very powerful, but also very picky about how and when they're initially resolved. If you don't architect just so, they will not be resolved correctly and your code won't work. I've submitted a request which would give developer much greater flexibility and minimal cost to RunRev

Latest Unicode "smile"

2011-07-16 Thread Richmond Mathewson
So there I am merrily entering vowel signs into my textFld with scripts rather like this; set the unicodeText of the selectedText to (numToChar(105) & numToChar(772)) and you can see the result at: http://andregarzia.on-rev.com/richmond/INPROGRESS/jumpy.jpg as you will see; simple vowels seem

Re: How/When are behavior references resolved?

2011-07-16 Thread Pete
Great idea, I just added my 5 votes for it. This thing is driving me crazy and will affect the livecode tv presentation I'm doing later this morning. Not insurmountable, just means restarting LC when I shouldn't need to. Pete Molly's Revenge On Sat, Jul 16, 2011

Re: [ANN] LiveCode.tv event #32

2011-07-16 Thread Björnke von Gierke
Reminder: The event will commence in about an hour. Everyone go and vote (even if you won't attend): http://blog.livecode.tv/2011/07/poll-for-event-32/ On 15 Jul 2011, at 04:12, Björnke von Gierke wrote: > Join us once again, when we show LiveCode at it's best. > > This Saturday, Pete Haworth

Re: Floating City and K12 Game Theory Model...

2011-07-16 Thread Richard Gaskin
John Patten wrote: I've put down more of a description of what I'm attempting to do here if interested: http://edutonica.blogspot.com/ A good read - thanks for posting that. You may find this article interesting, about a shared simulation environment built in LiveCode by Richard Herz:

Re: How/When are behavior references resolved?

2011-07-16 Thread Pete
Thanks Sean. I tried trapping the ResolutionError message but never got triggered so I guess they didn't put it in there. Pete Molly's Revenge On Sat, Jul 16, 2011 at 5:42 AM, Shao Sean wrote: > This was the information given when behaviors (aka parentScripts)

Re: How/When are behavior references resolved?

2011-07-16 Thread Pete
Thanks Ken, I'm still having issues with this and I suspect it's because of just when I issue these commands. Right now, the "start using" command is the preOpenCard handler of the first card of my main stack. If I refresh the Application Browser, I see my library file listed there. I added the

Problem testing on android simulator (Windows)

2011-07-16 Thread John Craig
I just set up LiveCode + JDK + android SDK on a Windows machine. Everything looks OK, android AVD manager is running, Test target is set, but when I click 'Test' I get the following; "Unable to build app for testing: could not generate package manifest" Is there another step I need to take som

Re: Problem testing on android simulator (Windows)

2011-07-16 Thread Roger Eller
On Sat, Jul 16, 2011 at 3:20 PM, John Craig wrote: > I just set up LiveCode + JDK + android SDK on a Windows machine. > Everything looks OK, android AVD manager is running, Test target is set, > but when I click 'Test' I get the following; > > "Unable to build app for testing: could not generate p

Re: Problem testing on android simulator (Windows)

2011-07-16 Thread John Craig
It's selected under "Dev => Test target" and the emulator is running on screen. The test button is enabled, but when I click it I get; Building classes... Assembling assets... The it stops with the "Unable to build app for testing: could not generate package manifest" error :( On 16/07/2

Re: Problem testing on android simulator (Windows)

2011-07-16 Thread Roger Eller
On Sat, Jul 16, 2011 at 4:06 PM, John Craig wrote: > It's selected under "Dev => Test target" and the emulator is running on > screen. > The test button is enabled, but when I click it I get; > > Building classes... > Assembling assets... > > The it stops with the "Unable to build app for testing:

Re: Problem testing on android simulator (Windows)

2011-07-16 Thread John Craig
I've tried with a unique id, not signing with anything - just want to run in emulator. All works OK on Mac - does Windows require anything extra? I don't see anything so far in the android release notes. :| Do you have a unique identifier for "com.yourcompany.yourapp", and what other require

Re: Problem testing on android simulator (Windows)

2011-07-16 Thread Roger Eller
On Sat, Jul 16, 2011 at 4:46 PM, John Craig wrote: > I've tried with a unique id, not signing with anything - just want to run > in emulator. > All works OK on Mac - does Windows require anything extra? I don't see > anything so far in the android release notes. > > :| That's so frustrating. I

Re: Problem testing on android simulator (Windows)

2011-07-16 Thread John Craig
Thanks for the suggestions, Roger. I'll have another go tomorrow! Sent from my iPhone On 16 Jul 2011, at 22:01, Roger Eller wrote: > On Sat, Jul 16, 2011 at 4:46 PM, John Craig wrote: > >> I've tried with a unique id, not signing with anything - just want to run >> in emulator. >> All works OK

Re: How/When are behavior references resolved?

2011-07-16 Thread Shao Sean
For compiled applications you should make use of the "startUp" message to load libraries and whatnot that you need to have in memory for your application.. http://docs.runrev.com/Message/startup ___ use-livecode mailing list use-livecode@lists.runr

Re: How/When are behavior references resolved?

2011-07-16 Thread Pete
Thanks Sean, I just found that message eariler today and it will be useful for standalones I seem to be back in a stable situation again with the "start using" and defining my behaviors stack filepath in the Stackfiles property. I've tried so many things in the last few hours, I honestly don;t kn

Re: Problem testing on android simulator (Windows)

2011-07-16 Thread J. Landman Gay
On 7/16/11 4:01 PM, Roger Eller wrote: On Sat, Jul 16, 2011 at 4:46 PM, John Craig wrote: I've tried with a unique id, not signing with anything - just want to run in emulator. All works OK on Mac - does Windows require anything extra? I don't see anything so far in the android release notes.

Re: Problem testing on android simulator (Windows)

2011-07-16 Thread Roger Eller
On Sat, Jul 16, 2011 at 9:45 PM, J. Landman Gay wrote: > On 7/16/11 4:01 PM, Roger Eller wrote: > >> That's so frustrating. I'm sorry I don't know what else to check. It has >> worked the same for me on both WinXP and Mac. Is your AVD built with all >> the same options as on your Mac? Try maki

Re: How to detect zoombox click

2011-07-16 Thread dunbarx
A movestack message is also sent. Not sure why, though. Might this help, since resizing the window manually does not send this message? Craig Newman -Original Message- From: Bill Vlahos To: How to use LiveCode Sent: Fri, Jul 15, 2011 6:57 pm Subject: How to detect zoombox click

[ANN] iOS and Android apps

2011-07-16 Thread Mark Stuart
Hi John, I'd like to download your app to my Android phone, But after using the search word "READ!", there were so many in the result list I gave up. Are there some key words that I can search for your app with? Regards, Mark Stuart ___ use-liveco

Re: spam

2011-07-16 Thread Joe Lewis Wilkins
Have you people noticed an excessive number of spam emails from gMail accounts in the pass couple of weeks? Others too. I flag them as spam with my ISP (cox), but it does no good. I'm using Apple's Mail application. Any help with this would be greatly appreciated. I'm about to drop Cox and an em

Re: How to detect zoombox click

2011-07-16 Thread Bill Vlahos
Craig, That is interesting. Dragging the stack window also generates a movestack message just like resizing a window generates a resizestack message. Is there a way to test for a simultaneous movestack and resizestack messages? Unless I find a unique message for that control detecting simultan

Re: spam

2011-07-16 Thread Pete
I just started getting emails asking if I want an invitation join Google+ - pretty sure they're spam. Pete Molly's Revenge On Sat, Jul 16, 2011 at 8:42 PM, Joe Lewis Wilkins wrote: > Have you people noticed an excessive number of spam emails from gMail > account

Re: spam

2011-07-16 Thread Joe Lewis Wilkins
I did too, Pete and trashed them. Joe Wilkins On Jul 16, 2011, at 9:23 PM, Pete wrote: > I just started getting emails asking if I want an invitation join Google+ - > pretty sure they're spam. > Pete > Molly's Revenge > > On Sat, Jul 16, 2011 at 8:42 PM, Joe Lewis

Re: How to detect zoombox click

2011-07-16 Thread Shao Sean
I know Mac OS X sends a message for each of the window buttons and I am pretty sure that Windows does as well.. Could be a simple external for someone to write or for Rev to add it to the engine themselves.. ___ use-livecode mailing list use-livecod

Re: How to detect zoombox click

2011-07-16 Thread Ken Ray
Bill, I have this in my Scripter's Scrapbook, but admittedly it's from 2006 so it may not work... but give it a shot, it detects a maximized and restored window: on resizeStack newW,newH,oldW,oldH if the platform is "MacOS" then put 20 into tAdjust else put 0 into tAdjust if newW = (item 3