I'm just a beginner and this is the first time I use the mailinglist. I'm
working on an app and I want to make it possible for the user to import photo's
saved on his/her iPod/iPad. (I'm sorry, my english isn't very good. I'm dutch)
My father said something about something called "specialFolder
> I'm just a beginner and this is the first time I use the mailinglist. I'm
> working on an app and I want to make it possible for the user to import
> photo's saved on his/her iPod/iPad.
Look at page 21 of the iOS User Guide.
This code:
iPhonePickPhoto "library", 300,400
...will show the
How can I prevent users from opening an .irev page clicking the
"previous page button" of the browser ?
I mean. I have a on-rev.com/xxx.irev page resulting from the LiveCode
cgi process . If the user move forward from this page, I do not want
the user be able to go back to the previous page reloa
Hi Nicolas,
Do you have SP4 installed?
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
What does that error mean? Buy LiveCodeErrors for iPhone now http://qery.us/
Hi Paolo,
You could set a cookie to true when the web form loads and to false when the
cgi processes the web form. Whenever the cookie is false, the cgi should not be
allowed to run.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-
Yep, a typo I decided was to spot-on to change :-)
On Mon, Jul 25, 2011 at 12:09 AM, Roger Eller
wrote:
> On Sun, Jul 24, 2011 at 4:30 PM, Maarten Koopmans wrote:
>
>> All,
>>
>> I just got a nice box from Google explaining that there was suspicious
>> account activity from Mexico (I live in Amst
Problem solved. "Thank you" to Heather and the support team at
on-rev.com
Tim Selander
Tokyo, Japan
On 7/25/11 12:48 PM, Tim Selander wrote:
we are having the same problem on freyr... will be sending a support
email asap.
Tim Selander
Tokyo, Japan
Jim Lambert wrote:
I bet Klaus is on freyr
Hi Mark,
when I go back with then "previous page" button of the browser, the
cgi does not run again. The browser simply return the HTML recorded
in the browser cache.
I tried with Safary and with Firefox; both of them do the same thing.
However, if I empty the cache before returning to the previo
Hoi Tabitha,
There is also a lesson about it on http://lesson.runrev.com
Groeten,
William
-
Verstuurd vanaf mijn iPhone!
Op 25 jul. 2011 om 09:47 heeft Tabitha Vogelaar
het volgende geschreven:
>
> I'm just a beginner and this is the first time I use the mailinglist. I'm
> working on
Hi friends,
Am 25.07.2011 um 01:59 schrieb Jim Lambert:
> I bet Klaus is on freyr since I see the same error on freyr.
Yep, its Freyr!
But today it is working again as if nothing happened at all, go figure :-)
Working for you, too, Jim?
> Jim Lambert
Best
Klaus
--
Klaus Major
http://www.maj
Er, it's http://lessons.runrev.com :)
g
On 25/07/2011, at 7:36 PM, William de Smet wrote:
> http://lesson.runrev.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscript
Hi ...,
Your scripts looks correct, but you got some small mistakes in your script,
which might make it fail. I also think your could improve your scripting style
to make it more readable, which will help you to avoid mistakes. You set the
defaultFolder for no apparent reason. References to car
Jump down to example two and just do that in your .irev page
http://php.net/manual/en/function.header.php
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferen
I see, Paolo, I misunderstood your questions. As always, do what Shao Sean says
;-)
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
What does that error mean? Buy
> The tendency of programmers to use non-human-like language for object names
> really drives me more than nuts. LiveCode allows for spaces in object and
> file names. Use them!
Mark, although I can appreciate your feelings about this, there are legitimate
reasons one might not want to use spac
Thank you all. Trying to get rid of the browser cache setting the
proper headings (as Shao Sean suggested) , I came up with these 2
solutions:
FIRST ONE WITH PHP
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml";>
Documento senza titolo
THE SECON
And he has yet to succumb to evil, the way most geniuses eventually do.
Bob
On Jul 22, 2011, at 7:51 PM, J. Landman Gay wrote:
> Of that I'm sure. Andre's a genius.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hypera
Hah hah! I am going to have to work that into a conversation some time this
week!
Bob
On Jul 24, 2011, at 3:09 PM, Roger Eller wrote:
> On Sun, Jul 24, 2011 at 4:30 PM, Maarten Koopmans wrote:
>
>> All,
>>
>> I just got a nice box from Google explaining that there was suspicious
>> account a
I concur with Ken. So many environments do not allow the use of spaces. Some
are case sensitive. The solution for me? Always use a-z lowercase names, never
capitalize anything. Otherwise I WILL end up biting my own butt.
Bob
On Jul 25, 2011, at 6:15 AM, Ken Ray wrote:
>> The tendency of progr
I am not a genius, Mark Waddingham is a genius... I am Brazilian though, and
since all Brazilians are Evil... I can qualify for evil now and try to reach
my genius degree later...
On Mon, Jul 25, 2011 at 1:29 PM, Bob Sneidar wrote:
> And he has yet to succumb to evil, the way most geniuses event
hmmm... that is EXACTLY what an Evil Brazilian Genius might say to put us off
his trail...
Bob
On Jul 25, 2011, at 9:57 AM, Andre Garzia wrote:
> I am not a genius, Mark Waddingham is a genius... I am Brazilian though, and
> since all Brazilians are Evil... I can qualify for evil now and try t
Hi All,
I am proud to announce that my GoldTrader101 iPhone/iPad app has FINALLY been
released and is available at the Apple App Store. It is written entirely in
LiveCode. Below is a link to the app page.
View In iTunes
Being new to LiveCode and to programming in general, this experience has
On 7/24/11 9:42 PM, Nicolas Cueto wrote:
To do the above, here are my steps:
STEP 1) place the following script in card 1 of AllMightyStack.exe:
on openCard
setUpFoundation
end openCard
on setUpFoundation
put "Index-stack,Index-stack.rev"& cr& "game1,game1.rev"& cr& \
"game2,game2.rev"&
On Mon, Jul 25, 2011 at 2:22 PM, TERRY HASS wrote:
> Hi All,
>
> I am proud to announce that my GoldTrader101 iPhone/iPad app has FINALLY
> been released and is available at the Apple App Store. It is written
> entirely in LiveCode. Below is a link to the app page.
>
> View In iTunes
>
> Being new
I think I missed the original post of this thread, but perhaps a "start
using" command would take care of all this?
Pete
On Mon, Jul 25, 2011 at 11:28 AM, J. Landman Gay
wrote:
> On 7/24/11 9:42 PM, Nicolas Cueto wrote:
>
>
>> To do the above, here are my steps:
>>
>> STEP 1) place the follow
Another good piece of advice is watch namespaces. The parser looks at all
tokens, so avoid the use of names that match language functions, commands or
properties. A handler named answerDialog for instance, is bound for
trouble.
This usually can be avoided by using the 'standard' prefixes as exp
Hello All!
I am still playing with LiveCode and have a question regarding the Geometry
Manager. When I am working on a stack, I set the Geometry Manager to resize
several objects. The thing is, after implementing the settings, the objects
do not resize until compiled (i.e., into a standalone a
On 7/24/11 1:23 PM, Pete Haworth wrote:
I guess this isn't quite the same thing but why is it that when I create a
field by script, the size of the field is different than when I just drag
one to my stack from the Tools palette. I thought the templates were
supposed to ensure consistency but may
On 7/25/11 1:43 PM, Pete Haworth wrote:
I think I missed the original post of this thread, but perhaps a "start
using" command would take care of all this?
If the stackfiles property is included in the inheritance hierarchy,
which is what I'm not sure of, then yes. Although in this case, the
On Mon, Jul 25, 2011 at 4:14 PM, J. Landman Gay wrote:
> On 7/24/11 1:23 PM, Pete Haworth wrote:
>
>> I guess this isn't quite the same thing but why is it that when I create a
>> field by script, the size of the field is different than when I just drag
>> one to my stack from the Tools palette.
Cool, thanks Jacque - I need to look at the references more carefully!
Still think it would be nice if the templates obeyed the preference
settings though, or at least have a preference setting to achieve that.
Pete
On Mon, Jul 25, 2011 at 12:14 PM, J. Landman Gay
wrote:
> On 7/24/11 1:23 PM,
Andre-
Monday, July 25, 2011, 12:32:31 PM, you wrote:
> just out of curiosity, what does MC IDE do, any clue?
With the MC IDE you draw the object onto the stack rather than
dragging it, rather like the RR tool palette of old, so the default
size doesn't really come into play.
--
-Mark Wieder
Hi Andre,
Am 25.07.2011 um 21:32 schrieb Andre Garzia:
> On Mon, Jul 25, 2011 at 4:14 PM, J. Landman Gay
> wrote:
>
>> On 7/24/11 1:23 PM, Pete Haworth wrote:
>>
>>> I guess this isn't quite the same thing but why is it that when I create a
>>> field by script, the size of the field is differe
>
>
>
> no predefined sizes, just select a tool and drag/create an object.
>
Oh I see!!!
Thanks guys!
>
>
> Best
>
> Klaus
>
> --
> Klaus Major
> http://www.major-k.de
> kl...@major.on-rev.com
>
>
> ___
> use-livecode mailing list
> use-livecode@list
One of the things I was working on was a dropField stack, in which you set up
some minimum and maximum sizes, the font and size you want, and then you can
pick a column in an SQL table, and the dropfield stack will drop the field onto
your main stack card, no smaller than x, no larger than y, ca
Hi
it happens nothing ...
always no returns
Le 24 juil. 2011 à 16:52, Slava Paperno a écrit :
> What happens if you replace char(10) with the string ""?
>
> Slava
>
>> -Original Message-
>> From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-
>> boun...@lists.runrev.com] On
On 7/25/11 2:08 PM, Keith (Gulf Breeze Ortho Lab) wrote:
Hello All!
I am still playing with LiveCode and have a question regarding the
Geometry Manager. When I am working on a stack, I set the Geometry
Manager to resize several objects. The thing is, after implementing the
settings, the objects
Sorry folks! New to this... I think my last post went into the wrong thread
(because I replied to a message--my bad)... 8-(
Here it is again as a separate post:
Hello All!
I am still playing with LiveCode and have a question regarding the Geometry
Manager. When I am working on a stack, I set th
Hi Jacqueline,
Thanks for your reply. (FYI: I just reposted this original message because
my previous message used a reply message and was therefore placed in the
wrong thread within the message archive.)
Actually, the Messages button is not selected/bold. And it is still not
working in the
Solved! Okay; here was the problem. ;-)
I downloaded and installed the trial version of NativeGeometry the other
day... The plugin was loading each time I started LiveCode and was obviously
causing some kind of conflict. I went into the LiveCode Plugin Settings
dialog and set the plugin so it
Are you intercepting any messages and not passing them in an attempt to control
your object geometry? If so, pass the messages after you handle them and see
what happens. Just a guess.
Bob
On Jul 25, 2011, at 1:51 PM, Keith (Gulf Breeze Ortho Lab) wrote:
> Hi Jacqueline,
>
> Thanks for your
> Do you have SP4 installed?
I didn't. But now I do. And, problem gone.
Thanks Mark!
--
Nicolas Cueto
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences
On Jul 25, 2011, at 2:32 PM, Andre Garzia wrote:
> On Mon, Jul 25, 2011 at 4:14 PM, J. Landman Gay
> wrote:
>
>> On 7/24/11 1:23 PM, Pete Haworth wrote:
>>
>>> I guess this isn't quite the same thing but why is it that when I create a
>>> field by script, the size of the field is different tha
On Jul 25, 2011, at 3:23 PM, Bob Sneidar wrote:
> One of the things I was working on was a dropField stack, in which you set up
> some minimum and maximum sizes, the font and size you want, and then you can
> pick a column in an SQL table, and the dropfield stack will drop the field
> onto you
Hi Bob,
The other day I installed the trial version of the NativeGeometry plugin,
and apparently it was causing a conflict. I disabled it and now everything
works okay. 8-)
Thanks!
- Boo
- Original Message -
From: "Bob Sneidar"
To: "How to use LiveCode"
Sent: Monday, July 25, 20
Hello,
I have approximately 25 MB of data (plain text) that consists of approximately
140,000 different entries (one per line--pipe delimited). I am working on an
application to quickly search through the data not unlike the LiveCode
Dictionary application. However, it will be necessary for my
That amount of data is ridiculously small. If you don't care about many
thousands of concurrent connections and having to transform the data set
periodically over time, then SQLite3 is probably the easiest to use, but
really, for that tiny amount of data, *any* database application will work.
I've
Hi Jeff,
The thing is is that the database will grow significantly over time. Also, I
might want to eventually move it online. Therefore, I need the best solution
to cover all bases for the present and the future...
Thanks,
- Boo
- Original Message -
From: "Jeff Massung"
To: "How
If you are thinking web and growing for the future, then it's hard to beat
PostgreSQL, which also comes with some nice web-admin tools for viewing the
database, etc. MySQL - I hear - is equally nice, but I haven't used it.
You may just want to quickly test your work with SQLite3, which is
near-ide
All good stuff. SQLite is great for prototyping applications and in
production use for single user applications, but it will have problems
dealing with networked file access and/or a high volume of multi-user
updating activity (due to locking issues).
Pete
On Mon, Jul 25, 2011 at 3:13 PM, Jeff
Hi All,
I don't know why my previous post did not come through with a clickable link,
so here is another try.
www.tdheng.com
I know this link is not clickable, but copying it into your browser will take
you to the app's page. There is a link on that page which will take you to the
App Store.
Cool Terry!
Congratulations!
On Mon, Jul 25, 2011 at 7:40 PM, TERRY HASS wrote:
> Hi All,
>
> I don't know why my previous post did not come through with a clickable
> link, so here is another try.
>
> www.tdheng.com
>
> I know this link is not clickable, but copying it into your browser will
>
If you plan on moving this to an external server, then you should not allow
direct access to your SQL server (although I do so myself in development using
On-Rev). You will probably want to access it through a web based script of some
sort to firewall your SQL data. This will prevent things like
Works for me, but I use Apple Mail which converts anything that looks like it
might be a clickable link into a real one.
Bob
On Jul 25, 2011, at 3:40 PM, TERRY HASS wrote:
> Hi All,
>
> I don't know why my previous post did not come through with a clickable link,
> so here is another try.
>
On 7/26/11 12:51 AM, "Keith (Gulf Breeze Ortho Lab)"
wrote:
> Hello,
>
> I have approximately 25 MB of data (plain text) that consists of approximately
> 140,000 different entries (one per line--pipe delimited). I am working on an
> application to quickly search through the data not unlike the L
Hi Fred,
on Sun Jul 24 2011
Fred Moyer wrote:
> Has anyone done the heavy lifting to figure out
> how to do an exact resize/zoom of a stack or a
> group inside of a stack?
[snip]
Actually, I know about specific pieces of
code to resize images and graphics, but
have not seen a complete solutio
Hi Keith,
Keith (Gulf Breeze Ortho Lab) wrote:
>
> I have approximately 25 MB of data (plain text) that consists of
> approximately 140,000 different entries (one per line--pipe delimited). I
> am working on an application to quickly search through the data not unlike
> the LiveCode Dictionary a
I have a png file that I want to get into a stack using the import command.
I issue the command from the message box:
"import eps from file ""
as soon as I hit return, Livecode quits. This is a png file that was
created by anLC export snapshot command and the resized in Photoshop.
Any know pro
On 26/07/2011 10:53 AM, "Pete Haworth" wrote:
> I have a png file that I want to get into a stack using the import command.
> I issue the command from the message box:
>
> "import eps from file ""
Pete - I think you should be using 'paint' rather than 'eps'
import paint from file
Using 'ep
Hi Phil,
Phil Davis-5 wrote:
>
>> Here is a code snippet I shared on the use-revolution list almost 2 years
>> ago.
>> It shows how to cut an image up into 10 'frames':
>> http://www.mail-archive.com/use-revolution%40lists.runrev.com/msg124691.html
>
Great work! Now, just out of curiosity
How
Hi Al,
The data is as compressed as possible right now (I believe, anyway). And
yes, I hope to eventually port the system to mobile.
Thanks,
- Boo
- Original Message -
From: "Alejandro Tejada"
To:
Sent: Monday, July 25, 2011 7:12 PM
Subject: Re: What is the fastest database?
H
On Mon, Jul 25, 2011 at 7:49 PM, Bob Sneidar wrote:
> If you plan on moving this to an external server, then you should not allow
> direct access to your SQL server (although I do so myself in development
> using On-Rev). You will probably want to access it through a web based
> script of some so
Excellent, thanks!
Pete
On Mon, Jul 25, 2011 at 6:08 PM, Terry Judd wrote:
>
> On 26/07/2011 10:53 AM, "Pete Haworth" wrote:
>
> > I have a png file that I want to get into a stack using the import
> command.
> > I issue the command from the message box:
> >
> > "import eps from file ""
>
>
> Using 'eps' crashes Livecode for me as well with a PNG file - 'paint' works
> fine however.
EPS is a *very old* import method, dating back to when MetaCard (the precursor
to Revolution which was the precursor to LIveCode) was only on Unix; it was for
systems that used Display Postscript (like
I totally missed the "paint" keyword in the dictionary but all is well now.
The reason I was doing this is because took a PNG snapshot of a group
control into an image control, then tried to resize the image control, but I
found that the image lost definition very quickly. My solution was to
expo
One thing that might help is to set the resizeQuality property of the image to
"best" before resizing (default is "normal").
Regards,
Scott Rossi
Creative Director
Tactile Media, UX Design
On Jul 25, 2011, at 10:32 PM, Pete Haworth wrote:
> I totally missed the "paint" keyword in the diction
Thank you all. Trying to get rid of the browser cache setting the
proper headings (as Shao Sean suggested) , I came up with these 2
solutions:
PHP:
LIVECODE ... much easyer ;-)
HOWEVER, the first solution (PHP) sets the heathers properly but still
when I move back and forth with
67 matches
Mail list logo