Re: Progress Bar

2012-03-31 Thread Geoff Canyon
I'll throw my 2 cents in here as well -- I've found that it doesn't impact performance significantly to check ticks() each time through the loop. So instead of a fixed number of iterations, which can lead to a jumpy progress bar or excessive updates if what you're doing in the loop varies much,

Xcode 4.2 and iOS 5.1

2012-03-31 Thread Mark Smith
Anyone know why Xcode 4.2 would stop talking to iOS? I am running Snow Leopard 10.6.8, but recently gave in to the constant upgrades notices on my iPad2 to upgrade to 5.1. Now, xCode can open a window onto my iPad but I can't add or delete anything? Thanks -- Mark -- View this message in

[OT] Help with windows activation

2012-03-31 Thread Mike Bonner
Hey all, hope its ok for me to pick everyones brain.. I am working on a system for a friend. The previous person helped them by installing vista ultimate for which they have no valid license. Didn't activate it, 30 days later everything goes wonky. They do have a valid vista license, just not

Re: Progress Bar

2012-03-31 Thread Pete
Thanks Geoff, I like the concept of time based updated rather than based on number of records processed. Pete On Fri, Mar 30, 2012 at 11:43 PM, Geoff Canyon gcan...@gmail.com wrote: I'll throw my 2 cents in here as well -- I've found that it doesn't impact performance significantly to check

field focused but why ?

2012-03-31 Thread Ludovic Thébault
Hello, I've a field which is focused always when the card is opened (or after a resumestack when i switch from the script windows for example) and i don't know why ! I've no script about this. It's not a real focus (no blue border on macos) but there is the blink cursor to type in the field.

Re: field focused but why ?

2012-03-31 Thread Mark Schonewille
Hi Ludovic, This is a problem indeed. I wish there were a property to turn off this behavious. It would fix any, many frustrating problems for me and many others. A workaround is to set the traversalOn of the field to false by default. You could set the traversalOn to true when the user taps

Re: field focused but why ?

2012-03-31 Thread Dar Scott
On Mar 31, 2012, at 12:13 PM, Ludovic Thébault wrote: I've a field which is focused always when the card is opened (or after a resumestack when i switch from the script windows for example) and i don't know why ! I've no script about this. It's not a real focus (no blue border on macos)

Re: field focused but why ?

2012-03-31 Thread Mark Schonewille
Hi, I believe Dar's solution will flash the keyboard. -- 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

Button oddities -- LC 5.5 related? Possible serious problem?

2012-03-31 Thread Timothy Miller
We're in Mac OS 10.6.8, recently upgraded to LC v 5.5., using a stack that worked normally every day in LC 5.0.2. It's a single-core Intel MacBook. That's funny. I thought I had little go prev and go next buttons in the upper right and left corners of this stack. Just my imagination, I guess.

Re: Button oddities -- LC 5.5 related? Possible serious problem?

2012-03-31 Thread Mike Bonner
Just curious, but the images you use for the icons.. are they imported or referenced? If referenced, if you import them into the stack, change your buttons to point to the imported images, save, then try again does it start working correctly? If so, my guess is that on initial start when the

Re: Button oddities -- LC 5.5 related? Possible serious problem?

2012-03-31 Thread J. Landman Gay
On 3/31/12 5:34 PM, Timothy Miller wrote: I just discovered that if I click with the browse tool on the place where the buttons should be, the button becomes visible and the button script executes. If I save and quit LC, the buttons disappear when I launch the stack again. Sounds like an icon

Re: field focused but why ?

2012-03-31 Thread BNig
Hi Ludovic, what I did in a similar situation on iOS: usually there are button on the card. Set the focusable of the button to true and send the button all the way back in size and position in the properties inspector. Back meaning a low number, lower than any field. Now when the card opens the

Re: field focused but why ?

2012-03-31 Thread Dar Scott
I thought so, too. I don't see it, so I must have solved it another way. -- Dar On Mar 31, 2012, at 4:17 PM, Mark Schonewille wrote: Hi, I believe Dar's solution will flash the keyboard. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Re: [OT] Help with windows activation

