More iOS Build Trouble

2010-12-08 Thread Scott Rossi
Hi All: Trying to get a simple test project onto an iPod and getting the "Executable was signed with invalid entitlements" error. I believe I have the latest iOS SDK installed, have the latest 4.5.2 LiveCode, the iPod is running iOS 4.2.1, standalone is set to Minimum iOS Version 3.2. I created/

Re: Pasting Cells From a Spreadsheet

2010-12-08 Thread Jim MacConnell
I've never had any problems just pasting directly into the field from either Excel or Numbers though I sometimes have to tweak the tab stops in the field (Property Inspector>Table>Tab Stops) Did you have a problem? Jim On Dec 8, 2010, at 1:44 PM, Gregory Lypny wrote: > Hello everyone, > > Is

Menus

2010-12-08 Thread Joe Lewis Wilkins
Hi all, On my current project I have a mainstack and two substacks. I want each one to have it's own menu. At one point I managed to do that, but now seemed to have lost the appropriate connections. Is there someplace that these menus are stored where I can reliably reach them to make changes?.

Re: ANN: glx2 is now open source

2010-12-08 Thread Richard Gaskin
J. Landman Gay wrote: Isn't that in violation of the RR license? Hmmm. In what way? Standard rules apply: it's made with RR, so it would have to say so; you can't claim you wrote it, it's Jerry's original work Was just wondering about the clause that forbids us to make an IDE. Section 4L

Re: ANN: glx2 is now open source

2010-12-08 Thread Mark Wieder
Jacque- Wednesday, December 8, 2010, 8:10:23 PM, you wrote: > Was just wondering about the clause that forbids us to make an IDE. Well, a script editor isn't an IDE all by itself. I'd love to have a different pardigm for editing properties, for instance. That's something Jerry's taken on a bit w

Re: ANN: glx2 is now open source

2010-12-08 Thread J. Landman Gay
On 12/8/10 9:47 PM, Mark Wieder wrote: Jacque- Wednesday, December 8, 2010, 7:32:06 PM, you wrote: On 12/8/10 8:20 PM, Mark Wieder wrote: To sum things up, the editor is yours to do with what you will (kind of the WTF license approach), including commercial applications if that's appropriate.

Re: ANN: glx2 is now open source

2010-12-08 Thread Mark Wieder
Jacque- Wednesday, December 8, 2010, 7:32:06 PM, you wrote: > On 12/8/10 8:20 PM, Mark Wieder wrote: >> To sum things up, the editor is yours >> to do with what you will (kind of the WTF license approach), including >> commercial applications if that's appropriate. > Isn't that in violation of t

Re: ANN: glx2 is now open source

2010-12-08 Thread J. Landman Gay
On 12/8/10 8:20 PM, Mark Wieder wrote: To sum things up, the editor is yours to do with what you will (kind of the WTF license approach), including commercial applications if that's appropriate. Isn't that in violation of the RR license? -- Jacqueline Landman Gay | jac...@hyperacti

Re: quiting and close stack message

2010-12-08 Thread J. Landman Gay
On 12/8/10 8:07 PM, william humphrey wrote: I couldn't get it to work in the IDE but I'll try again now. Seems to me it would be nice if things like this worked consistently in IDE and standalone even if LiveCode programmers had to introduce something to accomplish it. It can't work in the IDE

Re: ANN: glx2 is now open source

2010-12-08 Thread Mark Wieder
Monte- Wednesday, December 8, 2010, 6:43:50 PM, you wrote: > Nevermind, downloaded again and everything is there. Maybe I got a earlier > version? Yeah. I put all the uRIP properties in there and uploaded it, but I guess I forgot to save it the first time because I had to do it all over again.

Re: ANN: glx2 is now open source

2010-12-08 Thread Monte Goulding
Nevermind, downloaded again and everything is there. Maybe I got a earlier version? Cheers Monte On 09/12/2010, at 1:20 PM, Mark Wieder wrote: > Monte- > > Wednesday, December 8, 2010, 4:17:06 PM, you wrote: > >> Hi Mark > >> I can't find anywhere that mentions the license Jerry has agreed

