iOS Interface Design

2010-12-26 Thread RevList
I have been coding my app for the iPhone and things are going reasonably well on the coding side now that I am running 4.5.3 (rc3) Coding right now is not the issue, though I am sure I will run into all sorts of issues soon as I start to add more functionality. What I am really struggling with is

"Faces" App error

2010-12-26 Thread Nicolas Cueto
In case someone at LC is reading... When starting-up on iPad and iPhone 3G the "Faces" app available at LC's "BuildAnApp" blog entry, this error comes up: "DB Error: Error executing sql. Duplicate entry '2147483647' for key 1". Happens every time, and cannot get the app to do anything after that

Re: revMail and Bcc

2010-12-26 Thread william humphrey
The *revGoURL* command is deprecated and should not be used in new code. But RevMail does not allow for BCC revMail address[,ccAddress[,mailSubject[,messageBody]]] Is there another way to send an email with a BCC field? Thanks, Bill On Fri, May 30, 2008 at 9:41 AM, Klaus Major wrote:

Re: LiveCode iOS app Just the Facts

2010-12-26 Thread John Craig
Looks great, Randy - such a good idea for kids to be able to practice anywhere. On 23/12/2010 23:38, Randy Hengst wrote: Hi All, I just had my first iOS iPod/iPhone app accepted today... Just the Facts... practice for addition, subtraction, multiplication, and division facts to 10. I set it

Re: Livecode iOS app live in the app store

2010-12-26 Thread John Craig
Thanks to everyone for all the feedback - especially liked the technical shadow discussion ;P The game seems playable enough to develop a bit further, so I added the shadow and smoothed out the animation a bit. Nonsanity was also right about the offset - I was thinking 'mouse' when I should hav

Re: use-livecode Digest, Vol 87, Issue 61

2010-12-26 Thread BNig
Hi Stephen, have a look at this revlet on a 64 bit Windows computers. http://berndniggemann.on-rev.com/qtvr/ I wonder if this revlet runs. If it does then you might try this. It is a livecode scripted QTVR presentation. It was needed since revlets dont support QTVR but Quicktime movies. If they

Re: use-livecode Digest, Vol 87, Issue 61

2010-12-26 Thread stgoldb...@aol.com
Scott, You are correct that QTVRs will work on Apple computers provided that QT 7 is still installed. However, QTVRs do not appear to work on 64 bit Windows computers, regardless of the Quicktime version that is installed. Others (non-LiveCode users) have suggested substituting other kinds of

Re: Changing icons in project "on the fly"

2010-12-26 Thread william humphrey
Thanks. Isn't that nice how life, as programming, has many things which we do that don't make any sense? On Sun, Dec 26, 2010 at 5:21 PM, Scott Rossi wrote: > set the text of img 1 to the text of img 2 > set the text of img 1 to the text of the last img > > The property name doesn't make a lot

Re: Changing icons in project "on the fly"

2010-12-26 Thread Scott Rossi
set the text of img 1 to the text of img 2 set the text of img 1 to the text of the last img The property name doesn't make a lot of sense, but you can use it to transfer the content of one image to another. Regards, Scott Rossi Creative Director Tactile Media, UX Design On Dec 26, 2010, at

Re: Changing icons in project "on the fly"

2010-12-26 Thread william humphrey
How do you set the text property of an image? On Sun, Dec 26, 2010 at 2:44 PM, Scott Rossi wrote: > Unless there's a need to actually change the ID number, I would instead set > the text property of the old icon to the text of the new icon and all > instances will update automatically. This way

Re: Help me with my inability to see a simple solution

2010-12-26 Thread Nonsanity
Doing a numeric sort before processing would solve it on the LC side. ~ Chris Innanen ~ Nonsanity On Sun, Dec 26, 2010 at 1:54 PM, william humphrey < b...@bluewatermaritime.com> wrote: > I fixed it by checking to make sure every number was formatted as three > characters first. It's funny wha

Re: One More Datagrid Problem

2010-12-26 Thread Peter Haworth
I finally fixed tis problem by unchecking the Persistant Data property. I'm happy that fixed the problem bu I have no idea why it did. That property is checked in all my other datagrids and they all work fine. Pete Haworth On Dec 23, 2010, at 12:41 PM, Trevor DeVore wrote: On Thu, Dec 2

Re: Help me with my inability to see a simple solution

2010-12-26 Thread william humphrey
I fixed it by checking to make sure every number was formatted as three characters first. It's funny what you don't see... On Sun, Dec 26, 2010 at 2:34 PM, william humphrey < b...@bluewatermaritime.com> wrote: > I just found out that the number set: > > (001,002,003,005,006,007,008,009,5,6) > > w

Re: Changing icons in project "on the fly"

2010-12-26 Thread Scott Rossi
Recently, william humphrey wrote: > If you have all your custom icons on a card in your project and you want to > change all occurrences of a particular icon with a new one it is as easy as > changing the icon "ID" for the new icon to the same icon "ID" as the old > icon (and changing the old icon

Re: Help me with my inability to see a simple solution

2010-12-26 Thread william humphrey
I just found out that the number set: (001,002,003,005,006,007,008,009,5,6) wrecks most of the solutions. It was because SQL was sorting a way that included the zeros in the sort so the sort would come out looking like the above. I didn't notice what was causing the problem until I scrolled way

Re: QTVR and 64-bit Windows issue

2010-12-26 Thread Scott Rossi
Apple still offers a download of QT 7 to accommodate things that don't work in QT X, but I don't know if this version will work on 64 bit systems. Worth a test? Scott Rossi Creative Director Tactile Media, UX Design On Dec 26, 2010, at 5:05 AM, "stgoldb...@aol.com" wrote: > I understand tha

Changing icons in project "on the fly"

2010-12-26 Thread william humphrey
If you have all your custom icons on a card in your project and you want to change all occurrences of a particular icon with a new one it is as easy as changing the icon "ID" for the new icon to the same icon "ID" as the old icon (and changing the old icon ID to something else or deleting it). I no

Re: How to make a stack transparent but the fields and images on it a different blend level

2010-12-26 Thread william humphrey
Hi Martin Thanks. Scott pointed me to his example stack. He didn't also mention the article he wrote. I thought I read all those. On Sun, Dec 26, 2010 at 11:32 AM, Martin Koob wrote: > > I had tried to do this to make a floating window with a translucent boarder > and text boxes that were opaq

Re: How to make a stack transparent but the fields and images on it a different blend level

2010-12-26 Thread Martin Koob
I had tried to do this to make a floating window with a translucent boarder and text boxes that were opaque by having no blend on the text boxes and buttons and a blend on the stack It did not work. All of the objects were translucent as well. Is seems in Live Code that the Stack blend adds to

Re: Livecode iOS app live in the app store

2010-12-26 Thread Martin Koob
But, if your goal is realism in a snowballer-o-rama domed areana with climate controlled conditions to permit snowballering year round... and if the arena had a single point light located not far above the play area... and the roof the light was attached to was low enough then the shadow wo

Re: Option MenuPick in iOS

2010-12-26 Thread BNig
Hi Stewart, menupick works in 4.5.3 RC-3 as does the 'Result' from a Pickwheel. So I expect it to work in Livecode 4.5.3 Should not be too long to arrive. Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Option-MenuPick-in-iOS-tp3164048p31642

QTVR and 64-bit Windows issue

2010-12-26 Thread stgoldb...@aol.com
I understand that QTVR will not work on 64-bit Windows computers. Does anyone know if there is a workaround in which panoramas will show in Livecode, or if Apple plans to correct the issue? Is QTVR obsolete? Thanks. Stephen Goldberg ___ use-livecode m