Stacks built with 4.6.4 work fine in Lion.
Bill Vlahos
_
InfoWallet (http://www.infowallet.com) is about keeping your important life
information with you, accessible, and secure.
On Nov 4, 2011, at 9:50 PM, Sivakatirswami wrote:
> Can anyone confirm that standalone stacks built
Can anyone confirm that standalone stacks built with 4.6.1, which have
resizing on, fail to resize under Lion?
I have an in - house version control app that manages all InDesign files
for our editorial team. Those who upgrade to Lion say the resizing does
not work
I myself am avoiding upgra
Whoops. I wrote that stack and didn't notice that I'd left MobGUI in as a
substack. It doesn't need it :) Plus I didn't do an environment test in the
script to make sure it ran only in iOS - it was a quick hack to demonstrate a
point.
g
-- photos: http://gerryorkin.com
On Saturday, 5 Nov
On 11/4/11 4:31 PM, Matthias Rebbe wrote:
Hi,
is there a way to print to the default printer under windows from
livecode script without selecting the printer by the user first?
Yes. See "printerName" in the dictionary. You also might need to set the
"printerOutput". You can also get and set m
That thread has a link to a zip file, that downloads a stack called "Download
Stack". If you try it in LiveCode, to see it in action before trying it in the
simulator or on a phone, it fails to work, and then if you try on a phone it
still doesn't work. If you download the zip file again, and do
Andre showed the way: use LiveCode's native databinding methods instead
of my old fashioned replacement strings and the values are automatically
escaped.
On 11/2/11 11:44 AM, Pete wrote:
Interesting. I don't have Postgres but I tried an insert into an SQLite
table with text containing an ampe
Colin,
Which stack are you talking about?
AFAIK it should just work on both the simulator and the iPhone. I tried it and
it worked (in LC 4.6.1).
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.co
Correction to myself. If you try the stack in LiveCode, then make an app, it
doesn't work. If you make an app without trying the stack, then the app does
download and open the stack.
There is code in the stack, but it's trying to put MobGUI into use, which I
don't have. So whether the code is t
It's a long thread, with much guessing, and trying things in the simulator.
But, the trick doesn't work on an actual iPhone.
On Nov 4, 2011, at 7:28 PM, Gerry wrote:
> Check this out on the forums:
>
> http://forums.runrev.com/viewtopic.php?f=49&t=8934
Check this out on the forums:
http://forums.runrev.com/viewtopic.php?f=49&t=8934
-- photos: http://gerryorkin.com
On Saturday, 5 November 2011 at 10:15 AM, John Patten wrote:
> Hello All!
>
> Is it possible to open a remote stack in iOS via Go Stack URL …? I'm thinking
> no…but I thought
Yes, it is possible. Use the go command, but without "in the window of".
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Become our partner in sales http://qery.us/1
Hello All!
Is it possible to open a remote stack in iOS via Go Stack URL …? I'm thinking
no…but I thought I'd ask :-)
Thank you!
John Patten
SUSD
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscri
Thank you, Kenji and Devin !
> You can try: set the textSize of line 1 of fld "ja" to nn
>
> Or you can try modifying the htmlText of the field:
It works well !
> on mouseUp
> put the unicodeText of fld 1 into jText
>repeat with i=10 to 48
> set the textsize of fld "ja" to i
>
Hi,
is there a way to print to the default printer under windows from livecode
script without selecting the printer by the user first?
I want to create a tool which prints status messages unattended to the default
windows printer. The tool is started automatically with windows. There shall
no
BigBrother is watching you! Your IPhone is sending to Apple the
localisation data recorded by your phone the previous days. This happens
only when you have WIFI access.
Jacques Clavel
2011/11/3 Pete
> A couple of weeks ago, I noticed an occasional huge slowdown in internet
> access from home.
Reading the description, this person
is Ken Ray. :-D
Al
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/looking-for-a-co-presenter-tp3990166p3991210.html
Sent from the Revolution - User mailing list archive at Nabble.com.
_
Folks,
Since the new external sdk for iOS, I know many here are working on their
own externals. Those that wish, could please reply to this email talking
briefly about what they are building? I am trying to get a broad picture on
the externals that are being built or that are already done. I am no
Hi Heather,
Am 04.11.2011 um 17:58 schrieb Heather Nagey:
> Looks ok here - can you try clearing your cache and try again?
well, hmmm, I sent this mail yesterday at noon:
> On 3 Nov 2011, at 12:06, Klaus on-rev wrote:
> ...
;-)
> Regards,
>
> Heather
Best
Klaus
--
Klaus Major
http://www.ma
Looks ok here - can you try clearing your cache and try again?
Regards,
Heather
On 3 Nov 2011, at 12:06, Klaus on-rev wrote:
Hi friends,
I am getting this for the last hour in the LiveCode forum:
##
Not Found
The requested URL /phpBB2/index.php was not found on
Thanks Gerry. I'd put this down as request for Livecode iOS.
Thanks,
Debdoot
On Nov 3, 2011, at 2:00 AM, Gerry Orkin wrote:
> I don't think we can...
>
> g
>
>
> On 03/11/2011, at 2:25 PM, ddas wrote:
>
>> How do I check for available space on iOS?
>>
>> Regards,
>> Debdoot
>>
>>
>> _
on mouseUp
lock screen
repeat with i = 4 down to 1
delete grc i
end repeat
end mouseUp
Michael
Den 04/11/2011 kl. 16.55 skrev use-livecode-requ...@lists.runrev.com:
>
>
> this is a cool demonstration of points in Livecode.
>
> One question - how does one *clear* the window of t
Hi 吉野 孝,
Rule 1 when doing Japanese unicode in LiveCode--always listen to Kenji!
Here's my own take:
You will have to set the text size of the text chunks inside the field, rather
than the field itself. It can be a little tricky.
You can try: set the textSize of line 1 of fld "ja" to nn
Or yo
Hi 吉野さん
Correction: The first line has to be
put the unicodeText of fld "ja" into jText
--
Kenji Kojima / 小島健治
http://www.kenjikojima.com/
On Nov 3, 2011, at 8:11 AM, Kenji Kojima wrote:
> Hi Yoshino san,
>
> on mouseUp
>put the unicodeText of fld 1 into jText
> repeat with
Hi Yoshino san,
on mouseUp
put the unicodeText of fld 1 into jText
repeat with i=10 to 48
set the textsize of fld "ja" to i
set the unicodeText of fld "ja" to jText
set the textsize of fld "en" to i
wait 10 ticks
put i into msg
end repeat
e
What Mark says is basically right, and I did think of simplifying the demands.
Would someone be willing to show scripting and examples of using QuickTime to
handle a range of these media types? And also RevBrowser to handle almost any
content (which could include Flash, Director, and Unity files
Mark,
Just select the new custom property, click in the field at the bottom, and
paste. That's it.
Alternatively, paste the points into a field, then use the message box:
set the leoPoints of btn "leoButton" to field "thefieldwiththepoints"
Devin
On Nov 3, 2011, at 10:29 AM, AcidJazz wrot
Hi. Can you tell me (briefly) how to get those points into a customproperty?
The lessons.runrev.com site is down. I've got the property window open, and
it was easy to create a new property called LeoPoints, but I'm not sure how
to get the actual points into that new property. I expected a but
Not so much, as it only gets triggered when closing the stack, and I want to
set the dirty flag immediately when the user changes some content. Or as
immediately as possible.
-- Peter
Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig
On Nov 4, 2011, at 10:20 AM, dunb...@aol.co
A big thanks to BvG and Mark for your replies.
Not only did BvG provide the "quick and dirty" answer:
on opencard
revUpdateGeometry
end opencard
...but both BvG and Mark provided sample code code for handling resizing on
your own.
Thanks! I really appreciate it, guys!
-John
On Nov 4, 2011
Right. Then I have to figure out what to hash, which is do-able. But it doesn't
answer the most important question: I need to trap a general message to trigger
this so as to set the dirty flag on the window. I suppose the backup plan would
be a send-in-time handler to check the hash periodically
Hi friends,
I am getting this for the last hour in the LiveCode forum:
##
Not Found
The requested URL /phpBB2/index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an
ErrorDocument to handle the request.
Apa
Hi Michael,
Really nice script! :-D
You will find interesting too these experiments
with vector graphics:
http://www.jamesphurley.com/jhurleyFolder/BezierLine.rev
http://andregarzia.on-rev.com/alejandro/stacks/newPentoolScript_v02.zip
Keep Up your great work!
Al
--
View this message in contex
Peter.
Does the "saveStackRequest" help"
Craig Newman
-Original Message-
From: Peter M. Brigham, MD
To: How to use LiveCode
Sent: Fri, Nov 4, 2011 6:07 am
Subject: needs saving
Anyone know what the IDE uses to decide whether to ask about saving a stack
when
it closes? I'm tryin
Hi Peter,
As soon as a field gets focused, revolution puts "edited" into
gRevStackStatus[short name of this stack]. That's a very bad trick and means
that your stack is almost always "edited".
A much better way is to calculate the hash of relevant data and compare this
with a new hash value. I
Hi Colin,
I think playing those media types in LiveCode is a big PITA. MP4 can be played
with QT. Some others in the browser plugin, if some requirements are met. If
your main goal is to display different media types, rather than user
interaction, text manipulation, database querying etc, then
On Nov 3, 2011, at 4:39 PM, Matthias Rebbe wrote:
> Just a test to see if the list is working. So please exuce, but no new
> e-mails from the list for about 10 hrs?
I'm evidently missing messages that were supposedly sent out -- got Stephen
Barncard's reply to his own message but never got his
Anyone know what the IDE uses to decide whether to ask about saving a stack
when it closes? I'm trying to implement a "markDirty" routine for the Mac. I
have a frontscript that catches (then passes) closefield and sets the
modifiedMark of the stack, but that won't catch field contents modified b
On November 12th I'm going to present at the weekly Live LiveCode Code meeting,
showing off Director. When I showed Unity and Flash I had a co-presenter who
showed LiveCode doing some of the features those other tools are known for.
Those meetings went well.
For a partner to show LiveCode doing
this is a cool demonstration of points in Livecode.
One question - how does one *clear* the window of the bezier drawing?
On 3 November 2011 04:16, René Micout wrote:
> YES !!!
> A 1200 x 1200 window is necessary
> Bon souvenir de Paris
> René
>
> Le 3 nov. 2011 à 11:25, Michael Kristensen a éc
Synving wirelessly to her Mac or syncing wirelessly to iCloud? iOS5 devices
only sync to iCloud when on WIFI so turning of WIFI would give exactly the
effect you saw.
Ian
On 3 Nov 2011, at 17:20, Pete wrote:
> A couple of weeks ago, I noticed an occasional huge slowdown in internet
> access f
On Nov 3, 2011, at 4:26 PM, stephen barncard wrote:
> Answering my own dumb question:
>
> on deleteAllGrcs
>
> put the number of grcs in cd 1 of stack "leo" into ngcs
>
> repeat with n = ngcs down to 1
>
>delete grc n of cd 1 of stack "leo"
>
> end repeat
>
> end d
Answering my own dumb question:
on deleteAllGrcs
put the number of grcs in cd 1 of stack "leo" into ngcs
repeat with n = ngcs down to 1
delete grc n of cd 1 of stack "leo"
end repeat
end deleteAllGrcs
the "down to" form is used in the loop is as I am using "the
Just a test to see if the list is working. So please exuce, but no new e-mails
from the list for about 10 hrs?
Matthias
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscr
Thanks Gerry. I'd put this down as request for Livecode iOS.
Thanks,
Debdoot
On Nov 3, 2011, at 2:00 AM, Gerry Orkin wrote:
> I don't think we can...
>
> g
>
>
> On 03/11/2011, at 2:25 PM, ddas wrote:
>
>> How do I check for available space on iOS?
>>
>> Regards,
>> Debdoot
>>
>>
>> _
Hi John,
This really depends on the situation. Here's a very simple example:
on resizeStack
put the rect if this cd into myRect
add 16 to item 1 of myRect
add 16 to item 2 of myRect
subtract 16 from item 3 of myRect
subtract 16 from item 4 of myRect
set the rect of fld 1 to myRect
end
on opencard
revUpdateGeometry
end opencard
Note: it is generally saver to write your own resize handlers. The geometry
manger will sooner or later mess up, and strew your objects into random
locations (negative or huge numbers, offscreen, huge mess!). I suggest to
instead write your own res
A couple of weeks ago, I noticed an occasional huge slowdown in internet
access from home. Whenever this occurred, it was obvious from the lights
on my wireless router that a huge amount of wireless traffic was happening.
In true old-fashioned trouble shooting mode, I tried to figure out what
mi
Hi 吉野 孝,
You will have to set the text size of the text chunks inside the field, rather
than the field itself. It can be a little tricky.
You can try: set the textSize of line 1 of fld "ja" to nn
Or you can try modifying the htmlText of the field:
replace "size=" & quote & nn in fld "ja" with
I can't see any reference to this in the documentation - but that includes a
reference to the fact that it isn't implemented.
(There is a keyboard type named "contact", identified as "the phone contact
pad keyboard" - I couldn't see anything special about it.)
Does anyone know if there's any
Hello,
Given a resizable stack with, say, two cards that both have objects that have
their geometry set to scale on resize (like a text field) what is the best way
to get objects on card 2 to automatically resize when card one is resized and
then a button is selected to go to card 2? It doesn'
(resent, didn't arrive yesterday night)
This Saturday, Mark will present his Installer Maker, because he just released
a fresh beta version. Join the event and get a big discount on this invaluable
tool.
More info about Installer Maker:
http://www3.economy-x-talk.com/file.php?node=installer-mak
___
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
Hi guys,
I'd like to let you know that another new beta version of Installer Maker has
been released. Hopefully adding items to the OSX dock works this time.
More information and downloads can be found at http://qery.us/za
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Softwa
How to bring your own Bezier drawing in!
As far as I know the drawing app Canvas is the only program that lets you
export the Bezier Control Points of a Bezier as a textlist.
Mac Trail: http://www.macupdate.com/app/mac/1924/canvas
Not working on OSX 10.7
PC Trail: http://www.acdsee.com/en/produ
Hi Mark
Very nice to see your additions.
One comment on the DPI
If you want a ruler that match your printer you should use 72.
Also if you fx want to calculate a perimeter or area of a square you should use
72.
At least on a Mac
To have the ruler appear "lifelike" I use 72/2.54 * 1.52 on an i
Is this the email you are looking for? I really hope so, the force is
weak...
Trust the Force...
Heather
Heather Nagey
Customer Services Manager
http://www.runrev.com/
LiveCode - Unleash Your Killer App
___
use-livecode mailing list
use-livecode@l
56 matches
Mail list logo