Re: ANN: glx2 is now open source

2010-12-08 Thread Monte Goulding
Hmm... I've only got uRIP["project"] = SE No other props in the set. Cheers Monte On 09/12/2010, at 1:20 PM, Mark Wieder wrote: > Monte- > > Wednesday, December 8, 2010, 4:17:06 PM, you wrote: > >> Hi Mark > >> I can't find anywhere that mentions the license Jerry has agreed to. Can you >>

Re: Find/Replace

2010-12-08 Thread Mark Wieder
Peter- Wednesday, December 8, 2010, 2:04:00 PM, you wrote: > I think calling it an adventure is an understatement! I would be > scared to death of trying to do anything like that. I think I'll just > report it as a bug and see what happens. Meantime, I plan to take a > look at the glx2 edito

Re: ANN: glx2 is now open source

2010-12-08 Thread Mark Wieder
Monte- Wednesday, December 8, 2010, 4:17:06 PM, you wrote: > Hi Mark > I can't find anywhere that mentions the license Jerry has agreed to. Can you > point me to it? Download the stack, open the property editor, and look at the uRIP["EULA"] of the mainstack. To sum things up, the editor is you

Re: quiting and close stack message

2010-12-08 Thread william humphrey
I couldn't get it to work in the IDE but I'll try again now. Seems to me it would be nice if things like this worked consistently in IDE and standalone even if LiveCode programmers had to introduce something to accomplish it. ___ use-livecode mailing list

Re: LiveCode iOS (browser)

2010-12-08 Thread Andre Garzia
glad to be of help! On Wed, Dec 8, 2010 at 8:10 PM, Harald Müller wrote: > Hi Andre, > > thank you very much. Both tips work - I would never have > tried the alternative "iphoneControlDelete". Great! > > Best regards, > Harald. > > | Harald Müller (www.etcpp.de) > | Theodor-Körner-Straße 4, 9707

RE: Number to text

