In app purchase error fix (was Re: Need advice before submitting iPhone app)

2012-04-13 Thread John Craig
Googling this problem brings up a lot of possible solutions. For me, the following steps solved the problem; Remove the app from the device, Remove any ad-hoc or team provisioning profiles, Re-install the app :) On 13/04/2012 00:44, Richard Miller wrote: Have you completed the three forms

Re: [OT] nice views from my city

2012-04-13 Thread Roger Eller
On Fri, Apr 13, 2012 at 12:20 AM, Andre Garzia wrote: Folks, 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

Re: Linux application crashes

2012-04-13 Thread Glen Bojsza
My latest update / feedback on the issue... I tried monitoring the memory on the Centos 6.2 system with top -p $(pgrep Xorg) and watching the %MEM. It was really interesting and informative... when I launched the application I was down at 1.5% MEM and as I did database queries and plots I saw it

Re: [OT] nice views from my city

2012-04-13 Thread Andre Garzia
Very nice! I like those white domes and wavy structures. They look very futuristic. Roger, Glad you liked. They are designed by Oscar Niemeyer ( http://en.wikipedia.org/wiki/Oscar_Niemeyer) he is 104 years old as of now, he still alive and still working. He created lots of futuristic

iOS Simulator gotcha

2012-04-13 Thread Graham Samuel
The app I'm developing suddenly stopped working in the Simulator - previously it was starting up with no problems, and I was debugging various data entry handlers quite far into the code - I have not changed the setup code for a long time. I got an error code (255) from the Simulator but

Re: scroll field to a searched-for word

2012-04-13 Thread dunbarx
Hi. You can do this by using the formattedText to hard wrap the lines in your text field, so that the lineOffset function can find your text string. As an example, I made three fields. One (fld fieldA) contains some original text with certain words that you might want to find in it, wrapped.

Re: scroll field to a searched-for word

2012-04-13 Thread dunbarx
As I said, I bet there are. And I was right. This came from somebody in a past discussion. Make another field with lots of text in it. Make this mostly wrapped text. Lock the field, and put this in it: on mouseUp put word 2 of the clickCharChunk into myPos put the formattedText of

Re: Linux application crashes

2012-04-13 Thread Tim Jones
On Apr 13, 2012, at 4:53 AM, Glen Bojsza wrote: So essentially, going through this cycle several times showed the memory to start increasing approximately .7% each cycle. (this is where there are 20 cards so 20 images) I increased the number of cards / images to 40 and the memory started to

Re: Linux application crashes

2012-04-13 Thread Chris Bohnert
Hey Glenn, My suggestion, while you're waiting to hear from support, would be to run your app with a tool like Valgrind. It could be you've found a leak in the engine, but you might just have a buggy dependency in your Centos distro. Valgrind output may give you some hints as to where. -- cb

Re: Linux application crashes

2012-04-13 Thread Bernard Devlin
This sounds similar. http://quality.runrev.com/show_bug.cgi?id=7257 Not saying it is the same bug. Just your description triggered a familiar odour. Bernard On Fri, Apr 13, 2012 at 12:53 PM, Glen Bojsza gboj...@gmail.com wrote: My latest update / feedback on the issue... I tried monitoring

Re: Linux application crashes

2012-04-13 Thread Glen Bojsza
I build a scaled version of a test stack and application and sent it to support. On my system this shows an increase of 1.2% to 1.4% in memory usage with each click... so from a stress test perspective 70 clicks or less and the application crashes. the memory continues to climb unless the

Re: Linux application crashes

2012-04-13 Thread Glen Bojsza
The tarball can be gotten here... http://www.box.com/s/07d396287def00f59b8e If you launch the application then all you need to do is click any of the images in the scrolling field and watch the memory. On Fri, Apr 13, 2012 at 9:13 AM, Glen Bojsza gboj...@gmail.com wrote: I build a scaled

Re: [OT] nice views from my city

2012-04-13 Thread Bernard Devlin
I saw this man on TV discussing the Brazilian olympic project a couple of weeks ago. He looked very pleased with himself. Of course, the programme that was talking up Rio de Janeiro didn't mention that the mayor not only lived in another city, but in another country! That really would have

Re: Linux application crashes

2012-04-13 Thread Richard Gaskin
Glen Bojsza wrote: ... I increased the number of cards / images to 40 and the memory started to increase 1.2% each cycle! Never has the memory decreased. I removed ALL images and cards except for the intro card and the memory never decreased?! ... Good info, Glen. Please consider adding

Re: Linux application crashes

2012-04-13 Thread Warren Samples
On 04/13/2012 10:22 AM, Glen Bojsza wrote: The tarball can be gotten here... http://www.box.com/s/07d396287def00f59b8e If you launch the application then all you need to do is click any of the images in the scrolling field and watch the memory. This problem is very evident here, certainly a

Re: Linux application crashes

2012-04-13 Thread Mark Wieder
Glen Bojsza gbojsza@... writes: If you launch the application then all you need to do is click any of the images in the scrolling field and watch the memory. Confirmed here on 32-bit Fedora Core 16 xcfe spin. I get a very noticeable memory leak for each image generated and a significant use of

Re: scroll field to a searched-for word

2012-04-13 Thread J. Landman Gay
On 4/13/12 9:16 AM, dunb...@aol.com wrote: on mouseUp put word 2 of the clickCharChunk into myPos put the formattedText of fld 2 into myText put number of lines of (char 1 to myPos of myText) into myLineNr answer myLineNr end mouseUp This smacks of Jacque, I can't take

[REM] SQLiteAdmin Offer Expires Today

2012-04-13 Thread Peter Haworth
Folks, A reminder that the offer of a copy of SQLiteAdmin for $4.99 expires at midnight tonight, Friday 13th (!), California time. SQLiteAdmin completely removes all the restrictions inherent in the standard SQLite Data Definition Language, allowing you to add, change, or delete any property of

Separate on-Rev list ??

2012-04-13 Thread Bob Earp
forums.on-rev.com seems to have very little activity on it and old messages. Is there a separate on-Rev list or do users post questions here ? Thanks, Bob... Bob Earp White Rock, British Columbia. ___ use-livecode mailing list

Re: [OT] Android for the HP Touchpad (ICS 4.0)

2012-04-13 Thread Andre Garzia
On Thu, Apr 5, 2012 at 9:29 PM, Roger Eller roger.e.el...@sealedair.comwrote: I just happen to discover this when browsing YouTube, and I thought of Andre. If you ever decide to part ways with WebOS (not likely), your hardware is at least capable of running the latest incarnation of Android,

equivalent of iphoneApplicationIdentifier() for Android

2012-04-13 Thread Andre Garzia
Hey Folks, Anyone knows if there is a way to get the bundle identifies for Android? something like iphoneApplicationIdentifier() but for android... Cheers andre -- http://www.andregarzia.com -- All We Do Is Code. http://fon.nu -- minimalist url shortening service.

Re: [REM] SQLiteAdmin Offer Expires Today

2012-04-13 Thread stephen barncard
ok, where do I sign up/ pay/ get? On 13 April 2012 11:11, Peter Haworth p...@lcsql.com wrote: Folks, A reminder that the offer of a copy of SQLiteAdmin for $4.99 expires at midnight tonight, Friday 13th (!), California time. SQLiteAdmin completely removes all the restrictions inherent in

Re: equivalent of iphoneApplicationIdentifier() for Android

2012-04-13 Thread J. Landman Gay
On 4/13/12 3:10 PM, Andre Garzia wrote: Hey Folks, Anyone knows if there is a way to get the bundle identifies for Android? something like iphoneApplicationIdentifier() but for android... There's this: get specialFolderPath(engine) -- /data/app/com.yourcompany.yourapp.apk -- Jacqueline

Re: [REM] SQLiteAdmin Offer Expires Today

2012-04-13 Thread Mark Wieder
Stephen- Friday, April 13, 2012, 3:30:50 PM, you wrote: ok, where do I sign up/ pay/ get? Send Pete an email PayPal www.lcsql.com/products.html I did. Looks great. Nicely done. Lots of CRUD. -- -Mark Wieder mwie...@ahsoftware.net ___

Re: [REM] SQLiteAdmin Offer Expires Today

2012-04-13 Thread Peter Haworth
Hi Mark, I got Stephen set up. By the way... what's CRUD? Back where I come from, that's a derogatory term!!! On Fri, Apr 13, 2012 at 6:33 PM, Mark Wieder mwie...@ahsoftware.net wrote: Stephen- Friday, April 13, 2012, 3:30:50 PM, you wrote: ok, where do I sign up/ pay/ get? Send Pete

Major Datagrid Issues

2012-04-13 Thread Peter Haworth
I am running into some pretty major issues using the datagrid's dgNUmberOfRecords/GetDataForLine functionality. First issue. I load data into the datagrid by setting the dgNumberOfRecords - GetDataForLine is called correctly, all looks fine. Now I go through a filtering process and set the

Re: Major Datagrid Issues

2012-04-13 Thread Glen Bojsza
On the second issue, is it that the scrolling does not work at all? I have encountered this problem several times where there are more rows than what is shown but the vertical scroll bar does not scroll past the lines shown... ie the size of the scroll bar indicates that more rows are present.

Re: [REM] SQLiteAdmin Offer Expires Today

2012-04-13 Thread Mark Wieder
Pete- Friday, April 13, 2012, 6:44:17 PM, you wrote: By the way... what's CRUD? Back where I come from, that's a derogatory term!!! LOL... https://en.wikipedia.org/wiki/Create,_read,_update_and_delete -- -Mark Wieder mwie...@ahsoftware.net

Re: [REM] SQLiteAdmin Offer Expires Today

2012-04-13 Thread Peter Haworth
Ah, I'll never think of CRID the same way again! On Fri, Apr 13, 2012 at 8:03 PM, Mark Wieder mwie...@ahsoftware.net wrote: Pete- Friday, April 13, 2012, 6:44:17 PM, you wrote: By the way... what's CRUD? Back where I come from, that's a derogatory term!!! LOL...

Re: Major Datagrid Issues

2012-04-13 Thread Peter Haworth
Hi Glen, Thanks for the suggestions. In this case, the thumb is firmly anchord at the bottom of the crollbar, seemingly indictaing that there are no more rows. Unfortunatly, references to the dgText have no effect in this environmentt. Using the dgNumberOfRecofrds and GetDataOfLine means that