Re: How to detect Android or iOS

2012-04-12 Thread Thierry Douez
Le 12 avril 2012 06:28, Monte Goulding mo...@sweattechnologies.com a
écrit :

 
  Maybe more to the point:
 
  ???since when has LC Journal had a forum???

 Even more to the point why is my ip banned from it?

 Cheers

 Monte


Same for me ?

Regards,

Thierry
___
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: How to detect Android or iOS

2012-04-12 Thread Mike Bonner
Shows banned for me too. Yet I don't remember ever going there before.

On Thu, Apr 12, 2012 at 2:38 AM, Thierry Douez th.do...@gmail.com wrote:

 Le 12 avril 2012 06:28, Monte Goulding mo...@sweattechnologies.com a
 écrit :

  
   Maybe more to the point:
  
   ???since when has LC Journal had a forum???
 
  Even more to the point why is my ip banned from it?
 
  Cheers
 
  Monte


 Same for me ?

 Regards,

 Thierry
 ___
 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

___
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: How to detect Android or iOS

2012-04-12 Thread Mike Bonner
Nevermind not showing banned anymore.


On Thu, Apr 12, 2012 at 4:12 AM, Mike Bonner bonnm...@gmail.com wrote:

 Shows banned for me too. Yet I don't remember ever going there before.


 On Thu, Apr 12, 2012 at 2:38 AM, Thierry Douez th.do...@gmail.com wrote:

 Le 12 avril 2012 06:28, Monte Goulding mo...@sweattechnologies.com a
 écrit :

  
   Maybe more to the point:
  
   ???since when has LC Journal had a forum???
 
  Even more to the point why is my ip banned from it?
 
  Cheers
 
  Monte


 Same for me ?

 Regards,

 Thierry
 ___
 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



___
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: Script editor instability

2012-04-12 Thread Graham Samuel
I just want to add my name to the chorus of issues not only with the script 
editor but with the 5.5 IDE in general. I have had situations where I change a 
line of script but the 'Apply' button stays dimmed. Editing is still allowed, 
i.e. the editor isn't stuck, and after a certain amount of messing around, 
'Apply' lights up. I can't get a repeatable formula; nor can I with several 
other issues I've had with the IDE, including having lost 'it' as a predefined 
local for quite a large part of a day, despite restarting, and a rash of 'name 
shadows another' problems where the name in question seemed unique and the 
usual tests didn't contradict this. I have also had a script run when I was 
supposed to be editing… that happened just now when all I did was to create a 
new label field from the toolbar. But nothing repeatable so far. Very 
frustrating.

Graham

-Original Message-
From: J. Landman Gay jac...@hyperactivesw.com
To: How to use LiveCode use-livecode@lists.runrev.com
Sent: Tue, Apr 10, 2012 2:40 pm
Subject: Re: Script editor instability


On 4/10/12 12:26 PM, Mark Talluto wrote:
 On Apr 9, 2012, at 7:37 PM, dunb...@aol.com wrote:
 
 
 
 Since I upgraded to 5.5, now and then the script editor cannot be
 moved. Rather the titlebar becomes a sort of resize tab, as if I
 clicked and dragged the actual resize tab. So trying to move the
 script editor window only results in resizing that window.I think
 it only changes the width, not the actual rect, like the real
 resize tab would.
 
 We are having a number of issues with stability in 5.5.  The problem
 is that the script editor issues you are seeing are very sporadic.  I
 think the majority of issues arise if you save with a command S often
 like I do.  I find that the IDE becomes locked down for a period of
 time before it returns.  Everything you do to it gets queued up and
 runs through very fast once the IDE returns.  Once we have a better
 recipe, I will bugzilla it. For now, I to am looking for others that
 may be seeing this problem.  For the moment, our studio is moving all
 desktop work back to 5.02 and leaving 5.5 for mobile work only.


I've seen some issues too, but like you I can't pinpoint them. I've had 
more lockups recently than ever before. There's a decided delay before 
menus drop down too, and menu key shortcuts don't always work reliably 
any more, as Mark mentioned.

I rarely Cmd-S from within the script editor, I usually save after 
bringing the stack to the front. But the lockups I've had are almost 
always in the editor, usually while stepping through code in debug mode.

I've wondered if the problems are related to the rewrite of the field 
object.

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
___
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


Linux - Datagrid scrolling stops; column label missing

2012-04-12 Thread Glen Bojsza
Hello,

I have an app that was built on OS X Livecdoe 4.6.4.

When standalones were generated we found that the Linux (CentOS 6.2)
version had some strange problems:

1. the vertical scroll for a datagrid sometimes fails. there are several
rows by when the user drags the vertical scroll bar the datagrid does NOT
scroll.. the bar moves but not the rows?

2. the vertical scroll up and down arrows also do nothing?

By refreshing the dgtext of the datagrid group things start to work
normally again until when it just stops working again (hard to reproduce
but it does fail regularly)

3. one of the three column labels disappeared except for the very first
letter.
- tried editing the clumn label using rev's ide but it would not do
anything to the letter .. not allow you to delete it or add to it
- tried Data Grid Helper and same problem.

Next step was to open the original file on CentoS Livecode 4.6.4 .

Not able to have problems 1 or 2 above fail in ide only in the standalone.

Fixed 3 above by pasting the full column name when the first letter was
selected.

Also, found in standalone (not the ide) that clicking a check box in a
datagrid sometimes does not register the associated message.

So, I am wondering if anyone else has come across these problems and if so
have any suggestions?

Also, wondering if the datagrid was built in the ide on CentOS and not OS X
if it will make a difference?

We found that sometimes moving a livecode stack from OS X to Linux some of
the script text has extraneous characters which need to be removed for the
script to work properly.

I am hoping these issues can / are resolved if not then Livecode is not
really supportable for Linux applications unless you don't use datagrids
IMHO.