2010-12-08 Thread John Dixon
Oops... I made a mess of it the first time around... (blushing) on mouseUp put ("one","two","three","four","five","six","seven","eight","nine") into singles put ("eleven","twelve","thirteen","fourteen","fifteen","sixteen","seventeen","eighteen","nineteen") into mixed put ("ten","

Re: ANN: glx2 is now open source

2010-12-08 Thread Monte Goulding
Hi Mark I can't find anywhere that mentions the license Jerry has agreed to. Can you point me to it? Cheers Monte On 05/12/2010, at 12:32 PM, Mark Wieder wrote: > Jerry Daniels has graciously offered to release glx2 as an open-source > project. __

RE: Number to text

2010-12-08 Thread John Dixon
Make two fields... one button button script... on mouseUp put empty into fld 2 put ("one","two","three","four","five","six","seven","eight","nine") into singleNumbers put ("eleven","twelve","thirteen","fourteen","fifteen","sixteen","seventeen","eighteen","nineteen") into mixedUpN

Re: Number to text

2010-12-08 Thread Marty Knapp
Hershel, Flexible Learning has a stack call "amountInWords" that converts numbers (currency) into words - perhaps that would give you a good start: Marty Knapp Hi any Idea on how to go about calculating numbers to text eg. 100, One Hundred, ? Thanks, H

Zoom Image Widgets Anyone

2010-12-08 Thread Sivakatirswami
I'm sitting here making my own zoom tool when I start thinking someelse *must*have done this an a lot better than me. I have an image with this script on mousedown grab me end mousedown and a slider with this script where the gWidth and gHeight are the size of the image after import.

Re: Number to text

2010-12-08 Thread Mark Schonewille
Hi Hershel, Search on the HyperCard list on Yahoo. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 How to receive a free Color Converter license http://qurl.tk/kv

Re: revServer Installation on DreamHost

2010-12-08 Thread Keith Clarke
David, I double-checked this as the logic of Linux symlinks seems to be back-to-front. However, this tutorial http://linuxreviews.org/beginner/#toc18 suggests that your symlinks should be in the following form (as revserver seems to be looking for libraries in the /usr/lib32/ directory: sudo l

Live LiveCode Event

2010-12-08 Thread Mark Schonewille
Hi all, You might have heard or read that we had two very successful editions of the Live LiveCode event so far. We are now looking for people who would like to tell something about their projects, products or a neat trick you found the other day or any other LiveCode-related subject. If you

Re: quiting and close stack message

2010-12-08 Thread Bob Sneidar
Well that is odd. It seems to work now. I tested this in the IDE, which quit when I hit CMD-Q without popping a dialog, but worked a peach as a standalone. Now it's working in the IDE as well! I blame Gremlins! Bob On Dec 8, 2010, at 2:35 PM, J. Landman Gay wrote: > On 12/8/10 4:12 PM, Bob

Re: Find/Replace

2010-12-08 Thread Bob Sneidar
IMHO it is a masterpiece of programming, and hands down better than the ide. Be aware however that it has a feature which keeps track of multiple saves, and this method conflicts somewhat with Remo (formerly tRev). If you edit a script in Remo, then later open it with GLX2, it will warn you that

Re: quiting and close stack message

2010-12-08 Thread J. Landman Gay
On 12/8/10 4:12 PM, Bob Sneidar wrote: Oh hey I didn't think about trapping for the menuPick and command key. Good idea. Have you looked at trapping the shutdownRequest message? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hy

Number to text

2010-12-08 Thread Hershel Fisch
Hi any Idea on how to go about calculating numbers to text eg. 100, One Hundred, ? Thanks, Hershel ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http:

Re: quiting and close stack message

2010-12-08 Thread Bob Sneidar
Oh hey I didn't think about trapping for the menuPick and command key. Good idea. Bob On Dec 8, 2010, at 1:27 PM, FlexibleLearning wrote: > Bob, > > As I said, 'quit' is non-negotiable. Trap a closeStackRequest in the main > stack's card script and offer the option to abort... > > --| Main

Re: LiveCode iOS (browser)

2010-12-08 Thread Harald Müller
Hi Andre, thank you very much. Both tips work - I would never have tried the alternative "iphoneControlDelete". Great! Best regards, Harald. | Harald Müller (www.etcpp.de) | Theodor-Körner-Straße 4, 97072 Würzburg | Telefon + 49-[0]931-329090-42 Am 08.12.2010 um 19:13 schrieb Andre Garzia:

Re: IDE Save

2010-12-08 Thread J. Landman Gay
On 12/8/10 3:48 PM, Peter Haworth wrote: Thanks for the explanation. Haven't tried the destroyStack property but using Close and Remove From Memory wants to close the stack file, not just the currently active stack window. So I guess the only way to discard changes to a specific stack window is

Re: Pasting Cells From a Spreadsheet

2010-12-08 Thread Josh Mellicker
If you paste into the Content pane of the inspector for a table field or Data Grid, and what you're pasting is tab delimited, that should work? Cheers, Josh Sent from my iPad On Dec 8, 2010, at 1:44 PM, Gregory Lypny wrote: > Hello everyone, > > Is there a trick to pasting a range of cells

Re: Find/Replace

2010-12-08 Thread Peter Haworth
I think calling it an adventure is an understatement! I would be scared to death of trying to do anything like that. I think I'll just report it as a bug and see what happens. Meantime, I plan to take a look at the glx2 editor that has just become available under open source and see if i

Re: Find/Replace

2010-12-08 Thread Jim Ault
You could go on the adventure of editing the library stack that LC uses to do the script editing... I vastly prefer not to do that, but you could easily make a backup copy, play around, then fall back if you need to. On Dec 8, 2010, at 1:36 PM, Peter Haworth wrote: Thanks for the guidance

Re: IDE Save

2010-12-08 Thread Peter Haworth
Thanks for the explanation. Haven't tried the destroyStack property but using Close and Remove From Memory wants to close the stack file, not just the currently active stack window. So I guess the only way to discard changes to a specific stack window is to either use Close/Remove From Mem

Pasting Cells From a Spreadsheet

2010-12-08 Thread Gregory Lypny
Hello everyone, Is there a trick to pasting a range of cells from a spreadsheet, such as Numbers, into a text field in LiveCode so that the result looks pretty much the same, that is, lines of tab-delimited items? Regards, Gregory ___ use-livecode m

Re: Find/Replace

2010-12-08 Thread Peter Haworth
Thanks for the guidance on the replace, understand it now. After I wrote about the scroll arrows, I realised that the top one was there, I guess I usually want to scroll down so I only noticed the bottom one was missing, so you're seeing the same as me. IS there way to un-hide the bottom s

Re: Reffed image

2010-12-08 Thread Klaus on-rev
Hi Richmond, > On 12/08/2010 09:57 PM, Klaus on-rev wrote: >> Hi Richmond, >> >>> Cripes . . .talk about slow learners! >>> >>> How do I "import" a referenced image programmatically? >> ... >> put url("binfile:"& the filename of img "whatever") into img "whatever" >> ... >> :-) >> > Thanks a l