2012-03-31 Thread Ken Ray
On Mar 31, 2012, at 12:26 PM, Mike Bonner wrote: Hey all, hope its ok for me to pick everyones brain.. I am working on a system for a friend. The previous person helped them by installing vista ultimate for which they have no valid license. Didn't activate it, 30 days later everything

Re: [OT] Help with windows activation

2012-03-31 Thread Mike Bonner
Ah well. Reloads are easy, its the time down the drain that I wish I could have back. Thanks for the confirmation. On Sat, Mar 31, 2012 at 6:24 PM, Ken Ray k...@sonsothunder.com wrote: On Mar 31, 2012, at 12:26 PM, Mike Bonner wrote: Hey all, hope its ok for me to pick everyones brain..

Re: [OT] Help with windows activation

2012-03-31 Thread Bob Sneidar
I would go back to the first guy who helped and ask him what he planned to do next. Then after the hemming and hawing, tell him, The road to Hell is paved with good intentions. then turn around, walk away and do it right. But that's just me. :-) Bob Sneidar IT Manager Calvary Chapel CM Sent

Re: field focused but why ?

2012-03-31 Thread Dar Scott
This is in a test app, so I did not look closely--when the keyboard stopped popping up I went on to other things. I removed the 'focus on nothing' and I still did not get the keyboard. So that was not my last attempt. I removed all keyboard commands. Still works. I looked carefully and no

Re: field focused but why ?

2012-03-31 Thread Bob Sneidar
Try focus on nothing in the opencard handler? Bob Sneidar IT Manager Calvary Chapel CM Sent from iPhone On Mar 31, 2012, at 11:13, Ludovic Thébault ludovic.theba...@laposte.net wrote: Hello, I've a field which is focused always when the card is opened (or after a resumestack when i

Re: [OT] Help with windows activation

2012-03-31 Thread Mike Bonner
Due to my mostly non-confrontational nature i'm skipping right to the do it right part. On Sat, Mar 31, 2012 at 7:05 PM, Bob Sneidar b...@twft.com wrote: I would go back to the first guy who helped and ask him what he planned to do next. Then after the hemming and hawing, tell him, The road to

Re: [OT] Help with windows activation

2012-03-31 Thread stephen barncard
The user that let the other guy do the change is just as responsible for not considering. Or maybe the user should just pay and get the right license. Not your fault in any case. On 31 March 2012 18:39, Mike Bonner bonnm...@gmail.com wrote: Due to my mostly non-confrontational nature i'm

Re: [OT] Help with windows activation

2012-03-31 Thread Mike Bonner
Worst part is that i'm pretty sure the other guy (2 actually there was one before the vista ultimate misadventure) were pay for service. And I'm Mr Freebie! The main thing I have to do to solve problems like this is.. Keep my mouth shut and never admit to knowing anything. I really should start

Re: field focused but why ?

2012-03-31 Thread Peter M. Brigham, MD
If you put the field into a group and set the group's traversalon to false, it will prevent the field from getting the focus on opencard, at least in desktop stacks. Don't know if this works in iOS too. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Mar 31,

Re: Button oddities -- LC 5.5 related? (Not a serious problem)

2012-03-31 Thread Timothy Miller
On Mar 31, 2012, at 3:56 PM, J. Landman Gay wrote: On 3/31/12 5:34 PM, Timothy Miller wrote: I just discovered that if I click with the browse tool on the place where the buttons should be, the button becomes visible and the button script executes. If I save and quit LC, the buttons disappear

Re: field focused but why ?

2012-03-31 Thread Ludovic Thébault
Le 1 avr. 2012 à 05:02, Peter M. Brigham, MD a écrit : If you put the field into a group and set the group's traversalon to false, it will prevent the field from getting the focus on opencard, at least in desktop stacks. Don't know if this works in iOS too. Simple and effective ! Works