thanks,

Glen
___
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


LiveCode Journal Forum login (was Re: How to detect Android or iOS)

2012-04-12 Thread Richard Gaskin

Monte Goulding wrote:


Maybe more to the point:

???since when has LC Journal had a forum???

It's not listed anywhere on the web site.


Even more to the point why is my ip banned from it?


Because there is evil in the world.  ;)

When Ken and I were setting up that forum, I was getting dozens of new 
account requests every day - even before it had been linked to anywhere 
publicly.  The account names were obviously junk as well, and many if 
the IPs traced to the Ukraine, China, Russia and other known hotbeds of 
criminal online activity (I look forward to any of those countries 
proving me wrong by enforcing their own laws).


I've been through this mill as a moderator for the LiveCode forums, but 
here I have more privileges, so I exercised them brutally: I blocked 
entire IP ranges by geographic assignment.


Yep, like the many small software devs who get slammed with tens of 
thousands of downloads when a crack is posted on a Chinese blog, I 
looked up the IP address and the geographic assignment for it, and 
blocked some parts of the world from accessing the site at all.


It was the only way I could get back to real work, and it worked like a 
charm:  spambot attempts have dropped dramatically.


However -

The original geographic assignments for IP blocks have evolved over 
time, so that some addresses in ranges originally assigned to a given 
region have been returned to the pool and reassigned elsewhere.


And thus our good friend from Australia was blocked as though he were in 
the Ukraine.


While the LCJ forums were still being set up, the regional IP blocks 
were fine and did wonders for my productivity on client projects.


But now that Ken's provided links for it, obviously we need to refine 
those blocks.


So I'd like to ask you to do me a favor:

If you get a ban notice, please drop me an email at 
ambassa...@fourthworld.com and note the IP address you're using.  I'll 
then remove that from the blocked range and you can try again.


Unfortunately this is the only productive way I can admin that site 
given the prevalence of spambots.  I'll also review the blocks and 
narrow them as time permits, but your help in identifying IP ranges that 
have been reassigned will make that job much simpler.


If it were a major forum in which we expected to draw a million users 
I'd simply hire someone to stay on top of the bots full time.  But as it 
is it's just a volunteer effort for a small number of specialized topics 
specific to the RevInterop project, a relatively tiny subset of things 
that aren't better suited for the more general audience at RunRev's 
LiveCode forums where all the major stuff happens.


I apologize for the inconvenience, but removing all those blocks en 
masse would result in a flood of new account requests that I simply 
don't have the time to address.


And when you create an account, please try to choose a meaningful name, 
something like RichardG or something else that sounds like a real 
person, as opposed to, say, FreeViagra or UggBoots, so I can more 
easily distinguish your requests from the bots.


Note that disposable email address domains like excite.com, 
hotmail.com, aol.com, and anything ending in .ru or .ch, will 
remain blocked because such a block affects very few professionals but 
will stop a great many bots.


Draconian?  Absolutely.  As long as this is a highly specialized forum 
run as a volunteer effort, I need to remain very mindful of the time I 
devote to it, given that I'm also writing code libraries for the 
community and working on products for my clients and Fourth World.  The 
blocks I've put into place have transformed a serious millstone around 
my neck of colossal time wastage into something that can be useful 
without draining my time, so for the moment that's how it works.


If any of you want to volunteer for the time-consuming and 
mind-numbingly boring job of admining new account requests, I'll happily 
add you to the admin list and it's all yours.


--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

___
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


Non-OS ads allowed?

2012-04-12 Thread Richard Gaskin
I'm building my own ad server for a specialized desktop app, and it 
occurs to me that it would be useful to use those ads in mobile apps as 
well.


So the question is:  am I allowed to show my own ads in apps for iOS and 
Android?


I'm guessing the Apple answer is no, but does anyone know if Google or 
Amazon prohibit the use of ads from outside of Google's system?


--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

___
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: Need advice before submitting iPhone app

2012-04-12 Thread John Craig

Hi, Richard.  From stackoverflow;

-
You could submit a version of your application that has all features 
unlocked by default.
Submitted apps have a publish date that you can set when you submit (and 
I believe you can change this on the fly as well) you could simply 
prevent the app from being published in the App store but still be able 
to give promotional codes for it.

-

Would that be workable for your app?

What version of LC are you using?  I've not managed to get in-app 
purchasing working yet - I've tried with 5.5, but always get an error 
Cannot connect to iTunes Store


John.


On 12/04/2012 14:54, Richard Miller wrote:
I'm on the verge of submitting an iPhone/iPad app. All features are 
working, including in-app purchasing. This app has 3 versions: free, 
standard version, and a premium version.


I want to take advantage of promoting the app by offering free promo 
codes to reviewers. But I believe those codes can only be used to 
obtain a given app (whatever version it might be), but cannot be used 
to unlock features through in-app processes. Seems to me the only way 
around this is to submit to Apple 3 separate versions of my app:


- Free version, containing in-app purchase options to upgrade
- Standard version, containing an in-app purchase option to upgrade to 
the Premium version

- Premium version

With this approach, I can give reviewers promo codes for the Premium 
version.


Is this the best way to go?

Thanks.
Richard Miller

___
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


___
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: LiveCode Journal Forum login (was Re: How to detect Android or iOS)

2012-04-12 Thread Björnke von Gierke

On 12.04.2012, at 16:28, Richard Gaskin wrote:

 Note that disposable email address domains like excite.com, hotmail.com, 
 aol.com, and anything ending in .ru or .ch,  will remain blocked 
 because such a block affects very few professionals but will stop a great 
 many bots.


Indeed a much smaller effect then you imagined, as ch is switzerland, and cn is 
china :)