Re: quiting and close stack message

2010-12-08 Thread FlexibleLearning
Bob, As I said, 'quit' is non-negotiable. Trap a closeStackRequest in the main stack's card script and offer the option to abort... --| Main stack, card script on closeStackRequest checkQuit end closeStackRequest --| Main stack, stack script on checkQuit answer "Are you sure you want to quit

Re: IDE Save

2010-12-08 Thread J. Landman Gay
On 12/8/10 3:00 PM, Peter Haworth wrote: The standalone is a new situation for me but I have experienced perhaps a dozen instances of missing saves in the couple of years I've been using Rev/LC. To be clear, I'm talking about script edit changes here not card layouts or object property changes. I

Re: Find/Replace

2010-12-08 Thread Jim Ault
To activate the Replace buttons you need to choose Current Tab or All Tabs in the drop down, the idea being that replace only works with script containers that are open. To open one, click on then entry in the list. On my Search Results window I only see an arrow at the top. The bottom

Re: IDE Save

2010-12-08 Thread Peter Haworth
The standalone is a new situation for me but I have experienced perhaps a dozen instances of missing saves in the couple of years I've been using Rev/LC. To be clear, I'm talking about script edit changes here not card layouts or object property changes. I definitely try to save more ofte

Re: revServer Installation on DreamHost

2010-12-08 Thread Keith Clarke
David, My Linux knowledge is minimal but I think your symlinks may be the wrong way round(?) I think they should be sudo ln -s Worth a try? Best, Keith.. On 8 Dec 2010, at 19:28, David Bovill wrote: > Hi Keith, I do seem to have the libraries available in /usr/lib/: > > lrwxrwxrwx 1 root

Re: 4.5.2 and iOS Deployment launched

2010-12-08 Thread JosepM
OK. Thanks Jacqueline. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/4-5-2-and-iOS-Deployment-launched-tp3075150p3079044.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mail

Re: RevMobile: Help needed

2010-12-08 Thread JosepM
Any experience? :) Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/RevMobile-Help-needed-tp3077978p3079042.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing

Re: Reffed image

2010-12-08 Thread Richmond
On 12/08/2010 09:57 PM, Klaus on-rev wrote: Hi Richmond, Cripes . . .talk about slow learners! How do I "import" a referenced image programmatically? ... put url("binfile:"& the filename of img "whatever") into img "whatever" ... :-) Thanks a lot; BUT; does img "whatever" have to pre-exist

Re: IDE Save

2010-12-08 Thread J. Landman Gay
On 12/8/10 1:03 PM, Peter Haworth wrote: Well I'm not sure I'm ready to say that save as standalone NEVER saves script changes, just that ti didn.t appear to in this particular instance. I can't figure out what I did differently this time around to cause that problem. I guess the real message is

