Re: boundingRect and scrolling

2013-07-22 Thread Monte Goulding
On 22/07/2013, at 3:22 PM, Scott Rossi wrote: I just ran into this yesterday. I'd vote for it. Well it turns out not to be that complicated... love this open source thing ;-) Some interesting tings to note: - bonding rect is treated internally as a boolean flag rather than an actual rect

iOS Scrolling groups

2013-07-22 Thread Jim sims
I have a group of 399 groups (each group has one image object and two fields), in OSX I can scroll this and view all groups. In iOS in the simulator I took the Scroller example stack from help, adjusted the script for this group of groups and I get scrolling with a nice bounce. My problem is

Re: iOS Scrolling groups

2013-07-22 Thread Monte Goulding
Are you setting the contentRect of the scroller to the formattedRect of the group? On 22/07/2013, at 4:43 PM, Jim sims s...@ezpzapps.com wrote: I have a group of 399 groups (each group has one image object and two fields), in OSX I can scroll this and view all groups. In iOS in the

Re: iOS Scrolling groups

2013-07-22 Thread Jim sims
Ah! Coola Boola! Duh - formattedRect and not formattedHeight, maybe that is my problem (in addition to being away from LCode for a while). Thanks for that Monte. sims On Monday, July 22, 2013, Monte Goulding wrote: Are you setting the contentRect of the scroller to the formattedRect of the

Re: 5.5.5 linking problem

2013-07-22 Thread Scott Morrow
Hello Mark, Are you getting this error when trying to build a standalone? Do you use any externals? I'm seeing an error in LC 5.5.5 and LC 6.1 when trying to build with externals related to printing. (rrehardcopy and/or mergdoc ) -- Scott Morrow Elementary Software (Now with 20% less chalk

Re: 8 platforms ?

2013-07-22 Thread Colin Holgate
Mac is Classic, Intel OSX and PPC OSX. Then there is Rev server. That makes it be 8 I think. On Jul 22, 2013, at 7:12 AM, Richmond richmondmathew...@gmail.com wrote: Either I cannot count (Mac, Win, Linux, Android, iOS), or RunRev is counting differently:

UK Ordnance Maps and LiveCode

2013-07-22 Thread Graham Samuel
Having had quite a lot to do with the official UK Geographical Mapping agency, Ordnance Survey (producers of very high quality, detailed mapping data) and their rather odd business model, I am hoping to to attend a meeting on 2nd August where they will introduce their new iOS SDK. I assume that

Re: How to manage file name containing a date with /

2013-07-22 Thread André Bisseret
Bonjour, Jacque, Dar and Peter, thank you much for your attention to my problem. Since your posts I made a number of trials during the weekend, following your suggestions but with no success. Reminder : the names of the files I am trying to launch from script have the following format : Joe

Re: 8 platforms ?

2013-07-22 Thread Peter W A Wood
Richmond I think the 8 are: Mac Desktop Windows Desktop Linux Desktop Android iOS Mac Server Windows Server Linux Server. Peter On 22 Jul 2013, at 19:12, Richmond wrote: Either I cannot count (Mac, Win, Linux, Android, iOS), or RunRev is counting differently:

Re: How to manage file name containing a date with /

2013-07-22 Thread Dar Scott
André, I'm not sure why this will not work to create the file name: get Joe PATIENT - bio checkup - 09 numToChar(240) 2013.pdf I think I might not be understanding the situation. Are these all files on a network file server or a portable storage? They look one way (with colons) on a Mac

Re: How to manage file name containing a date with /

2013-07-22 Thread Dar Scott
I think I might not be under standing the situation. Questions inline. On Jul 22, 2013, at 6:50 AM, André Bisseret wrote: Bonjour, Jacque, Dar and Peter, thank you much for your attention to my problem. Since your posts I made a number of trials during the weekend, following your

Re: How to manage file name containing a date with /

2013-07-22 Thread Mark Wieder
Dar- Monday, July 22, 2013, 8:05:15 AM, you wrote: That is what I was suggesting, with the fix above. But, now I have less faith in that. It might be that that character is not really there but is displayed by Windows Explorer. I'd be very wary of trying to fool the operating system with

Re: paste and closeField

2013-07-22 Thread Dr. Hawkins
On Sun, Jul 21, 2013 at 9:56 PM, dunb...@aol.com wrote: Not sure, then, what you want. The docs do seem to be wrong in that when focus leaves the field, a closefield message is sent after a paste. And the textChanged message is sent immediately when text is pasted. What specific behavior

Re: iPad splash screen blocks