(i'm not blocked from http://livecodejournal.com/forum/ )

___
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: Non-OS ads allowed?

2012-04-12 Thread Thomas McGrath III
Richard, LC is doing just that with their in app ads for iOS and Android.

-- Tom McGrath III
http://lazyriver.on-rev.com
3mcgr...@comcast.net

On Apr 12, 2012, at 10:38 AM, Richard Gaskin wrote:

 I'm building my own ad server for a specialized desktop app, and it occurs to 
 me that it would be useful to use those ads in mobile apps as well.
 
 So the question is:  am I allowed to show my own ads in apps for iOS and 
 Android?
 
 I'm guessing the Apple answer is no, but does anyone know if Google or 
 Amazon prohibit the use of ads from outside of Google's system?
 
 --
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv
 
 ___
 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


___
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


LiveCode Mobile Info at LiveCode Journal (was Re: How to detect Android or iOS)

2012-04-12 Thread Ken Ray
 For more info, check this out:
 
 http://livecodejournal.com/forum/viewtopic.php?f=20t=41
 
 Cool. I keep missing the LC Journal stuff because I forget to go look. Is 
 there an RSS feed for it?

Now that there's more awareness of LiveCode Journal forums, I thought that I 
should provide some info on the LiveCode Mobile section of the forums - it came 
about because I had been starting on a mobile development path and ran into a 
bunch of gotchas and tidbits of info that I was starting to keep in my own 
computer (in Scripter's Scrapbook, of course grin), but realized after a 
short time that it would be beneficial if that info was made available to more 
people and also be a go-to resource for myself as I'm doing mobile 
development.

So I started posting info I discovered as well relevant chunks of other 
developers' posts to the LC lists, and was planning on announcing it when it 
was farther along that it currently is. :D 

I also wanted it to be a more curated set of data so that threads didn't spin 
off into irrelevant directions, or new topics getting created that are actually 
covered elsewhere, so at least *for now*, if you want to add anything to what's 
already there, it needs to go through the moderator approval process and may 
take a day or so to appear. That said, feel free to browse around 
(http://livecodejournal.com/forum/viewforum.php?f=19) and if you find something 
wrong or something you want to talk to me about, just shoot me an email.

Ken Ray
Sons of Thunder Software, Inc.
Email: k...@sonsothunder.com
Web Site: http://www.sonsothunder.com/  

___
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: LiveCode Journal Forum login (was Re: How to detect Android or iOS)

2012-04-12 Thread Richard Gaskin

Björnke wrote:

On 12.04.2012, at 16:28, Richard Gaskin wrote:


Note that disposable email address domains like excite.com, hotmail.com, aol.com, and 
anything ending in .ru or .ch,  will remain blocked because such a block affects very few professionals 
but will stop a great many bots.



Indeed a much smaller effect then you imagined, as ch is switzerland, and cn is 
china :)


Ah, pardon the typo.  Yes, .cn (apologies to anyone in the PRC who would 
like to access the LCJ forum, but your country's government is odd: 
they're among the few nations who can put a man into space but among the 
most ineffectual at enforcing cybercrime laws).



(i'm not blocked from http://livecodejournal.com/forum/ )


Glad to hear.  Thanks for the confirmation.

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

___
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: Non-OS ads allowed?

2012-04-12 Thread Richard Gaskin

Thomas McGrath III wrote:

 On Apr 12, 2012, at 10:38 AM, Richard Gaskin wrote:
...
 So the question is:  am I allowed to show my own ads in apps for
 iOS and Android?

 I'm guessing the Apple answer is no, but does anyone know if
 Google or Amazon prohibit the use of ads from outside of Google's
 system?

 Richard, LC is doing just that with their in app ads for iOS and
 Android.

I didn't realize that.  RunRev runs an add server?  What network do they 
use?  And does Apple know?


--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

___
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: LiveCode Mobile Info at LiveCode Journal (was Re: How to detect Android or iOS)

2012-04-12 Thread J. Landman Gay

On 4/12/12 11:26 AM, Ken Ray wrote:

I also wanted it to be a more curated set of data


I don't mind curated. It would be great if you could add an RSS feed 
though. I read the RR forum feed and it's handy because I don't always 
have time to visit the site but I always read the feeds. I'd love to 
have LC Journal in there too. Our resources are scattered over so many 
sites, having an aggregator collect the info is very useful.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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: Non-OS ads allowed?

2012-04-12 Thread Thomas McGrath III
Richard,  When you log into LC and go to your store account there should be a 
button for mobile advertising. 

-- Tom McGrath III
http://lazyriver.on-rev.com
3mcgr...@comcast.net

On Apr 12, 2012, at 12:40 PM, Richard Gaskin wrote:

 Thomas McGrath III wrote:
 
  On Apr 12, 2012, at 10:38 AM, Richard Gaskin wrote:
 ...
  So the question is:  am I allowed to show my own ads in apps for
  iOS and Android?
 
  I'm guessing the Apple answer is no, but does anyone know if
  Google or Amazon prohibit the use of ads from outside of Google's
  system?
 
  Richard, LC is doing just that with their in app ads for iOS and
  Android.
 
 I didn't realize that.  RunRev runs an add server?  What network do they use? 
  And does Apple know?
 
 --
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv
 
 ___
 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


___
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: Non-OS ads allowed?

2012-04-12 Thread Richard Gaskin

Thomas McGrath III wrote:
 Richard,  When you log into LC and go to your store account
 there should be a button for mobile advertising.

Thanks, Tom.

I'm delightfully surprised to hear that Apple will allow devs to cut 
them out of their app revenue with the freedom to choose their own ad 
networks.


--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

___
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: Need advice before submitting iPhone app

2012-04-12 Thread Richard Miller

Hi John,

I am using 5.0.2. Did you do these two things (from an earlier email I 
posted):


I made sure the iphone on which I am doing the testing has been logged 
out (in Settings--Store)


I logged out of iTunesConnect.

Richard


On 4/12/2012 10:49 AM, John Craig wrote:

Hi, Richard.  From stackoverflow;

-
You could submit a version of your application that has all features 
unlocked by default.
Submitted apps have a publish date that you can set when you submit 
(and I believe you can change this on the fly as well) you could 
simply prevent the app from being published in the App store but still 
be able to give promotional codes for it.

-

Would that be workable for your app?

What version of LC are you using?  I've not managed to get in-app 
purchasing working yet - I've tried with 5.5, but always get an error 
Cannot connect to iTunes Store


John.


On 12/04/2012 14:54, Richard Miller wrote:
I'm on the verge of submitting an iPhone/iPad app. All features are 
working, including in-app purchasing. This app has 3 versions: free, 
standard version, and a premium version.


I want to take advantage of promoting the app by offering free promo 
codes to reviewers. But I believe those codes can only be used to 
obtain a given app (whatever version it might be), but cannot be used 
to unlock features through in-app processes. Seems to me the only way 
around this is to submit to Apple 3 separate versions of my app:


- Free version, containing in-app purchase options to upgrade
- Standard version, containing an in-app purchase option to upgrade 
to the Premium version

- Premium version

With this approach, I can give reviewers promo codes for the Premium 
version.


Is this the best way to go?

Thanks.
Richard Miller

___
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


___
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




___
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: Script editor instability

2012-04-12 Thread stephen barncard
And sadly, I have not heard further from Jerry Daniels about any progress
in regard to Remo working with 5.x ...http://www.remoeditor.com/ seems
to have been taken over with spam...

anyone here use the latest revision of the *open source GLX editor* with
Livecode 5.5?


On 12 April 2012 05:49, Graham Samuel livf...@mac.com wrote:

 I just want to add my name to the chorus of issues not only with the
 script editor but with the 5.5 IDE in general. I have had situations where
 I change a line of script but the 'Apply' button stays dimmed. Editing is
 still allowed, i.e. the editor isn't stuck, and after a certain amount of
 messing around, 'Apply' lights up. I can't get a repeatable formula; nor
 can I with several other issues I've had with the IDE, including having
 lost 'it' as a predefined local for quite a large part of a day, despite
 restarting, and a rash of 'name shadows another' problems where the name in
 question seemed unique and the usual tests didn't contradict this. I have
 also had a script run when I was supposed to be editing… that happened just
 now when all I did was to create a new label field from the toolbar. But
 nothing repeatable so far. Very frustrating.

 Graham

 -Original Message-
 From: J. Landman Gay jac...@hyperactivesw.com
 To: How to use LiveCode use-livecode@lists.runrev.com
 Sent: Tue, Apr 10, 2012 2:40 pm
 Subject: Re: Script editor instability


 On 4/10/12 12:26 PM, Mark Talluto wrote:
  On Apr 9, 2012, at 7:37 PM, dunb...@aol.com wrote:
 
 
 
  Since I upgraded to 5.5, now and then the script editor cannot be
  moved. Rather the titlebar becomes a sort of resize tab, as if I
  clicked and dragged the actual resize tab. So trying to move the
  script editor window only results in resizing that window.I think
  it only changes the width, not the actual rect, like the real
  resize tab would.
 
  We are having a number of issues with stability in 5.5.  The problem
  is that the script editor issues you are seeing are very sporadic.  I
  think the majority of issues arise if you save with a command S often
  like I do.  I find that the IDE becomes locked down for a period of
  time before it returns.  Everything you do to it gets queued up and
  runs through very fast once the IDE returns.  Once we have a better
  recipe, I will bugzilla it. For now, I to am looking for others that
  may be seeing this problem.  For the moment, our studio is moving all
  desktop work back to 5.02 and leaving 5.5 for mobile work only.


 I've seen some issues too, but like you I can't pinpoint them. I've had
 more lockups recently than ever before. There's a decided delay before
 menus drop down too, and menu key shortcuts don't always work reliably
 any more, as Mark mentioned.

 I rarely Cmd-S from within the script editor, I usually save after
 bringing the stack to the front. But the lockups I've had are almost
 always in the editor, usually while stepping through code in debug mode.

 I've wondered if the problems are related to the rewrite of the field
 object.

 --
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com
 ___
 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




-- 



Stephen Barncard
San Francisco Ca. USA

more about sqb  http://www.google.com/profiles/sbarncar
___
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: VStudio 5 -- SQLite plugin

2012-04-12 Thread Ruslan Zasukhin
 On 4/12/12 5:15 PM, william humphrey b...@bluewatermaritime.com wrote:

 It opens SQLite files wonderfully. There is not a menu command to save a
 SQLite file as a Valentina database.

Click SQLite database --  in contextual menu must be command to convert into
Valentina DB. 


==
FYI:


SQLite plugin in Valentina Studio was developed more of  year ...

Vstudio constains code by size may be comparable to engine itself :)
related to Lite

===
One of nasty feature of Lite was weak support of ALTERs

Igor and other guys did huge job to support ALTER oeprations in Lite like
for Valentina and Postgre ...

Even if table have records, Vstudio must be able e.g. ADD / DROP column of
table, change types, flags, and other things.

In background this can cause COPY of all records from one table to another.


Using DIAGRAMS SQLite developers can even get into hands that SQL scripts
and use them in own RB / LiveCode apps


DataEditor, which you are used in Valentina Studio also works for Lite and
Postgre. Works even Related Browser, if Foreign Key -- links are defined for
that dbs ..

And so on ... Reports, SQL Diff, ...

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]



___
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


you know, that text that pops up when the pointer is over an object

2012-04-12 Thread Dar Scott
I'm not remembering the name of the property for the text that comes up when 
you hold the mouse pointer over an object.  I browsed through the dictionary 
and nothing rings a bell.

Dar


___
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: Script editor instability

2012-04-12 Thread Mark Wieder
stephen-

Thursday, April 12, 2012, 12:27:29 PM, you wrote:

 anyone here use the latest revision of the *open source GLX editor* with
 Livecode 5.5?

Glx2 was just updated a couple of days ago to version 1.0.19 to handle
some LC 5.5 bug^H^H^Hanomalies that I had to hack around.

http://bitbucket.org/mwieder/glx2

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
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: you know, that text that pops up when the pointer is over an object

2012-04-12 Thread John Dixon



err... tooltip ... :-)

 I'm not remembering the name of the property for the text that comes up when 
 you hold the mouse pointer over an object.  I browsed through the dictionary 
 and nothing rings a bell.
 
 Dar
 
 
 ___
 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
  