Re: quiting and close stack message

2010-12-08 Thread Bob Sneidar
Ok I have determined that intercepting the closeStackRequest or the shutDownRequest in the IDE does NOT prevent quitting the IDE. However, intercepting closeStackRequest DOES prevent a standalone from quitting if not passed! Intercepting closeStackRequest, while I am sure it would prevent closi

Re: IDE Save

2010-12-08 Thread Peter Haworth
You're right, there are things you can do in the IDE that it would be unaware of. But these are simple edits made to scripts using the standard script editor window. I haven't narrowed down the exact circumstances that cause the IDE to not save those changes but it does happen. I use the

Re: Reffed image

2010-12-08 Thread Klaus on-rev
Hi Richmond, > Cripes . . .talk about slow learners! > > How do I "import" a referenced image programmatically? ... put url("binfile:" & the filename of img "whatever") into img "whatever" ... :-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com __

Re: quiting and close stack message

2010-12-08 Thread Bob Sneidar
Hi Hugh. CloseStackRequest does not prevent quitting in the IDE. It appears nothing does. I suspect however that it would work in a standalone. I will test that shortly. Bob On Dec 8, 2010, at 11:25 AM, FlexibleLearning wrote: > 'quit' cannot be terminated once issued. See 'closeStackRequest

Reffed image

2010-12-08 Thread Richmond
Cripes . . .talk about slow learners! How do I "import" a referenced image programmatically? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://li

Re: IDE Save

2010-12-08 Thread David C.
> ... I guess the real message is that you can't rely on the IDE to save > when it should and you have to deal with it however you can.  Personally, I > think that's a ridiculous situation but it is what it is. Hello Pete, One more thing to consider before coming to a negative conclusion about the

Re: revServer Installation on DreamHost

2010-12-08 Thread David Bovill
Hi Keith, I do seem to have the libraries available in /usr/lib/: lrwxrwxrwx 1 root root 17 Oct 12 06:08 /usr/lib/libpcre.so -> > libpcre.so.3.12.1 > lrwxrwxrwx 1 root root 17 Oct 12 06:08 /usr/lib/libpcre.so.3 -> > libpcre.so.3.12.1 > -rw-r--r-- 50 root root 162816 Jul 14 2008 /usr/lib

Re: quiting and close stack message

2010-12-08 Thread Bob Sneidar
It looks like this is meant for a standalone only. Quitting the IDE does not seem to send a shutdownRequest to the stack script. Bob On Dec 8, 2010, at 11:11 AM, william humphrey wrote: > *This doesn't work:* > > * > * > > *on* shutdownRequest > > answer "are you sure you want to quit" >

RE: quiting and close stack message

2010-12-08 Thread FlexibleLearning
'quit' cannot be terminated once issued. See 'closeStackRequest' instead of 'closeStack'. Hugh Senior FLCo How do you get an answer dialogue to halt the quit process? If you have a "close stack" handler and it has a "do you really want to quit?" dialogue and you quit the livecode application you

Find/Replace

2010-12-08 Thread Peter Haworth
I use the IDE Find/Replace frequently. It seems there are two different dialogs depending on if you have a script editor window open (I think). The one I'm talking about comes up when I hit Cmd-F in a script editor window, then click the "More" button. I have a couple of problems with thi

Re: quiting and close stack message

2010-12-08 Thread william humphrey
*This doesn't work:* * * *on* shutdownRequest answer "are you sure you want to quit" *end* shutdownRequest ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pre

Re: quiting and close stack message

2010-12-08 Thread william humphrey
Exactly. That is what I'm trying to do. Can that be done and tested in the IDE? On Wed, Dec 8, 2010 at 2:57 PM, Bob Sneidar wrote: > Intercept the shutDownRequest message and only pass it if the user > confirms? > > Bob > > > On Dec 8, 2010, at 9:33 AM, william humphrey wrote: > > > How do you g

Re: IDE Save

