Hi all,
I have created an app with multi-touch resizing of images using the "How do I
implement a multi-touch pinch motion?" lesson, but I can't seem to set limits
to the resizing. What lines could I add to the code of the sample stack from
this lesson to have a min size and and a max size for
On 3/4/11 12:24 PM, John R. Brauer wrote:
Hello,
I am relatively new to LiveCode and totally new to iOS.
Glad you made it here.
I have a
project that I would like to do and need suggestions about how to
begin and how to do the data structure for it. The project would be
similar to the Audubo
On 3/4/11 2:18 PM, dunb...@aol.com wrote:
If I have this in a button script:
on mouseUp
checkBack
end mouseUp
and this in a stack script:
on checkBack
put ""
wait 20
put random(99)
end checkBack
and then insert that stack script into back, I still only get
> one random number.
On 3/4/11 8:51 PM, Sarah Reichelt wrote:
On Sat, Mar 5, 2011 at 6:04 AM, J. Landman Gay wrote:
Somebody preserve my sanity here...
Sorry, you've been talking to associating with all of us here for too
long... there is now no way to preserve sanity :-)
I'm afraid you may be right...
I've b
Thanks, that's 2 votes for it!
Pete Haworth
On Mar 4, 2011, at 6:04 PM, stephen barncard wrote:
> Sequel Pro for the Mac rocks. Free.
>
> sqb
>
>
>
> On 4 March 2011 15:50, Peter Haworth wrote:
>
>> Thanks everyone. HAd hoped there'd be at least tool with more than one
>> vote! But I gue
On Sat, Mar 5, 2011 at 6:04 AM, J. Landman Gay wrote:
> Somebody preserve my sanity here...
Sorry, you've been talking to associating with all of us here for too
long... there is now no way to preserve sanity :-)
___
use-livecode mailing list
use-live
Sequel Pro for the Mac rocks. Free.
sqb
On 4 March 2011 15:50, Peter Haworth wrote:
> Thanks everyone. HAd hoped there'd be at least tool with more than one
> vote! But I guess they probably all work just fine.
>
> Pete Haworth
>
> On Mar 4, 2011, at 9:59 AM, Bob Sneidar wrote:
>
> > MySqlW
On Mar 4, 2011, at 2:17 PM, Bob Sneidar wrote:
Is the field a part of a background group? A background group
belongs to a stack, not to a card. (I might be wrong but I doubt
it ;-)
"belongs to" is what sense? The owner of the background group is the
card. Can you say what you mean operati
Thanks everyone. HAd hoped there'd be at least tool with more than one vote!
But I guess they probably all work just fine.
Pete Haworth
On Mar 4, 2011, at 9:59 AM, Bob Sneidar wrote:
> MySqlWorkbench incorporates the features of both the Mysql Administrator, and
> Mysql Query Browser. These
You would have to pass checkBack for that to be a valid test wouldn't you?
Bob
On Mar 4, 2011, at 12:18 PM, dunb...@aol.com wrote:
> Jacques:
>
>
> If I have this in a button script:
>
>
> on mouseUp
> checkBack
> end mouseUp
>
>
> and this in a stack script:
>
>
>
> on checkBack
> p
Jacques:
If I have this in a button script:
on mouseUp
checkBack
end mouseUp
and this in a stack script:
on checkBack
put ""
wait 20
put random(99)
end checkBack
and then insert that stack script into back, I still only get one random
number. Is that what you meant, that y
Somebody preserve my sanity here...if a stack script is inserted into
the back, and you happen to be working in that stack, are called
handlers executed twice?
I'm getting some weird results. The message watcher says they aren't,
and lists only one call for each handler. But the debugger steps
Is the field a part of a background group? A background group belongs to a
stack, not to a card. (I might be wrong but I doubt it ;-) Also try:
send "put the long id of control 76" to card 1 of stack
get the result
What does that produce?
Bob
On Mar 4, 2011, at 11:04 AM, Peter Brigham MD wro
It appears not to trigger openCard.
FYI, the reason that I needed to do this is that I am trying to do
something with long id's and found what seems to be a bug in how the
engine handles this. If I do this while on the first card of the stack:
put the long id of control 76 of card 1 of s
On 3/4/11 12:38 PM, Bob Sneidar wrote:
I wonder if that triggers an openCard event?
No. I don't think it triggers any messages.
Bob
On Mar 4, 2011, at 10:05 AM, Peter Brigham MD wrote:
Just discovered a trick I didn't know about. This is in the IDE, BTW. I needed to have the first card o
I wonder if that triggers an openCard event?
Bob
On Mar 4, 2011, at 10:05 AM, Peter Brigham MD wrote:
> Just discovered a trick I didn't know about. This is in the IDE, BTW. I
> needed to have the first card of one of my stacks as the current card, while
> I do something from another stack (a
Hello,
I am relatively new to LiveCode and totally new to iOS. I have a project that I
would like to do and need suggestions about how to begin and how to do the data
structure for it. The project would be similar to the Audubon Bird program on
iOS (although the content is not about birds); I w
What really helped me take hold of the reigns of datagrids is the notion of
getting the index (or line) of a data control, getting the array associated
with that line, altering the array, and then setting the array in the datagrid
when I was done.
This process is actually quite simple. Lets sa
Just discovered a trick I didn't know about. This is in the IDE, BTW.
I needed to have the first card of one of my stacks as the current
card, while I do something from another stack (a utility stack). If I
"go card 1 of stack " then the stack comes to
the front, but I want to keep the uti
MySqlWorkbench incorporates the features of both the Mysql Administrator, and
Mysql Query Browser. These were beta and were fairly unstable. MySqlWorkbench
replaces them and is free.
When I was having trouble with Mysql Administrator, and Mysql Query Browser, I
purchased Navicat. That wrked re
It's here again!
Due to problems with finding presenters, the regulars had to fly in. Please
step up to present. Yes you. You think I don't mean you, but I do.
Marks presentation will be about reading and writing unicode files, unicode
text manipulation by script, and right-to-left text displ
Hi Trevor,
Thanks for confirming that this behaviour is not coming from the GLX framework.
Maybe it's time to bite the bullet and replace my simple ListMagic controls
with data grids - and learn how to drive them and DGH properly! ;-)
On 4 Mar 2011, at 15:25, Trevor DeVore wrote:
> The framew
Trevor,
Thanks for the hand-holding on the GLX framework and the clarification on why
and when you use .dat files for distribution - another subtlety learned!
Conscious of time constraints - and being a ScreenSteps user myself - I'd be
happy to draft an 'idiot-proof' update of this lesson for
Le 4 mars 2011 à 16:48, FlexibleLearning a écrit :
> An upgrade for ChartMaker has been released. It has also moved home to its
> own website.
>
>
> If you already have a copy, you can click 'Check for updates...' in the
> program, download the file and follow the link.
>
> If you would like t
An upgrade for ChartMaker has been released. It has also moved home to its
own website.
If you already have a copy, you can click 'Check for updates...' in the
program, download the file and follow the link.
If you would like to investigate ChartMaker, see a screencast, find out
what's new in th
On Thu, Mar 3, 2011 at 10:37 AM, Keith Clarke <
keith.cla...@clarkeandclarke.co.uk> wrote:
> I had the Application stack's kProgramStackName pointing at the name of the
> .rev file I had added within the Stacks and Externals configuration
> dialogue, rather than the main stack name *within* this f
phpMyAdmin :-D
On Fri, Mar 4, 2011 at 4:28 AM, Peter Haworth wrote:
> Favourite mySQL admin tools?
>
> Pete Haworth
>
>
>
>
>
>
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and
On Fri, Mar 4, 2011 at 7:07 AM, Keith Clarke <
keith.cla...@clarkeandclarke.co.uk> wrote:
> Is there a trick to have the GLX application framework launcher load
> ListMagic in the background but not open its admin window?
>
> If ListMagic.rev isn't open whilst working on my app in the IDE, debug
>
Hi folks,
Is there a trick to have the GLX application framework launcher load ListMagic
in the background but not open its admin window?
If ListMagic.rev isn't open whilst working on my app in the IDE, debug errors
are thrown when the mouse enters any ListMagic fields. So, I've added ListMagi
http://www.sequelpro.com/
Met vriendelijke groeten,
Ton Kuypers
On 4-mrt-2011, at 08:28, Peter Haworth wrote:
> Favourite mySQL admin tools?
>
> Pete Haworth
>
>
>
>
>
>
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.
On Windows I use Heidi SQL
jharris
-Original Message-
From: Peter Haworth
Sent: Friday, March 04, 2011 1:28 AM
To: How to use LiveCode
Subject: mySQL Admin Tools
Favourite mySQL admin tools?
Pete Haworth
___
use-livecode mailing li
31 matches
Mail list logo