___
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: you know, that text that pops up when the pointer is over an object

2012-04-12 Thread Pete
That's the tooltip.

On Thu, Apr 12, 2012 at 12:55 PM, Dar Scott d...@swcp.com wrote:

 I'm not remembering the name of the property for the text that comes up
 when you hold the mouse pointer over an object.  I browsed through the
 dictionary and nothing rings a bell.

 Dar


 ___
 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




-- 
Pete
Molly's Revenge http://www.mollysrevenge.com
___
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: you know, that text that pops up when the pointer is over an object

2012-04-12 Thread Mark Schonewille
Dar,

Do you mean the tooltip?

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Get the extIco2Png external for LiveCode here http://qery.us/1w6

On 12 apr 2012, at 21:55, Dar Scott wrote:

 I'm not remembering the name of the property for the text that comes up when 
 you hold the mouse pointer over an object.  I browsed through the dictionary 
 and nothing rings a bell.
 
 Dar


___
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: Can I put advisory text in an 'ask' dialog?

2012-04-12 Thread Graham Samuel
Thanks very much Hugh Senior, Ken Ray and Mark Smith for their solutions, which 
are going in my scrapbook and then of course into the relevant projects.

Graham



___
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


iOS: ask dialog and keyboard return key

2012-04-12 Thread Chris Sheffield
When using the ask command in an iOS app, is there any way to make the keyboard 
return key activate the OK button in the dialog? This seems to be pretty 
standard behavior in most other iOS apps I've seen (just take a look at Apple's 
authentication dialog when purchasing anything from the app store). Is there 
some way to make it work this way in a LiveCode app? Maybe I'm just missing 
something.

