Re: Splash screen localization

2013-04-23 Thread Mark Wilcox
If you're building a native iOS app the splash screen can be localised just like any other image and the system will pick the right one to display for you whilst it's loading your app. Sounds like a small feature request for LiveCode. I'll see how tricky it is to add once the IDE is open to cont

Re: What am I doing wrong here?

2013-04-23 Thread Shawn Blc
I have the link to the stack here http://forums.runrev.com/viewtopic.php?f=7&t=14895 On Wed, Apr 24, 2013 at 1:03 AM, Igor de Oliveira Couto wrote: > Quick guess: > > On 24/04/2013, at 3:33 PM, Shawn Blc wrote: > > > *on* mouseUp > > > > *if* grpA1 = correctAnswer *then* > > > > *add* 5 to

Re: What am I doing wrong here?

2013-04-23 Thread Igor de Oliveira Couto
Quick guess: On 24/04/2013, at 3:33 PM, Shawn Blc wrote: > *on* mouseUp > > *if* grpA1 = correctAnswer *then* > > *add* 5 to field "fldCorrect" > > *else* > > *add* 5 to field "fldWrong" > > *end* *if* > > *end* mouseUp It seems that "grpA1" and "correctAnswer" are local variables

[Android] the files command

2013-04-23 Thread Nicolas Cueto
Hello. I want to create an Android stack that will allow renaming the filenames of images in a directory, which directory is not necessarily part of (sandboxed with?) my Android stack itself, and which directory may or may not be the Android default directory for images (if such a directory exists

What am I doing wrong here?

2013-04-23 Thread Shawn Blc
What am I doing wrong here? * * *on* mouseUp *if* grpA1 = correctAnswer *then* *add* 5 to field "fldCorrect" *else* *add* 5 to field "fldWrong" *end* *if* *end* mouseUp ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: GPL 3???

2013-04-23 Thread Dr. Hawkins
On Tue, Apr 23, 2013 at 2:22 PM, Mark Wilcox wrote: > GPLv2 is more or less the same as v3 from a patents perspective if I remember > correctly. >As a contributor, you grant anyone using the code a royalty free patent >license to any >related patents you hold if they use the code under the GPL.

Re: Splash screen localization

2013-04-23 Thread Colin Holgate
Only by submitting three different apps. Those splash screens show before your app is open. They also only appear very briefly. So, you could have a black splash screen, or a generic image, then switch to the screen with the logos in it after your app has started to open. On Apr 23, 2013, at 6

command line arguments - windows - $#

2013-04-23 Thread Matthias Rebbe
Hi, maybe it´s just to late here and i just need some sleep. But for whatever reason i am having problems with the $ command line argument variable under windows. In my script i have to check the number of arguments with $#, because the number of arguments may vary. I then want to process th

Re: Splash screen localization

2013-04-23 Thread Scott Rossi
I don't believe there's any option to choose from multiple splash screens at startup. You could forego using the built-in splash screens and create your own using an empty first card, showing the appropriate image for each language. Depending on the design of the splash, you might be able to use

Splash screen localization

2013-04-23 Thread Sergio Schvarstein
Hi, I am making an iPhone app whose contents are in 3 languages (English, Spanish, Portuguese). When the app is opened (on preOpenStack), I detect the user language and then I show all the texts in that language. Now I have a problem with the splash screens, because the idea is to use a pictur

Re: Missing controls in standalone

2013-04-23 Thread J. Landman Gay
On 4/23/13 10:13 AM, Michael Doub wrote: Because it is in an executable it is hard for me to tell. You can see the tab control that i just to navigate between cards. And the tab animation is visible when you click on the tabs. But nothing on the cards is visible. Are they missing on both Ma

Weird Font Behavior

2013-04-23 Thread Randolph Valentine
I wrote yesterday and received a response from Richard Gaskin, which is below. I was getting weird font behavior in a field and finally checked my script only to find that the script had someone changed, so that the font size was now "3," instead of whatever I had originally set it at. I can't imag

Re: GPL 3???

2013-04-23 Thread Mark Wilcox
The incompatible bits (ATL and OpenSSL) are equally incompatible with both versions of the GPL. RunRev have had to add an exception temporarily. Mark Wieder wrote: >Well, you'd know this stuff better than I would, but my understanding is >that there were problems with some of the third-party co

Re: GPL 3???

2013-04-23 Thread Mark Wilcox
GPLv2 is more or less the same as v3 from a patents perspective if I remember correctly. As a contributor, you grant anyone using the code a royalty free patent license to any related patents you hold if they use the code under the GPL. The changes related to patents were about cross-licensing d

Re: GPL 3???

2013-04-23 Thread Mark Wieder
Well, you'd know this stuff better than I would, but my understanding is that there were problems with some of the third-party components that were not LGPL2-compatible, so the licensing agreement had to be changed to accomodate them. I think the situation is still in flux (maybe swapping out the t

Re: LiveCode 6.0.1 test release available

2013-04-23 Thread Dr. Hawkins
On Tue, Apr 23, 2013 at 4:54 AM, Heather Laine wrote: > Bug reports should be submitted via the Quality Center: I just submitted three--on the activation screen alone! -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode mailing list use-

GPL 3???

2013-04-23 Thread Dr. Hawkins
Err, I just noticed on installation the reference to GPL 3. I though it was supposed to be 2. I haven't paid attention to the issue for a while, but aren't there patent side-effects on V3 that could be an issue for commercial developers who contribute? I thought most things of this nature were s

Re: LiveCode 6.0.1 test release available

2013-04-23 Thread Richmond
On 04/23/2013 02:54 PM, Heather Laine wrote: Dear List Members, We're pleased to announce the release of LiveCode 6.0.1 RC 1. Please note that this is a test release, not a final version, and as such it may be unstable, have bugs, or generally exhibit unexpected behaviour. Before using it, you

In app Purchase problem on iOS

2013-04-23 Thread Ralph DiMola
Hey folks, Having a little problem here... 1) Set up all my tax/bank/contact info. 2) I have created my in-app purchase products in iTunes connect. 4) I'm testing with a dev certificate that I regenerated and downloaded on a iPad2. 3) I have uploaded a binary with a regenerated & downloaded d

