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 f
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 that
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 save
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 ope
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 afte
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.
___
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 t
On Mon, Jul 22, 2013 at 2:03 PM, Geoff Canyon 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
> second is the d
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
> neede
On Mon, Jul 22, 2013 at 3:44 PM, Peter Haworth 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 dragLines.
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 computer?
On Sun, Jul 21, 2013 at 1:56 PM, Geoff Canyon 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 on your site.
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
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 apparen
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 a
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
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:"
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
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,
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é,
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"
>>
>
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 wrote:
Either I cannot count (Mac, Win, Linux, And
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 cou
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 Pe
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 wrote:
>
> On 19 Jul 2013, at 01:02, Randy Hengst wrote:
>
On Sun, Jul 21, 2013 at 9:56 PM, 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 are you t
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
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
> sug
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
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:
>
> http://livecode.com/bl
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 PAT
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
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 wrote:
> Either I cannot count (Mac, Win, Linux, Android, iOS),
>
> or RunRev is counting differently:
___
use-liveco
Either I cannot count (Mac, Win, Linux, Android, iOS),
or RunRev is counting differently:
http://livecode.com/blog/2013/06/19/transitioning-to-being-an-open-source-company/
"With 8 platforms to build for these days"
Richmond.
___
use-livecode mailin
On 19 Jul 2013, at 01:02, Randy Hengst wrote:
> the other couple times, there was an error in my preOpen Card or preOpen
> Stack handlers.
Almost certainly this. Sprinkle some put statements to track what you're doing
in these handlers and use Console to check (if you're on a Mac)
Kind regard
Should have been more clear. The error I'm seeing says:
"Linking for armv7 failed with… … No such file or directory."
--
Scott Morrow
On Jul 22, 2013, at 12:20 AM, Scott Morrow wrote:
> Hello Mark,
>
> Are you getting this error when trying to build a standalone? Do you use any
> externals
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 du
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
Are you setting the contentRect of the scroller to the formattedRect of the
group?
On 22/07/2013, at 4:43 PM, Jim sims 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 simulator I took the
39 matches
Mail list logo