Thanks,
Chris

--
Chris Sheffield
Read Naturally, Inc.
www.readnaturally.com


___
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: Can I put advisory text in an 'ask' dialog?

2012-04-12 Thread Pete
I use a similar technique for option menus. Set the text property to the
initial advisory (suitably colored). On mouseDown' set the text to the real
options.
On Apr 12, 2012 1:48 PM, Graham Samuel livf...@mac.com wrote:

 Thanks very much Hugh Senior, Ken Ray and Mark Smith for their solutions,
 which are going in my scrapbook and then of course into the relevant
 projects.

 Graham



 ___
 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


___
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: you know, that text that pops up when the pointer is over an object

2012-04-12 Thread dunbarx
All.


I am sure he means the mouseText


Bets?


Craig



-Original Message-
From: Mark Schonewille m.schonewi...@economy-x-talk.com
To: How to use LiveCode use-livecode@lists.runrev.com
Sent: Thu, Apr 12, 2012 4:05 pm
Subject: Re: you know, that text that pops up when the pointer is over an object


Dar,

Do you mean the tooltip?

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Get the extIco2Png external for LiveCode here http://qery.us/1w6

On 12 apr 2012, at 21:55, Dar Scott wrote:

 I'm not remembering the name of the property for the text that comes up when 
you hold the mouse pointer over an object.  I browsed through the dictionary 
and 
nothing rings a bell.
 
 Dar


___
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

 
___
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: iOS: using data grid on a retina display

2012-04-12 Thread Chris Sheffield
I've never gotten a response on this. Is there no one using a data grid in an 
iPad retina app?

Thanks,
Chris


On Apr 10, 2012, at 11:26 AM, Chris Sheffield wrote:

 Is anyone using a data grid in an app that supports multiple resolutions? In 
 particular, both iPad screens? I'm having a problem getting the data grid 
 resized correctly to display on the iPad retina display. Is there a trick to 
 it? Perhaps some property that can be set on the data grid that resizes 
 everything at once? I have code that I'm running when my app starts up that 
 resizes all my controls, and it works great, except with the data grid. Not 
 quite sure how to handle that one. The grid is resizing correctly width-wise 
 I believe, but not height-wise. I've customized my row template to display 
 the data the way I want, and it looks great on the non-retina display. Do I 
 need to resize the controls in my row template stack? I'm not currently doing 
 that. Maybe that's my problem...
 
 Anyone?
 
 Thanks,
 Chris
 
 
 
 ___
 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


___
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: you know, that text that pops up when the pointer is over an object

2012-04-12 Thread Dar Scott
Actually, it was tooltip that I could not remember.  However, I am inspired to 
think up a good reason to use the mouseText in something!  Thanks, everybody!  
-- Dar