2010-12-08 Thread Peter Haworth
Well I'm not sure I'm ready to say that save as standalone NEVER saves script changes, just that ti didn.t appear to in this particular instance. I can't figure out what I did differently this time around to cause that problem. I guess the real message is that you can't rely on the IDE to

Re: preOpenStack - Main stack script affects SubStack when it opens?

2010-12-08 Thread Glen Bojsza
Lots of options so I chose the to move my preOpenStack from the stack script to script of card 1 and it works perfectly. thanks, On Tue, Dec 7, 2010 at 7:29 PM, Terry Judd wrote: > This is normal behaviour. The ways around it are... > > 1. an empty preopenstack handler in the substack > 2. stac

Re: IDE Save

2010-12-08 Thread Peter Haworth
Yep, looking forward to giving glx2 a try Pete Haworth http://www.mollysrevenge.com http://www.sonicbids.com/MollysRevenge http://www.myspace.com/mollysrevengeband On Dec 8, 2010, at 10:37 AM, Bob Sneidar wrote: Also, remember now that GLX2 is open source, and that has an autos

Re: quiting and close stack message

2010-12-08 Thread Bob Sneidar
Intercept the shutDownRequest message and only pass it if the user confirms? Bob On Dec 8, 2010, at 9:33 AM, william humphrey wrote: > How do you get an answer dialogue to halt the quit process? If you have a > "close stack" handler and it has a "do you really want to quit?" dialogue > and you

Re: IDE Save

2010-12-08 Thread Bob Sneidar
Oh that's interesting. Save as Standalone does not save your script changes beforehand. Well that is good to know. Still, I save every time I make a series of code changes that will compile, like every few lines or so. I think with GLX2 and Remo, simple hitting the enter key will save and compil

Re: Using arrayencode for revmobile web services

2010-12-08 Thread David Bovill
The docs for arrayencode say use urlencode - I've had problems with base64encode and certain characters - and I've seen recent posts which had similar issues - never go to the bottom of them. I'll be testing these on revmobile - should work as they are not tied to any external or interface issues..

Re: preOpenStack and Breakpoints

2010-12-08 Thread Bob Sneidar
These aren't the droids you are looking for. Move along... Bob On Dec 7, 2010, at 11:34 PM, Mark Wieder wrote: > There's a somewhat earlier version on revOnline with nag screens but > otherwise fully functional. > > ...and...er...don't look at the PowerTools page. I haven't announced > that o

Re: quiting and close stack message

2010-12-08 Thread william humphrey
Maybe this doesn't work in the IDE but is possible in a saved application? On Wed, Dec 8, 2010 at 1:33 PM, william humphrey wrote: > How do you get an answer dialogue to halt the quit process? If you have a > "close stack" handler and it has a "do you really want to quit?" dialogue > and you qui

thanks

2010-12-08 Thread bacches...@tin.it
Many thanks to ALL YOUI learned a lotmario ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: IDE Save

2010-12-08 Thread Bob Sneidar
Also, remember now that GLX2 is open source, and that has an autosave feature as well. Remo (heretofore tRev) also auto saves if I am not mistaken. Bob On Dec 7, 2010, at 5:32 PM, Björnke von Gierke wrote: > Yes that is annoying. > > The problem here is that there's no assured way for the L

Re: is it possible...

2010-12-08 Thread Bob Sneidar
Also the list address has changed. A LOT of people are still using the old address and I cannot figure out why. Please update your address book to use the address use-livecode@lists.runrev.com Thanks. Bob On Dec 8, 2010, at 8:55 AM, bacches...@tin.it wrote: > Hi to everybody > I am a beginner

Re: is it possible...

2010-12-08 Thread Jim Ault
One method is to use the message path, but the more direct way is to use the long ID of the field type into the message box with one of the stacks as frontmost "put the long id of fld 1" and the main stack long id field id 1004 of card id 1002 of stack "/Users/jault/Documents/ JmaMainSt

Re: is it possible...