2013-07-22 Thread Mike Kerner
And if I'm reading it correctly, in ios7, splash screens should go away - not that your app doesn't have a problem, but again, if I read it correctly, it should stop somewhere else instead. On Mon, Jul 22, 2013 at 6:08 AM, Paul Maguire m...@paulmaguire.me wrote: On 19 Jul 2013, at 01:02,

Re: How to manage file name containing a date with /

2013-07-22 Thread André Bisseret
Sorry Dar I posted my answer to your first message before finding this one! Le 22 juil. 2013 à 16:11, Dar Scott a écrit : I think I might not be under standing the situation. Questions inline. On Jul 22, 2013, at 6:50 AM, André Bisseret wrote: Bonjour, Jacque, Dar and Peter, thank

Re: 8 platforms ?

2013-07-22 Thread Richmond
On 22/07/13 16:14, Peter W A Wood wrote: Richmond I think the 8 are: Mac Desktop Windows Desktop Linux Desktop Android iOS Mac Server Windows Server Linux Server. Peter Aah. On 22 Jul 2013, at 19:12, Richmond wrote: Either I cannot count (Mac, Win, Linux, Android, iOS), or RunRev is

Re: 8 platforms ?

2013-07-22 Thread Richmond
On 22/07/13 14:28, Colin Holgate wrote: Mac is Classic, Intel OSX and PPC OSX. Then there is Rev server. That makes it be 8 I think. I didn't know Livecode ran on Mac Classic anymore. Do tell . . . On Jul 22, 2013, at 7:12 AM, Richmond richmondmathew...@gmail.com wrote: Either I cannot

Re: How to manage file name containing a date with /

2013-07-22 Thread Dar Scott
On Jul 22, 2013, at 8:36 AM, André Bisseret wrote: Thanks Dar for your prompt reply Le 22 juil. 2013 à 15:16, Dar Scott a écrit : André, I'm not sure why this will not work to create the file name: get Joe PATIENT - bio checkup - 09 numToChar(240) 2013.pdf I am doing something

Re: How to manage file name containing a date with /

2013-07-22 Thread André Bisseret
Sorry again, Dar, I am not speedy enough to answer (am not enough fluent in english ;-) Le 22 juil. 2013 à 17:05, Dar Scott a écrit : On Jul 22, 2013, at 8:36 AM, André Bisseret wrote: Thanks Dar for your prompt reply Le 22 juil. 2013 à 15:16, Dar Scott a écrit : André, I'm not

Re: iPad splash screen blocks

2013-07-22 Thread Jim sims
In my case of SplashScreenitis there was code that caused the issue. What did surprise me then was it took ten seconds for the SplashScreen to go away, seems a consistent ten seconds. Works though. sims -- On Monday, July 22, 2013, Mike Kerner wrote: And if I'm reading it correctly, in ios7,

Re: How to manage file name containing a date with /

2013-07-22 Thread André Bisseret
Thanks Dar for your prompt reply Le 22 juil. 2013 à 15:16, Dar Scott a écrit : André, I'm not sure why this will not work to create the file name: get Joe PATIENT - bio checkup - 09 numToChar(240) 2013.pdf I am doing something similar : put quote numToChar(240) into tVar replace :

Re: How to manage file name containing a date with /

2013-07-22 Thread J. Landman Gay
On 7/22/13 7:50 AM, André Bisseret wrote: Since your posts I made a number of trials during the weekend, following your suggestions but with no success. I'm still not sure why you need to translate the file paths. I've never needed to do that. This always works: answer file Choose a file:

Re: Bug in resizestack script : how exit ?

2013-07-22 Thread Devin Asay
On Jul 19, 2013, at 10:17 AM, Richard Gaskin wrote: Ludovic Thébault wrote: I wrote a script for resizestack, and i resize the stack to test it. But there is a bug and Livecode was frozen (6,1 community), impossible to get the hand, need to force quit. There is an command to regain

Re: How to manage file name containing a date with /

2013-07-22 Thread Dar Scott
I'm not trying to fool the OS. It is already fooled the way I understand the problem. The scanner created files with / in the name. On Jul 22, 2013, at 10:32 AM, Mark Wieder wrote: Dar- Monday, July 22, 2013, 8:05:15 AM, you wrote: That is what I was suggesting, with the fix above.

Re: How to manage file name containing a date with /

2013-07-22 Thread J. Landman Gay
On 7/22/13 2:32 PM, Dar Scott wrote: I'm not trying to fool the OS. It is already fooled the way I understand the problem. The scanner created files with / in the name. Hm. That would make my last response moot then. I guess I missed where these odd file names were coming from, but