On Apr 12, 2012, at 3:46 PM, dunb...@aol.com wrote:

 All.
 
 
 I am sure he means the mouseText
 
 
 Bets?
 
 
 Craig
 
 
 
 -Original Message-
 From: Mark Schonewille m.schonewi...@economy-x-talk.com
 To: How to use LiveCode use-livecode@lists.runrev.com
 Sent: Thu, Apr 12, 2012 4:05 pm
 Subject: Re: you know, that text that pops up when the pointer is over an 
 object
 
 
 Dar,
 
 Do you mean the tooltip?
 
 --
 Best regards,
 
 Mark Schonewille
 
 Economy-x-Talk Consulting and Software Engineering
 Homepage: http://economy-x-talk.com
 Twitter: http://twitter.com/xtalkprogrammer
 KvK: 50277553
 
 Get the extIco2Png external for LiveCode here http://qery.us/1w6
 
 On 12 apr 2012, at 21:55, Dar Scott wrote:
 
 I'm not remembering the name of the property for the text that comes up when 
 you hold the mouse pointer over an object.  I browsed through the dictionary 
 and 
 nothing rings a bell.
 
 Dar
 
 
 ___
 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
 
 
 ___
 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


___
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: you know, that text that pops up when the pointer is over an object

2012-04-12 Thread J. Landman Gay

On 4/12/12 5:17 PM, Dar Scott wrote:

Actually, it was tooltip that I could not remember.  However, I am
inspired to think up a good reason to use the mouseText in something!


Point and shoot: set the tooltip of btn 1 to the mousetext

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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: you know, that text that pops up when the pointer is over an object

2012-04-12 Thread dunbarx
Jacque,


That sort of elegance brings tears of joy. It should be in either a tutorial, 
or a press release to C++ programmers on what they are missing.


Craig



-Original Message-
From: J. Landman Gay jac...@hyperactivesw.com
To: How to use LiveCode use-livecode@lists.runrev.com
Sent: Thu, Apr 12, 2012 6:51 pm
Subject: Re: you know, that text that pops up when the pointer is over an object


On 4/12/12 5:17 PM, Dar Scott wrote:
 Actually, it was tooltip that I could not remember.  However, I am
 inspired to think up a good reason to use the mouseText in something!

Point and shoot: set the tooltip of btn 1 to the mousetext

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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

 
___
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: Need advice before submitting iPhone app

2012-04-12 Thread John Craig
Thanks, Richard - I gave it a try, but I'm still getting the same 
message  :(



On 12/04/2012 19:18, Richard Miller wrote:

Hi John,

I am using 5.0.2. Did you do these two things (from an earlier email I 
posted):


I made sure the iphone on which I am doing the testing has been logged 
out (in Settings--Store)


I logged out of iTunesConnect.

Richard


On 4/12/2012 10:49 AM, John Craig wrote:

Hi, Richard.  From stackoverflow;

-
You could submit a version of your application that has all features 
unlocked by default.
Submitted apps have a publish date that you can set when you submit 
(and I believe you can change this on the fly as well) you could 
simply prevent the app from being published in the App store but 
still be able to give promotional codes for it.

-

Would that be workable for your app?

What version of LC are you using?  I've not managed to get in-app 
purchasing working yet - I've tried with 5.5, but always get an error 
Cannot connect to iTunes Store


John.


On 12/04/2012 14:54, Richard Miller wrote:
I'm on the verge of submitting an iPhone/iPad app. All features are 
working, including in-app purchasing. This app has 3 versions: free, 
standard version, and a premium version.


I want to take advantage of promoting the app by offering free promo 
codes to reviewers. But I believe those codes can only be used to 
obtain a given app (whatever version it might be), but cannot be 
used to unlock features through in-app processes. Seems to me the 
only way around this is to submit to Apple 3 separate versions of my 
app:


- Free version, containing in-app purchase options to upgrade
- Standard version, containing an in-app purchase option to upgrade 
to the Premium version

- Premium version

With this approach, I can give reviewers promo codes for the Premium 
version.


Is this the best way to go?

Thanks.
Richard Miller

___
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


___
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




___
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



___
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


[OT] Installing lion, if I am not back in a week, send the rescue team...

2012-04-12 Thread Andre Garzia
Folks,

I am now installing lion. If you don't see me on this list in a week, send
in a rescue team. I will be the sobbing person in the corner of my office
hugging a broken mac.

=)

-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.
___
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: Script editor instability

2012-04-12 Thread stephen barncard
Thanks, Mark.

sqb

On 12 April 2012 12:57, Mark Wieder mwie...@ahsoftware.net wrote:

 stephen-

 Thursday, April 12, 2012, 12:27:29 PM, you wrote:

  anyone here use the latest revision of the *open source GLX editor* with
  Livecode 5.5?

 Glx2 was just updated a couple of days ago to version 1.0.19 to handle
 some LC 5.5 bug^H^H^Hanomalies that I had to hack around.

 http://bitbucket.org/mwieder/glx2

 --
 -Mark Wieder
  mwie...@ahsoftware.net


 ___
 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




-- 



Stephen Barncard
San Francisco Ca. USA

more about sqb  http://www.google.com/profiles/sbarncar
___
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: [OT] Installing lion, if I am not back in a week, send the rescue team...

2012-04-12 Thread Matthias Rebbe
Good luck. ;)

I´ve waged this about 10 days ago. Until know i did not experienced any problem.

Matthias

Am 13.04.2012 um 01:19 schrieb Andre Garzia:

 Folks,
 
 I am now installing lion. If you don't see me on this list in a week, send
 in a rescue team. I will be the sobbing person in the corner of my office
 hugging a broken mac.
 
 =)
 
 -- 
 http://www.andregarzia.com -- All We Do Is Code.
 http://fon.nu -- minimalist url shortening service.
 ___
 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


___
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: [OT] Installing lion, if I am not back in a week, send the rescue team...

2012-04-12 Thread J. Landman Gay

On 4/12/12 6:19 PM, Andre Garzia wrote:

Folks,

I am now installing lion. If you don't see me on this list in a week, send
in a rescue team. I will be the sobbing person in the corner of my office
hugging a broken mac.

=)



If I had to do it, so do you. It's the cost of being an Apple developer now.

I got a rescue dog in case I needed one, and I would send him to you, 
but I already drank the whiskey from the flask on his collar. I don't 
suppose he'd be any use to you without that.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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: Need advice before submitting iPhone app