2010-12-08 Thread Bob Sneidar
One way is to get and set the dialogData. This is a global property available to all stacks. It works like any property. set the dialogData to "This is my answer." -- in the substack get the dialogData -- in the mainstack answer it with "Oh I see!" Bob On Dec 8, 2010, at 8:55 AM, bacches...@

Re: LiveCode iOS (browser)

2010-12-08 Thread Andre Garzia
Harald, Try iphoneControlDelete instead of iphoneControlDestroy... I think iphoneControlDestroy is a mistake. Also try passing true or false without quotes. Andre On Wed, Dec 8, 2010 at 4:02 PM, Harald Müller wrote: > While testing the new "browser" control I can't manage to show/hide the > b

LiveCode iOS (browser)

2010-12-08 Thread Harald Müller
While testing the new "browser" control I can't manage to show/hide the browser "window" while running. It works as expected when defined in the initial state but it can't be changed later. iphoneControlSet sBrowserId, "visible", "true/false" Also the browser doesn't let himself kill (iphoneContr

quiting and close stack message

2010-12-08 Thread william humphrey
How do you get an answer dialogue to halt the quit process? If you have a "close stack" handler and it has a "do you really want to quit?" dialogue and you quit the livecode application you see that answer message flash for a second but it doesn't halt the quit process.

Re: revServer Installation on DreamHost

2010-12-08 Thread Keith Clarke
David, I've just been going through this and with Andre's help, solved the libpcre side but my hosted VPS (Ubuntu Dapper 6.06) version doesn't support the necessary version of libcurl that revServer needs so I'm waiting for further enlightenment on Ubuntu's forum. Still, item 6 may get your lib

R: Re: is it possible...

2010-12-08 Thread bacches...@tin.it
Messaggio originale Da: m.schonewi...@economy-x-talk.com Data: 8-dic-2010 18.08 A: "How to use LiveCode" Ogg: Re: is it possible... Hi Mario, I'm pretty sure that it is possible, but what exactly do you want to do with this variable, or with the question and the answer? If you want

Re: LiveCode and facebook

2010-12-08 Thread Harald Müller
Hi Ben, thanks for the info. I'm now trying to implement it using the iOS-specific LiveCode features of the new version 4.5.2 and it looks good so far. As soon as I'm ready I will post it to the community. Best regards, Harald. | Harald Müller (www.etcpp.de) | Theodor-Körner-Straße 4, 97072 Wü

Re: is it possible...

2010-12-08 Thread Mark Schonewille
Hi Mario, I'm pretty sure that it is possible, but what exactly do you want to do with this variable, or with the question and the answer? If you want to compare the two, try if fld 1 of stack "Name of substack" is fld 1 of stack "Name of mainstack" then... If you want to put the field of the

Re: Using arrayencode for revmobile web services

2010-12-08 Thread Björnke von Gierke
arrayencode produces binary, you probably in addition need to base64en- / de-code. On 8 Dec 2010, at 17:49, David Bovill wrote: > I want to send complex data to a revmobile client. XML is out because that's > not part of the revmobile client yet I believe (or at least i am assuming > this has no

is it possible...

2010-12-08 Thread bacches...@tin.it
Hi to everybody I am a beginner of LiveCode.. Is it possible to send a variable from a substack to Main Stack ? I put a question in the substack and I put the answer in a field of the MainStack..Is there a better way to get the answer?Thanksmario ___ us

Using arrayencode for revmobile web services

2010-12-08 Thread David Bovill
I want to send complex data to a revmobile client. XML is out because that's not part of the revmobile client yet I believe (or at least i am assuming this has not been brought into the engine). I could use JSON, but as I'v not really stress tested teh existing community libraries, I'm thinking the

Re: 4.5.2 and iOS Deployment launched