Re: How to manage file name containing a date with /

2013-07-22 Thread André Bisseret
Le 22 juil. 2013 à 21:39, J. Landman Gay a écrit : On 7/22/13 2:32 PM, Dar Scott wrote: I'm not trying to fool the OS. It is already fooled the way I understand the problem. The scanner created files with / in the name. Hm. That would make my last response moot then. I guess I missed

Re: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-22 Thread Peter Haworth
On Sun, Jul 21, 2013 at 1:56 PM, Geoff Canyon gcan...@gmail.com wrote: https://docs.google.com/file/d/0By_mW8YYOZpATnFfeExKNkt1VXc This version updates the history of the selection after a drag so the problem you saw should be corrected. Feel free to update the instructions, etc. and repost

Re: How to manage file name containing a date with /

2013-07-22 Thread Thomas McGrath III
Andre, You are not answering the proper questions to come up with a solution for this. Questions: 1. Where are the files located when using the Mac version of your app? (same computer? different computer?) 2. Where are the filed located when using the Windows version of your app? (same

Re: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-22 Thread Geoff Canyon
On Mon, Jul 22, 2013 at 3:44 PM, Peter Haworth p...@lcsql.com wrote: Resending because the original got caught in the dreaded message is too long vortex. This is very useful, thanks Geoff. I can't quite figure out what's going on with the format statement that's part of the send of

Re: How to manage file name containing a date with /

2013-07-22 Thread André Bisseret
Le 22 juil. 2013 à 19:40, J. Landman Gay a écrit : On 7/22/13 7:50 AM, André Bisseret wrote: Since your posts I made a number of trials during the weekend, following your suggestions but with no success. I'm still not sure why you need to translate the file paths. I've never needed to do

Re: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-22 Thread Peter Haworth
On Mon, Jul 22, 2013 at 2:03 PM, Geoff Canyon gcan...@gmail.com wrote: The dragLines message I messed up fixing the issue Scott mentioned above (darn regression errors...) I have it fixed now, I'll upload a new copy in a bit. To answer your question -- the first param is the drag lines, the

Re: 5.5.5 linking problem

2013-07-22 Thread Mark Smith
Thanks Mike and Scott. I am linking for the Universal settings. I have SDK's 5.1, 6.0 and 6.1 and I have a green square. Although, it keeps forgetting my settings for some reason. Anyway, with this config I am getting the arm7 error message. Interesting it does create an application anyway. I may

Re: 5.5.5 linking problem

2013-07-22 Thread Mark Smith
Yes Scott, that is exactly the same error I am seeing as well. Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/5-5-5-linking-problem-tp4667839p4667881.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: LC Server Image Weirdness

2013-07-22 Thread Paul Hibbert
Rick, Maybe if you could post (at least the basics of) the code for your upload and display routine somebody may be able to come up with ideas for a solution. Paul On 2013-07-21, at 7:16 AM, Rick Harrison wrote: Hi Paul, I tried your suggestions. I moved the display of the image after

legacy problem?

2013-07-22 Thread Nicolas Cueto
Hi. Within LC 6.1, I modified a stack created years ago and then saved it. Problem is, the mainstack that for years and years used to be able to open this modified stack, now can't. Tried the same modification in LC 5.5.4. Same problem. Mainstack no longer opens the stack. So, in LC 5.5.4, I

Re: legacy problem?

2013-07-22 Thread Paul Hibbert
Hi Nicolas, First thoughts - have you tried saving the modified or unmodified stack in the Legacy 2.7 format (available in a pull down menu in the Save As… window)? Paul On 2013-07-22, at 7:50 PM, Nicolas Cueto wrote: Hi. Within LC 6.1, I modified a stack created years ago and then saved

Re: Reliable script to handle selection/drag-and-drop in a list field?

2013-07-22 Thread Geoff Canyon
https://docs.google.com/file/d/0By_mW8YYOZpAME5lTE44c2oxRU0 That should fix the message so that, optionally, you can add a handler to your list like this: on dragLines dragLines,dropLines end dragLines and then if you select lines 12 and 18 and drag them to the top of the list you would get

Re: iOS Developer Portal Down?

2013-07-22 Thread Mark Wieder
Mike- On 7/20/2013, the ubuntuforums website was compromised and the attackers got every user's local username, password, and email address See http://ubuntuforums.org/announce.html?t=2063384 for the details. Canonical is still working to restore the site. Obviously if you signed up