2012-04-12 Thread Richard Miller
Have you completed the three forms in iTunesConnect, under Contracts, 
Tax and Banking? Mine wouldn't work until I worked through an issue in 
the tax form.




On 4/12/2012 7:17 PM, John Craig wrote:
Thanks, Richard - I gave it a try, but I'm still getting the same 
message  :(



On 12/04/2012 19:18, Richard Miller wrote:

Hi John,

I am using 5.0.2. Did you do these two things (from an earlier email 
I posted):


I made sure the iphone on which I am doing the testing has been 
logged out (in Settings--Store)


I logged out of iTunesConnect.

Richard


On 4/12/2012 10:49 AM, John Craig wrote:

Hi, Richard.  From stackoverflow;

-
You could submit a version of your application that has all features 
unlocked by default.
Submitted apps have a publish date that you can set when you submit 
(and I believe you can change this on the fly as well) you could 
simply prevent the app from being published in the App store but 
still be able to give promotional codes for it.

-

Would that be workable for your app?

What version of LC are you using?  I've not managed to get in-app 
purchasing working yet - I've tried with 5.5, but always get an 
error Cannot connect to iTunes Store


John.


On 12/04/2012 14:54, Richard Miller wrote:
I'm on the verge of submitting an iPhone/iPad app. All features are 
working, including in-app purchasing. This app has 3 versions: 
free, standard version, and a premium version.


I want to take advantage of promoting the app by offering free 
promo codes to reviewers. But I believe those codes can only be 
used to obtain a given app (whatever version it might be), but 
cannot be used to unlock features through in-app processes. Seems 
to me the only way around this is to submit to Apple 3 separate 
versions of my app:


- Free version, containing in-app purchase options to upgrade
- Standard version, containing an in-app purchase option to upgrade 
to the Premium version

- Premium version

With this approach, I can give reviewers promo codes for the 
Premium version.


Is this the best way to go?

Thanks.
Richard Miller

___
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


___
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




___
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



___
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




___
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: you know, that text that pops up when the pointer is over an object

2012-04-12 Thread Dar Scott
Thank you for cheering me up, you two!  

I use the object inspector as an aid in remembering property names.  I thought 
I would just click on an object and look at the property inspector and 
immediately see what I was trying to remember.  Unfortunately, that doesn't 
work if I click on a group and don't notice.  

Dar

On Apr 12, 2012, at 5:31 PM, J. Landman Gay wrote:

 On 4/12/12 6:15 PM, dunb...@aol.com wrote:
 Jacque,
 
 
 That sort of elegance brings tears of joy.
 
 My code often makes people cry...
 
 -- 
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com
 
 ___
 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


___
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


scroll field to a searched-for word

2012-04-12 Thread Nicolas Cueto
Hello All,

Most very likely, somewhere on the list can come up much faster than I
can with a method for this.

My stack has a vertically-scrollable text-field with a long text, and
a listbehavior field with a word on each cr-line. The effect I'm after
is, when a user searches for a word by clicking on the listbehavior
field, the text-field will get vertically scrolled to the line where
that word is.  Plus, if that word could get hilited, that would be a
nice bonus too.

Thank you in advance.

--
Nicolas Cueto

___
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


Linux application crashes

2012-04-12 Thread Glen Bojsza
Hello,

I have discovered a potential problem with my Livecode app running on
CentOS 6.2

Basic summary is that the application queries databases and generates
graphs. The application does snapshots of these graphs and allows the user
to position them  or re-order them.

After stress testing the app (which is due to be released this week) we
discover that after generating a volume of snapshots of the graphs (low
100s) that the application crashes hard ... ie just shuts down.

Even if, before generating more snapshots, you delete all existing
snapshots the application shuts down... deleting doesn't seem to do
anything in helping the application to continue to run??

Are there any suggestions that can be tried to solve this?

From above it is easy for anyone to reproduce if they have a Linux system
(we are locked to CentOS).

regards,

Glen
___
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: Linux application crashes

2012-04-12 Thread Andre Garzia
Glen,

My linux system is down (fried psu) so I can't test it right now, sorry.

I advise you to check with support at supp...@runrev.com this sounds like a
blocker.

Best
andre

On Thu, Apr 12, 2012 at 10:23 PM, Glen Bojsza gboj...@gmail.com wrote:

 Hello,

 I have discovered a potential problem with my Livecode app running on
 CentOS 6.2

 Basic summary is that the application queries databases and generates
 graphs. The application does snapshots of these graphs and allows the user
 to position them  or re-order them.

 After stress testing the app (which is due to be released this week) we
 discover that after generating a volume of snapshots of the graphs (low
 100s) that the application crashes hard ... ie just shuts down.

 Even if, before generating more snapshots, you delete all existing
 snapshots the application shuts down... deleting doesn't seem to do
 anything in helping the application to continue to run??

 Are there any suggestions that can be tried to solve this?

 From above it is easy for anyone to reproduce if they have a Linux system
 (we are locked to CentOS).

 regards,

 Glen
 ___
 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




-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.
___
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: [OT] Installing lion, if I am not back in a week, send the rescue team...

2012-04-12 Thread Andre Garzia
On Thu, Apr 12, 2012 at 8:28 PM, J. Landman Gay jac...@hyperactivesw.comwrote:

 On 4/12/12 6:19 PM, Andre Garzia wrote:

 Folks,

 I am now installing lion. If you don't see me on this list in a week, send
 in a rescue team. I will be the sobbing person in the corner of my office
 hugging a broken mac.

 =)


 If I had to do it, so do you. It's the cost of being an Apple developer
 now.

 I got a rescue dog in case I needed one, and I would send him to you, but
 I already drank the whiskey from the flask on his collar. I don't suppose
 he'd be any use to you without that.