Re: [OT] Cross-platform tools shootout

2013-04-23 Thread Geoff Canyon
On Tue, Apr 23, 2013 at 10:36 AM, Mark Wilcox wrote: > developers using it had much lower expectations There's a huge blubissue here. Of course most people think their language is pretty good. Most don't know any better, and

Re: Missing controls in standalone

2013-04-23 Thread Peter Haworth
Hi Michael, The UAC options are mentioned on page 38 of the 5.x release notes. They're all about access privileges on Windows but doesn't seem like they should have anything to do with your problem. Pete lcSQL Software On Tue, Apr 23, 2013 at 8:13 AM, Michael Doub wrote:

Re: Missing controls in standalone

2013-04-23 Thread Mark Wilcox
Michael Doub Wrote: > I looked at the new Standalone settings for Windows and there is something > new that I have not seen before and it is not documented:  UAC Execution > Level.  I get this weird behavior on the Default setting.    When I set it > on Highest Available, this starts to wor

Re: [OT] Cross-platform tools shootout

2013-04-23 Thread Mark Wilcox
Chipp Walters wrote: > Interesting as Haxe (the overall winner, and winner in Development Speed) > doesn't even have an IDE. It would be interesting to have a LC/Haxe > shootout with a Haxe developer, who evidently must be expert in CSS, > Javascript, HTML and probably a host of other inside fra

Re: [OT] Cross-platform tools shootout

2013-04-23 Thread Mark Wilcox
Mark Wieder wrote: > Thanks. Yes, I do take these things with a grain of salt > ()... it's interesting that all > the tools seem to group together pretty well in terms of user satisfaction > in all areas, so my take-away there is that developers are g

Re: This list - are digests OK?

2013-04-23 Thread Matthias Rebbe
Similar situation here: I am using a rule to move the list emails into another folder and that since 2005. ;) Regards, Matthias Am 23.04.2013 um 16:54 schrieb Andrew Kluthe : > I use gmail and a filter to put all my list mail into another inbox. Works > nicely, very searchable. > > Andrew >

Re: Missing controls in standalone

2013-04-23 Thread Michael Doub
Because it is in an executable it is hard for me to tell. You can see the tab control that i just to navigate between cards. And the tab animation is visible when you click on the tabs. But nothing on the cards is visible. I looked at the new Standalone settings for Windows and there is some

Re: This list - are digests OK?

2013-04-23 Thread Andrew Kluthe
I use gmail and a filter to put all my list mail into another inbox. Works nicely, very searchable. Andrew On Tue, Apr 23, 2013 at 9:31 AM, Richard Gaskin wrote: > Graham Samuel wrote: > > Well, there are 866 mails in my use-list mailbox this morning > > (I've been away from the Internet for ab

Re: This list - are digests OK?

2013-04-23 Thread Richard Gaskin
Graham Samuel wrote: > Well, there are 866 mails in my use-list mailbox this morning > (I've been away from the Internet for about 10 days), and I > find it hard to scan threads very rapidly so as to discard > the ones I'm not interested in… somehow with digests this > seemed tidier. Maybe I need

Re: This list - are digests OK?

2013-04-23 Thread Björnke von Gierke
"view" -> "organise by conversation" I think mac mail does a decent job in grouping the threads together. WIth that, the lists read just like a forum. And it's easy to skip topics that are uninteresting. The only thing I'd like would be a way to force two conversations into one, or split one in

LiveCode 6.0.1 test release available

2013-04-23 Thread Heather Laine
Dear List Members, We're pleased to announce the release of LiveCode 6.0.1 RC 1. Please note that this is a test release, not a final version, and as such it may be unstable, have bugs, or generally exhibit unexpected behaviour. Before using it, you should back up your work. We are making it av

Re: This list - are digests OK?

2013-04-23 Thread Graham Samuel
Well, there are 866 mails in my use-list mailbox this morning (I've been away from the Internet for about 10 days), and I find it hard to scan threads very rapidly so as to discard the ones I'm not interested in… somehow with digests this seemed tidier. Maybe I need to use (or grow) a tool more

Re: Missing icons (OT?)

2013-04-23 Thread Richmond
On 04/23/2013 04:23 AM, Igor de Oliveira Couto wrote: The following knowledge base article may be useful: - "How do I Rebuild Corrupt Icons?" - https://discussions.apple.com/thread/3243206 ---

Re: Non Standard Unicode Fonts and how they appear on screen

2013-04-23 Thread Richmond
On 04/23/2013 04:07 AM, Igor de Oliveira Couto wrote: I feel your pain...: On 23/04/2013, at 12:24 AM, Richmond wrote: One of my whipping boys; now complete with 'pretty' pictures I know that there are many of us waiting for an overhaul of the core handling of international text - which I h