Although this is a very cool phone. It is extremely sluggish and
unresponsive.
Tom McGrath III
Lazy River Software
3mcgr...@comcast.net
iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html
On Jan 6, 2010, at 1:11 PM, M
This is a good site for info on this. Thanks Jim
Am checking it out now...
Tom McGrath III
Lazy River Software
3mcgr...@comcast.net
iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html
On Jan 6, 2010, at 6:05 AM, Jim Au
Luis, checking it out now.
Thanks
Tom McGrath III
Lazy River Software
3mcgr...@comcast.net
iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html
On Jan 6, 2010, at 5:35 AM, Luis wrote:
Hiya,
If this is for On-
Good idea, I will look into this one...
I can already create an XML version of a plist with dictionaries and
arrays. But the iPhone plist is binary. So I have to copy the text I
created from Revolution and then in the iPhone SDK view/convert the
plist as XML -- then paste the text from REV
Sarah thanks...
Yes I mean On-rev
I will look at your scripts and share what I come up with
Tom McGrath III
Lazy River Software
3mcgr...@comcast.net
iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html
On Jan 5
Andre,
Because the iphone sdk prefers a plist for retrieving in NSURL. The
iphone sdk has some very easy built in methods for handling plists and
downloading them from a url. If I can get irev to build one online
then I can make a very easy fast and simple application with
Revolution as t
Scott Rossi wrote:
Recently, Jacque Landman Gay wrote:
I tried setting to empty several times, but it doesn't work here. It
works there? Using the same file name?
Oh wait -- that's a space, not an empty. I get it. :)
Not be confused with an empty space.
Like my brain.
--
Jacqueline Landma
Recently, Jacque Landman Gay wrote:
>> I tried setting to empty several times, but it doesn't work here. It
>> works there? Using the same file name?
>
> Oh wait -- that's a space, not an empty. I get it. :)
Not be confused with an empty space.
Regards,
Scott Rossi
Creative Director
Tactile Me
I think Scott was setting to one space ( " " ), not empty.
On Jan 6, 2010, at 9:03 PM, J. Landman Gay wrote:
Scott Rossi wrote:
Recently, Jacque Landman Gay wrote:
No change. Your old image will still be there. If you can figure
out how
to re-load, I'd love to hear it.
Just noticed this wo
J. Landman Gay wrote:
Scott Rossi wrote:
What worked for me: set the imagesource of char 1 of fld 1 to " "
Was just about to send you a stack, but it appears you got it figured
out.
I tried setting to empty several times, but it doesn't work here. It
works there? Using the same file name?
tsj wrote:
What about setting the filename of an image object and setting the
imagesource of the character to its id...
set the filename of image id 1005 to [somefilepath1]
set the imagesource of char 1 of fld 1 to 1005
set the filename of image id 1005 to [somefilepath2]
set the imagesource of
Scott Rossi wrote:
Recently, Jacque Landman Gay wrote:
No change. Your old image will still be there. If you can figure out how
to re-load, I'd love to hear it.
Just noticed this works:
set the imagesource of char 1 of fld 1 to ("binfile:nada") -- doesn't
exist
set the imagesource of cha
It looks like Microsoft has deprecated the keybd_event API and suggests using
SendInput() instead.
Below is a sample of what needs to be sent. This is a C++ example. How do I
send this from Rev in Windows? It looks similar to what I do with AppleScript
on the Mac? While the send...as applescrip
What about setting the filename of an image object and setting the
imagesource of the character to its id...
set the filename of image id 1005 to [somefilepath1]
set the imagesource of char 1 of fld 1 to 1005
set the filename of image id 1005 to [somefilepath2]
set the imagesource of char 1 of fld
Recently, Jacque Landman Gay wrote:
>> No change. Your old image will still be there. If you can figure out how
>> to re-load, I'd love to hear it.
>>
>
> Just noticed this works:
>
> set the imagesource of char 1 of fld 1 to ("binfile:nada") -- doesn't
> exist
> set the imagesource of char
J. Landman Gay wrote:
No change. Your old image will still be there. If you can figure out how
to re-load, I'd love to hear it.
Just noticed this works:
set the imagesource of char 1 of fld 1 to ("binfile:nada") -- doesn't
exist
set the imagesource of char 1 of fld 1 to ("binfile:"&it)
Well, just so the rest of you don't spend two days debugging this like I
did, it appears that imagesource caches its image and doesn't reload the
file from disk as long as the file name remains the same.
In my project, a user selects an image to be displayed in a field. I set
the imagesource o
Here is an simplified 'system_profiler' output approach. It returns one
tab-delimited line of info per detachable USB storage device, with all
the data items known to system_profiler for each device. NOTE: It
expects system_profiler output to be in English.
function macUsbDrives
-- get USB
Hi all,
Download the stack "Eps Import V05B" from:
http://www.megaupload.com/?d=TL5QP5WD
or visit my webpage:
http://capellan2000.000space.com/
in this page look for the stack named:
Eps_Import_V05B.zip
Notice that this website named 000space does not
allow hotlinking so, if you click in thi
On 7/01/10 12:50 PM, "Phil Davis" wrote:
> On 1/6/10 3:31 PM, Richard Gaskin wrote:
>> tsj wrote:
>>> Richard - I haven't got an unnamed USB drive handy to test this with but
>>> what does the volumes function return when one is mounted? Does this
>>> give
>>> you the expected "untitled" (or "unt
On 1/6/10 3:31 PM, Richard Gaskin wrote:
tsj wrote:
Richard - I haven't got an unnamed USB drive handy to test this with but
what does the volumes function return when one is mounted? Does this
give
you the expected "untitled" (or "untitled 1" etc)?
If so, you could iterate through the listed
tsj wrote:
Richard - I haven't got an unnamed USB drive handy to test this with but
what does the volumes function return when one is mounted? Does this give
you the expected "untitled" (or "untitled 1" etc)?
If so, you could iterate through the listed volumes using a couple of
applescripts to d
> I want to write a GUI to connect to the server. Now I see in Rev, when a
> shell command is issued its sent and returns the prompt, if I need to
> respond to that prompt then it issues a different shell session and not a
> continuation of the previous one, e.g. I want to connect to a server or
>
Richard - I haven't got an unnamed USB drive handy to test this with but
what does the volumes function return when one is mounted? Does this give
you the expected "untitled" (or "untitled 1" etc)?
If so, you could iterate through the listed volumes using a couple of
applescripts to determine whet
Mary,
Thanks very much! I tried your script and it works. I appreciative you taking
time to help me.
Charles Szasz
csz...@mac.com
On Jan 6, 2010, at 1:50 PM, Marty Knapp [via Runtime Revolution] wrote:
> I would place a field on each card that you can populate just before you
> print
>
> Michael Kann wrote:
> > http://www.google.com/phone
>
> Looks like it's just the beginning.
>
> Competition keeps everyone playing at their best.
Oh yes, this makes it all the more interesting :-)
The one complaint (and it's a big one) I have about the iPhone is the
monopoly on commercial app
In response to your question about the magic number 32767. This number has
an ancient history, as anyone that has worked with early mainframe machines
will know. And I don't think there are too many of us on this list.
32767 was the maximum value(in binary) that could be held in one word. BTW,
yo
This phone has been out since last July when T-Mobile first introduced it.
Since then, several other carriers have also introduced it under different
names. Far from over, with Revlets, it's just the beginning. ;-)
Aloha from Hawaii,
Jim Bufalini
> -Original Message-
> From: use-revoluti
And boxed sets of RunRev Studio 4 . . .
I suppose everybody else has forgotten that the money they paid for the
Edinburgh
conference was not for the conference alone.
If I undertake to do some work for somebody, and they pay me in advance, and
I don't deliver (by the advertised dealine !) I w
FWIW, I was unable to find a way of getting the name of the currently-
connected USB printer without asking the user when it is first
encountered and storing the associated printername (as listed in the
printer dialog under printers with available drivers). With printers
there seems to be no
I was being satirical. I apologize.
--- On Wed, 1/6/10, Colin Holgate wrote:
> From: Colin Holgate
> Subject: Re: It's All Over Now
> To: "How to use Revolution"
> Date: Wednesday, January 6, 2010, 12:21 PM
>
> On Jan 6, 2010, at 1:11 PM, Michael Kann wrote:
>
> > http://www.google.com/phon
Hilarious, I guess what is over is a monopoly on large touch screen, app
running, open API platforms? But apple is the only company that understands
the value of customer service. Ever try to contact google? I am not an apple
slave with spiralling eyes, but google isn't exactly customer orien
Michael Kann wrote:
http://www.google.com/phone
Looks like it's just the beginning.
Competition keeps everyone playing at their best.
--
Richard Gaskin
Fourth World
Rev training and consulting: http://www.fourthworld.com
Webzine for Rev developers: http://www.revjournal.com
revJournal bl
I would place a field on each card that you can populate just before you
print
repeat with x=1 to the number of marked cards
put "Page" && x into fld "PageNumber" of marked card x
end repeat
--do your printing
--then clear the field:
repeat with x=1 to the number of marked cards
put empty
First of all thanks,
On 1/5/10 9:07 AM, "Bernard Devlin" wrote:
> Hi Hershel,
>
> The way to work with remote shells is with rsh or ssh. I'm assuming
> that your client platform is os x or linux, and your server platform
> is linux.
My server is FreeBSD or OSX, Client is OSX and Win.
> What
On Jan 6, 2010, at 1:11 PM, Michael Kann wrote:
> http://www.google.com/phone
>
I imagine that in the time it takes Google to get to 3 billion app downloads,
Apple may have more features on the iPhone.
___
use-revolution mailing list
use-revolutio
I have been working on a project that uses marked cards based on an user's
input. When the user selects a card or cards, they become marked for
printing. I want to add a page number at the bottom when printing the marked
cards.
There are around 70 cards which makes it very difficult to include pag
http://www.google.com/phone
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
Hi friends,
no other win user that work with the RevVideoGrabber
and wants to share her/his experiences?
Oh, c'mon folks! :-)
Best
Klaus
--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com
___
use-revolution mailing list
use-revolution@list
Greetings,
I used to get this error when launching documentation from the script
editor window:
"The handler: loadUrl has reached the recursion limit of 400,000
Execution will be terminated to prevent hang"
Now after upgrading to 4.5 I get this error each time I open RunRev.
I have
I'm making a custom installer in which I want to provide the option of a
normal desktop install to the hard drive and a zero-footprint install to
a removable USB drive (no registry entries, prefs stored in the app
folder, etc.).
To help make this simple for the user I'd like to present a list
Thomas McGrath: here are a couple Interesting web pages
http://www.dunnington.net/entry/data-driven-iphone-apps-with-property-lists-and-php
The plutil comes with Xcode development toolkit on Mac OS X. Erica
Sadun has ported it to iPhone. This is a neat tool to process
the .plist files.
Buongiorno Paolo,
> Klaus Major writes:
>
>> Believe it or not, its official:
>> The videograbber is also supposed to work in Revlets
>> Isn't this amazing? Anyone dared this yet? :-D
>
> Hello Klaus,
> where did you get this piece of information?
> I had a look at runrev.com web site but I
Hiya,
If this is for On-Rev (which I believe can handle Perl) you could
load plutil.pl on the server and have it convert to XML and Text:
http://scw.us/iPhone/plutil/
(Wikipedia 'Webarchive' for more infos).
Cheers,
Luis.
On 6 Jan 2010, at 09:41, Jim Ault wrote:
Idea:
You could send t
Klaus Major writes:
Believe it or not, its official:
The videograbber is also supposed to work in Revlets
Isn't this amazing? Anyone dared this yet? :-D
Hello Klaus,
where did you get this piece of information?
I had a look at runrev.com web site but I could not find it.
Do you know if
Idea:
You could send the plist file to a Rev cgi running on OSX and it would
return the result, or perhaps an iPhone app (as it might have plutil
in its operating system)
Jim Ault
Las Vegas
On Jan 5, 2010, at 2:45 PM, Sarah Reichelt wrote:
On Wed, Jan 6, 2010 at 12:39 AM, Thomas McGrath I
46 matches
Mail list logo