Thanks for the offer. I tried strapping a flask of whiskey to my cats but
it didn't work. Well, the big cat is working. The finder feels strange...



  --
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com


 __**_
 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-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode




-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.
___
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: Linux application crashes

2012-04-12 Thread Glen Bojsza
Hi Andre,

I have sent in to supp...@runrev.com as well.

This is a blocker since any Linux application done in Livecode could easily 
experience this and give the end user a bad taste.

I just tried the same tests on OS X and did not have any issues.

Hopefully it can be fixed.

... sorry to hear about your Linux system.

thanks,

Glen

On Apr 12, 2012, at 7:32 PM, Andre Garzia an...@andregarzia.com wrote:

 Glen,
 
 My linux system is down (fried psu) so I can't test it right now, sorry.
 
 I advise you to check with support at supp...@runrev.com this sounds like a
 blocker.
 
 Best
 andre
 
 On Thu, Apr 12, 2012 at 10:23 PM, Glen Bojsza gboj...@gmail.com wrote:
 
 Hello,
 
 I have discovered a potential problem with my Livecode app running on
 CentOS 6.2
 
 Basic summary is that the application queries databases and generates
 graphs. The application does snapshots of these graphs and allows the user
 to position them  or re-order them.
 
 After stress testing the app (which is due to be released this week) we
 discover that after generating a volume of snapshots of the graphs (low
 100s) that the application crashes hard ... ie just shuts down.
 
 Even if, before generating more snapshots, you delete all existing
 snapshots the application shuts down... deleting doesn't seem to do
 anything in helping the application to continue to run??
 
 Are there any suggestions that can be tried to solve this?
 
 From above it is easy for anyone to reproduce if they have a Linux system
 (we are locked to CentOS).
 
 regards,
 
 Glen
 ___
 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
 
 
 
 
 -- 
 http://www.andregarzia.com -- All We Do Is Code.
 http://fon.nu -- minimalist url shortening service.
 ___
 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

___
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: Linux application crashes

2012-04-12 Thread Mark Wieder
Glen-

Thursday, April 12, 2012, 6:23:33 PM, you wrote:

 Even if, before generating more snapshots, you delete all existing
 snapshots the application shuts down... deleting doesn't seem to do
 anything in helping the application to continue to run??

 Are there any suggestions that can be tried to solve this?

Have you monitored available memory and other system resources while
doing this? Any clues from that?

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
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: LiveCode Mobile Info at LiveCode Journal (was Re: How to detect Android or iOS)

2012-04-12 Thread J. Landman Gay

On 4/12/12 9:49 PM, Ken Ray wrote:


Your wish is my commandgrin  - the RSS feed has been enabled (same
way as in the LC forums)...


Thank you! I'm on it. :)

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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: [OT] Installing lion, if I am not back in a week, send the rescue team...

2012-04-12 Thread Andre Garzia
eheheh,

Silly Lion, just installed the damn thing and it already kernel panic'd
twice!!! Any trick I should know to work with the new XCode thing?

Cheers
andre
___
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: Linux application crashes

2012-04-12 Thread Tim Jones
Glen,

I sincerely doubt that this is related to the version of Linux you are using.  
This sounds like a potential memory leak in your graphing functionality.  Are 
you using native LiveCode or someone's plugin / stack?

Tim

On Apr 12, 2012, at 6:23 PM, Glen Bojsza wrote:

 Hello,
 
 I have discovered a potential problem with my Livecode app running on
 CentOS 6.2
 
 Basic summary is that the application queries databases and generates
 graphs. The application does snapshots of these graphs and allows the user
 to position them  or re-order them.
 
 After stress testing the app (which is due to be released this week) we
 discover that after generating a volume of snapshots of the graphs (low
 100s) that the application crashes hard ... ie just shuts down.
 
 Even if, before generating more snapshots, you delete all existing
 snapshots the application shuts down... deleting doesn't seem to do
 anything in helping the application to continue to run??
 
 Are there any suggestions that can be tried to solve this?
 
 From above it is easy for anyone to reproduce if they have a Linux system
 (we are locked to CentOS).
 
 regards,
 
 Glen


___
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: [OT] Installing lion, if I am not back in a week, send the rescue team...

2012-04-12 Thread Jerry Jensen
On Apr 12, 2012, at 8:53 PM, Andre Garzia wrote:

 eheheh,
 
 Silly Lion, just installed the damn thing and it already kernel panic'd
 twice!!! Any trick I should know to work with the new XCode thing?
 
 Cheers
 andre

Don't let it eat meat.


___
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


[OT] nice views from my city

2012-04-12 Thread Andre Garzia
Folks,

Just installed Mac OS X Lion and was trying to build a little mobile app
when I discovered that I needed a new XCode for that. While I was
downloading the new version, I went to browse my TV news. Here in Brazil,
in our main broadcast channel, we have a series called The Brazilians
Girls which is a comedy. Each episode they pick a Brazilian city and tell
a story about some girl from there, all fiction, the titles are like the
dreamer from that city or the singer from this city, my city was just
featured and the episode was called (bad translation) the passionate from
Niterói. The actual word is not passionate but a Portuguese word that
means a girl who is in love. They change the opening credits for each
episode to show the views from the given city. This is my city:

http://www.youtube.com/watch?feature=player_embeddedv=0aEzIEIODHc

At about 0:24 you can see the beach where I live, actually I don't live at
the beach front, I live three city blocks down but my building is high
enough (18th floor) so I have a good view of the Guanabara Bay (prettiest
bay ever).

I just sent this video because some people asked during the last conference
what my city looked like, well, these are the good parts. Pay attention on
our Spaceship Enterprise look-a-like modern art museum and on the pretty
geography.

Cheers
andre
-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.
___
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