2010-12-08 Thread J. Landman Gay
On 12/8/10 4:13 AM, JosepM wrote: Hi, I have something similar in my account.. But I could download and install the version, but I have to re-license each time. Why? :( It happens if you purchased a commercial license for Desktop and a personal license for iOS, which gives you two different

revServer Installation on DreamHost

2010-12-08 Thread David Bovill
Has anyone successfully installed rvServer on DreamHost? I'm setting this up for this weekends Live Code TV event, but running into the missing libraries thing: - http://forums.runrev.com/phpBB2/viewtopic.php?f=8&t=6147 - http://forums.runrev.com/phpBB2/viewtopic.php?f=2

Re: OSC Library

2010-12-08 Thread Thomas McGrath III
Mark- This is a great project for the Make Board and the OSC library looks fantastic. I can't wait to test this out. I will test it out with the Arduino and report the results. Thank you, this is great. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Dec 8, 2010, at 2:

Re: [On-Rev] attaching params when calling an irev file

2010-12-08 Thread Andre Garzia
On Wed, Dec 8, 2010 at 8:36 AM, Matthias Rebbe wrote: > Hi, > > i want to add some parameters when calling an irev file. e.g. if you call it like: > test.irev?a=1&b=2 > then you will be able to access the params as: $_GET["a"] and $_GET["b"] Cheers andre > > How can i use this params in m

Re: How do I keep an .exe file always in front of other software (on Windows)?

2010-12-08 Thread William de Smet
Hi Mark, That's easy. Thanks! groeten, William 2010/12/8 Mark Schonewille : > Hi William, > > Set the systemWindow property of your stack to true. > > -- > Best regards, > > Mark Schonewille > > Economy-x-Talk Consulting and Software Engineering > Homepage: http://economy-x-talk.com > Twitter:

Re: How do I keep an .exe file always in front of other software (on Windows)?

2010-12-08 Thread Mark Schonewille
Hi William, Set the systemWindow property of your stack to true. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 How to receive a free Color Converter license http

How do I keep an .exe file always in front of other software (on Windows)?

2010-12-08 Thread William de Smet
Hi there, I am looking for a way to keep my app always in front off other software (on Windows). So when opening other software my app needs to stay in front. Always! Is this possible with LC? greetings, William ___ use-livecode mailing list use-livecod

[On-Rev] attaching params when calling an irev file

2010-12-08 Thread Matthias Rebbe
Hi, i want to add some parameters when calling an irev file. e.g. test.irev?a=1&b=2 How can i use this params in my script then. I was pretty sure, i have done this already some time ago, but cannot remember now how to do it, Or am i absolutely wrong on this? Regards, Matthias ___

RevMobile: Help needed

2010-12-08 Thread JosepM
Hi, I'm really confused about how to create for iPad. I have a stack of 1024x768 but it always appears as the iPhone app into the iPad. How to create navigable table views like the UITableView? Buttons, radio, checks and text fields? I have to simulate them as images? Salut, Josep -- View th

Re: 4.5.2 and iOS Deployment launched

2010-12-08 Thread JosepM
Hi, I have something similar in my account.. But I could download and install the version, but I have to re-license each time. Why? :( Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/4-5-2-and-iOS-Deployment-launched-tp3075150p3077966.html Sent from

Re: OSC Library

2010-12-08 Thread Ben Rubinstein
On 07/12/2010 22:08, Thomas McGrath III wrote: I have looked at Mrmr and downloaded touchOSC. They are fairly decent and provide built-in templates with buttons and slider controls. I would think however that LC could be done even better. I envision an editable template with a few controls to

Re: OSC Library

2010-12-08 Thread René Micout
Thank you Mark :-) Le 8 déc. 2010 à 08:45, Mark Wieder a écrit : > Tom- > > The OSC stack is now uploaded to revOnline as MakeBoard. It's a rev > controller for the MakeBoard and acts as a demonstration for the > libOSC library, which is included as a substack. More than you asked > for, I know,

Re: scroller iPhone with bounce

2010-12-08 Thread BNig
Hi Terry, I meant to say you neither see the bounce nor the deceleration after scrolling in the Simulator. You can scroll in the Simulator, but you need a real device to test scrolling related questions. Sorry for not making the distinction. Glad you liked the example. Kind regards Bernd Te