Re: Desktop to iPad

2010-11-18 Thread Sarah Reichelt
On Fri, Nov 19, 2010 at 8:09 AM, edward cawley etcaw...@fastmail.fm wrote: Just starting to look at Revmobile, I have an app which runs on desktop . I'd like to modify it to the ipad. I reduced the stack size to 1000,700 which should fit the ipad. I have an animated Gif on the first card with

Re: OT: Hardware recommendation for graphics card?

2010-11-10 Thread Sarah Reichelt
Peter, I am a Mac person but my sons use Windows PCs for gaming, so since nobody else had chimed in, I'll have a go. From what they tell me, integrated graphics are not good enough for any high-end graphics processing, which I would assume includes Photoshop. With the newly released MacBook Air,

Re: serial port problems

2010-11-07 Thread Sarah Reichelt
On Mon, Nov 8, 2010 at 1:18 AM, Larry Walker la...@walkerenergysystems.com wrote: I am trying to read data from a serial port (using a USB-serial adaptor). I am on a MacBook Pro running 10.5.8, using LiveCode 4.5, and Prolific model 2303 USB-serial adaptor. The following code does not work:

Re: Bl**dy Laptop Keyboards

2010-10-27 Thread Sarah Reichelt
Richmond, on my short Mac keyboard, pressing Fn + Return is the same as Enter. I don't know what type of laptop you are talking about, but this might be the answer. Cheers, Sarah On Wed, Oct 27, 2010 at 7:02 PM, Richmond richmondmathew...@gmail.com wrote: I want to have an end-user press the

Re: LiveCode applications accepted in iOS App Store

2010-10-26 Thread Sarah Reichelt
Congratulations! What is the name of the App? I'd love to download it and have a look! The email from Apple says Your app is now Ready for Sale but that the link can take up to 24 hours to go live in the iTunes store - this is an automated process that occurs after an App has been approved.

Re: [OT] Mac App Store

2010-10-25 Thread Sarah Reichelt
/ipad-pushing-average-apps-prices-higher-but-not-by-much.ars On Sun, Oct 24, 2010 at 7:36 PM, Sarah Reichelt sarah.reich...@gmail.comwrote: Someone mentioned that the iOS App Store was not displaying the expected increase in price from iPhone to iPad apps. My searches seem to indicate

Re: [OT] Mac App Store

2010-10-24 Thread Sarah Reichelt
Is there anyone here with apps in the current iOS App Store who can answer that? As far as I can tell, no, they only offer tools/Web pages that display statistical data of your sales. How would it be possible for a developer to know if someone who calls is actually eligible for technical

Re: Posting to a web page

2010-10-16 Thread Sarah Reichelt
Len you need to pair up the variable names with their values. Something like this: put username= URLencode(tUserName) into myDataString put password= URLencode(tPassword) after myDataString etc, etc. Then you can use the post command as you have it below. Cheers, Sarah On Sun, Oct 17,

Re: [OT] First Mobile App Released

2010-10-16 Thread Sarah Reichelt
On Sun, Oct 17, 2010 at 3:28 AM, Scott Rossi sc...@tactilemedia.com wrote: Hello List: Just sharing a little excitement on the release of my first mobile app: PLEXXR -- a stylish puzzle game for Apple's iPad.  As mentioned previously, this app was about 7 months in the making, and I got some

Re: [OT] First Mobile App Released

2010-10-16 Thread Sarah Reichelt
On Sun, Oct 17, 2010 at 11:50 AM, Colin Holgate co...@verizon.net wrote: Thanks for the detailed description. As a reward, feel free to mention what your app is called! Sadly, discussion of our project has been banned from this list. But for anyone interested, here is the iTunes link:

Re: [OT] First Mobile App Released

2010-10-16 Thread Sarah Reichelt
On Sun, Oct 17, 2010 at 2:10 PM, Scott Rossi sc...@tactilemedia.com wrote: Recently, Sarah Reichelt wrote: Sadly, discussion of our project has been banned from this list. But for anyone interested, here is the iTunes link: http://itunes.apple.com/us/app/rodeo-viewer-for-ipad/id394668730?mt=8

Re: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Sarah Reichelt
While not an ideal solution, for the quick fix, can you include these 2 stacks in the stackFiles of the mainStack that needs to access them? Then that stack would know where they were and you could start using. Cheers, Sarah On Tue, Sep 21, 2010 at 10:05 AM, Alex Adams a...@a2technology.com

Re: on-rev

2010-09-20 Thread Sarah Reichelt
I haven't used it in forever because it sucks... ...agreed, but I need to debug a post command in a way that needs the intervention of the IDE... Mark, have your irev script save the $_POST parameters to a log file on the server. It makes debugging non-interactive, but at least it gets you

Re: Posting Data on Windows 7

2010-08-30 Thread Sarah Reichelt
Ray, what version of Rev are you using? In 4.5.0-dp-3 there were changes to libURL which caused massive problems of this type. Try using another version of Rev and seeing if that solves your issue. Cheers, Sarah On Tue, Aug 31, 2010 at 5:02 AM, Ray Horsley r...@linkit.com wrote: Greetings,

Re: Rodeo, revServer etc.

2010-08-05 Thread Sarah Reichelt
Hi All, I would like to thank people for the many messages of support and encouragement I have received, both on and off-list. It seems to have been decided that my post was not worthy of banishment, so I'm still here, although after the recent threads, I will confine myself to lurking for a

Rodeo, revServer etc.

2010-08-04 Thread Sarah Reichelt
Hi All, Kevin has given his point of view over Rodeo and revServer, and then forbidden us to comment, leaving us without the right of reply. Of course it is his list and he is quite at liberty to ban whoever he chooses, and if the matter had ended there, I would have let it slide. Unfortunately,

Re: Quality Control Center - handling of bug reports

2010-07-28 Thread Sarah Reichelt
There are about 10 or more (minor to critical) bugs associated with the group object, which have cost me plenty of time and a huge amount of frustation to get to the details of these bugs and eventually to find out workarounds if possible. These bugs seem to be totally outside the scope and

Re: OT: Mac vs Win partisanship is unnecessary

2010-07-22 Thread Sarah Reichelt
Last night I sat in a restaurant with a man who runs a small electronics factory here in Plovdiv; at present all of his computers run on Windows. He wants to change over to Linux because various people have told him it will be cheaper. He uses extremely specialist software written for

Re: [OT-Rodeo] Still waiting for the aha moment

2010-07-22 Thread Sarah Reichelt
The CSS we are using is webkit specific, but that just dictates some of the visual effects. Functionally, all the Rodeo stuff, including the editing, will work on any HTML5 compatible browser. It just might look a bit weird. Cheers, Sarah Sent from my iPad On 22/07/2010, at 8:10 PM, Peter

Re: [OT-Rodeo] Still waiting for the aha moment

2010-07-21 Thread Sarah Reichelt
You can then connect to those web pages with any webkit based browser from any OS.  So its not really mac-centric, and not even Rev centric, if I have understood it properly. Correct - Rodeo is web centric, but we based it's scripting style on Revolution scripting, so Rev people will find it

Re: [OT-Rodeo] Still waiting for the aha moment

2010-07-21 Thread Sarah Reichelt
On Thu, Jul 22, 2010 at 9:31 AM, Bob Sneidar b...@twft.com wrote: At some point I know you will provide a list of what syntax is allowed, and update it as time goes on. Waiting with baited breath! Yes, we are assembling the documentation right now. There is already a language guide but it is

Re: [OT-Rodeo] Last minute call to get onboard with pre-realase conditions!

2010-07-20 Thread Sarah Reichelt
But hey, we'll see.  It will be most interesting.  Meanwhile, one assumes that it means that Rodeo apps will run in Chrome or Konqueror or Galeon on Linux?  Now that is interesting.  Its just a pity one cannot write them in the OS they will run on. You can, using a web-based editor. You just

Re: [OT-Rodeo] Last minute call to get onboard New Question

2010-07-20 Thread Sarah Reichelt
Hi Tim, Sorry for not answering before - as you can imagine, Jerry I have been flooded with emails so it is easy to miss one. I'm not very well informed about text encodings, but I know that web pages have an encoding stated in their header. Since Rodeo is producing web pages, I would assume

Re: [OT-Rodeo] Last minute call to get onboard with pre-realase conditions!

2010-07-20 Thread Sarah Reichelt
On Tue, Jul 20, 2010 at 11:09 PM, Jan Schenkel janschen...@yahoo.com wrote: It's not written using Rev, but in XCode, it seems. It looks like someone with good Objective-C and Cocoa skills wrote a lovely editor. I think I'm going to frame this email! Thanks for the compliment Jan. Cheers,

Re: [OT-Rodeo] Last minute call to get onboard with pre-realase conditions!

2010-07-20 Thread Sarah Reichelt
On Wed, Jul 21, 2010 at 12:48 PM, stephen barncard stephenrevoluti...@barncard.com wrote: *Rodeo* is the price of about 4.5 high quality large PIZZAs at this moment. Folks should not gain the weight and do this instead.  I just changed an image in an 'action' and it was an aha moment. It's a

Re: [OT-Rodeo] Last minute call to get onboard with pre-release conditions!

2010-07-20 Thread Sarah Reichelt
On Wed, Jul 21, 2010 at 1:31 PM, Curry Kenworthy cu...@pair.com wrote: It's a late hour for questions. :-) But how about the iPhone? I understand focus is on the iPad right now. But will it, or won't it, if that's possible to say? Not too late here in Australia Curry. Although there is only

Re: [OT-Rodeo] Last minute call to get onboard with pre-realase conditions!

2010-07-20 Thread Sarah Reichelt
On Wed, Jul 21, 2010 at 1:39 PM, Chipp Walters ch...@chipp.com wrote: Had lunch with Jerry today and he walked me through their progress. Pretty impressive going. He showed me how simple it is to create an app which launched any other apps on the iPad-- which IMO was pretty cool. I've got all

Re: [OT-Rodeo] Last minute call to get onboard with pre-realase conditions!

2010-07-20 Thread Sarah Reichelt
On Wed, Jul 21, 2010 at 2:14 PM, Nicolas Cueto nicon...@gmail.com wrote: Sarah, if you're still on the line for quick questions... Can/Do/Will Rodeo pages work with Rev 3rd-party apps? Specially Malte's Animation Engine, or Damien's NativeGeometry. Still here... No. Rodeo creates web pages,

Re: [OT-Rodeo] Last minute call to get onboard with pre-realase conditions!

2010-07-19 Thread Sarah Reichelt
On Mon, Jul 19, 2010 at 2:41 AM, Robert Mann r...@free.fr wrote: Hi folks, it seems that it is the last minute to get onboard Rodeo for a pre-release ride... Version 2 seems to be coming this week... with data storage?? I have no connection with Rodeo.. just sympathy to the team and to

Re: XML one-liner (if possible)

2010-07-14 Thread Sarah Reichelt
After every call to a revXML function, you can check the result for xmlerr which indicates a problem. ...with certain exceptions. put revXMLNextSibling(tXMLID, tNode) into tNextNode will return empty if there's no next sibling. So *mostly* you need to check for xmlerr to see if you're

Re: XML one-liner (if possible)

2010-07-13 Thread Sarah Reichelt
On Wed, Jul 14, 2010 at 7:19 AM, viktoras d. vikto...@ekoinf.net wrote: err., what's the simplest way of displaying all contents of an XML document in a rev field? e.g. getting a list of all elements with all their attributes and values. Is there a simple way to do this - a one liner probably

Re: Go to a web page automatically

2010-07-10 Thread Sarah Reichelt
On Sun, Jul 11, 2010 at 10:20 AM, Tim Selander selan...@tkf.att.ne.jp wrote: Good morning! Thanks for the reply. Sorry for not being clear. By 'open' I mean I just want to take the user to another page, as if they had clicked a link. I'm trying to write a simple form to get user input (based

Re: Timer Pause script

2010-07-10 Thread Sarah Reichelt
After debug, still without see the solution, the time is paused but still running... and when I resume after the pause get the whole time. --reset the startSeconds to the current seconds less the time already on the timer.         put the seconds into tSeconds         subtract tElapsed from

Re: Scripting what should be a simple loop...

2010-07-09 Thread Sarah Reichelt
Setting variables whose names are construct dynamically requires using do. So this should work: put Field i into tFieldName put put fld tFieldName of grp AllFields into tVar i into tCommand do tCommand Probably an easier solution is to use an array: put fld Field i of grp AllFields into

Re: Timer Pause script

2010-07-09 Thread Sarah Reichelt
The problem is that the global variable startSeconds keeps the same value so when you restart the timer after a pause, you need to reset the startSeconds to the current seconds less the time already on the timer. Cheers, Sarah Sent from my iPad On 10/07/2010, at 8:34 AM, JosepM

Re: Problem saving files

2010-07-05 Thread Sarah Reichelt
On Tue, Jul 6, 2010 at 3:22 PM, David C. davidoco...@gmail.com wrote: I've run into a bit of a head scratching problem with saving files that maybe someone can help me sort out. My code: on SaveTheFile   ask file Save project as: with filter MYFL file,*.myfl   if it then      put it into

Re: RevCloud (was Re: Line Numbers in Text Editor)

2010-06-29 Thread Sarah Reichelt
RevCloud makes it easier to support multi-developer teams by providing a collection of tools tailored specifically for the sort of work we do in Rev. Even better, the tools in RevCloud are just the icing.  Beneath them is a tasty layer cake of client and server libraries from which you can

Re: Access Script Local Value?

2010-06-27 Thread Sarah Reichelt
Is it possible for the script of one object to set/get a script local variable value of another object?  If yes, how? Not directly, as far as I know. You have to write getter setter routines in the object containing the script local: local sLocalVar command setLocalVar pNewValue put

Re: Sarah Reichelt's XML sample stack

2010-06-26 Thread Sarah Reichelt
On Sat, Jun 26, 2010 at 12:36 PM, Simon Lord sl...@karbonized.com wrote: Is Sarah still around?  I searched the archives for an XML sample stack to get my feet wet but her sample seems to be missing from her site (I can't find it to save my life). Still here :-) My XML stack was online but

Re: Menu Checkmarks

2010-06-26 Thread Sarah Reichelt
put !c before line 10 of button Edit Then you need to move it if the item is un-checked. I usually grab the text of the button, replace !c with empty, apply any required check marks, the put the variable back into the menu button. Cheers, Sarah On Sunday, June 27, 2010, Justin Sloan

Re: File browser extension

2010-06-21 Thread Sarah Reichelt
On Tue, Jun 22, 2010 at 9:44 AM, Simon Lord sl...@karbonized.com wrote: I'm wondering out loud if someone has written a file system browser extension.  I'm not in the mood to write one myself (remembering my prior experience with this). Just looking for something I can drop into my stack that

Re: How do you get the name of an open saved file in memory using message box?

2010-06-13 Thread Sarah Reichelt
The question is how do you get the name of the file that is opened from a script to save in a variable. This is what I been unable to do. How do you open the file? Do you get the user to select a file using the answer file dialog? If so, try something like this: global gOpenDataFile answer

Re: DiagramCreator in beta.

2010-06-13 Thread Sarah Reichelt
On Sun, Jun 13, 2010 at 2:18 PM, Chipp Walters ch...@chipp.com wrote: Hey all. Been busy creating a fun tool for creating diagrams using plain english sentences. The free beta version is available for both Mac and PC. http://blog.chipp.com Chipp, this is awesome! Thanks for sharing it. --

Re: Long URL in a field

2010-06-13 Thread Sarah Reichelt
On Mon, Jun 14, 2010 at 6:33 AM, Emmett Gray fi...@handheldfilm.com wrote: In the HC version of a stack I've converted, I have a notes text field. The field has a vertical scroll bar, but not a horizontal one (and that's what I want). In HC, a long URL will wrap so you can see the whole thing

Re: How do you get the name of an open saved file in memory using message box?

2010-06-12 Thread Sarah Reichelt
On Sun, Jun 13, 2010 at 5:16 AM, charles61 csz...@mac.com wrote: I have going through various scripts to get the name of a text file (not stack) that is open in my app using the message box. Does anyone know how to do this? Charles, at some stage in your scripts, the file was opened. At that

Re: runrev community : how many licenses? How many users? How many developpers?

2010-06-11 Thread Sarah Reichelt
That seems very accurate Andre. It put me about 1300 km away from home! That's about 800 miles for the imperialists among us :-) Cheers, Sarah Rodeo discussion: http://rodeoapps.com/rodeo-discuss-among-yourselves On Sat, Jun 12, 2010 at 3:09 AM, Andre Garzia an...@andregarzia.com wrote:

Re: Scanning barcodes

2010-06-11 Thread Sarah Reichelt
I wonder if anyone has got recommendations for a barcode scanner device that works with rev. Ideally it would read both traditional barcodes and those newer 2d codes and work with Win PCs and Macs (Linux a plus). Is anyone doing this already and can recommend a device and maybe some test

Re: Save Dialog showing current name of file open

2010-06-11 Thread Sarah Reichelt
Try something like this: put the label of this stack into tSuggestedFileName put .txt after tSuggestedFileName ask file Save data as: with tSuggestedFileName put it into tSaveFileName if tSaveFileName is empty then exit to top end if put tDataToSave into URL (file: tSaveFileName) if the

Re: WWDC Keynote: HTML5 wide open for On-Rev revServer

2010-06-08 Thread Sarah Reichelt
We always had cookies which could store small snippets of data locally. Now with HTML5, we also have session storage variables (temporary), local storage variables (permanent) and even SQLite databases. Are you suggesting then, that if I use HTML5 (rodeo) to dynamically create several pages

Re: Detect background application...

2010-06-08 Thread Sarah Reichelt
On Wed, Jun 9, 2010 at 10:53 AM, Simon Lord sl...@karbonized.com wrote: Is there a way to have a stack know if it's not *focused*?  Can this also be done if the stack is not the foreground application? On a Mac, you can do this using AppleScript. Here are my handlers for this: function

Re: WWDC Keynote: HTML5 wide open for On-Rev revServer

2010-06-07 Thread Sarah Reichelt
I also notice on the Safari 5 'What's New' page that they list 'HTML5 offline storage' as a feature that is supported. Anyone have any experience with this. How much can you actually do 'offline'? Lots :-) We always had cookies which could store small snippets of data locally. Now with HTML5,

Re: Silly Problem

2010-06-06 Thread Sarah Reichelt
On Mon, Jun 7, 2010 at 3:23 PM, David C. davidoco...@gmail.com wrote: Hey folks, I know that I can center my application stack like this: set the loc of me to the screenLoc ...but what's the proper way of centering a sub stack (about box, preference stack, etc) to the position of my main

Re: [ANN] Rodeo IDE preview video

2010-06-04 Thread Sarah Reichelt
all posts pertaining to Steve Jobs' business mojo I'm behind you 100 percent. Mike --- On Sat, 5/29/10, Sarah Reichelt sarah.reich...@gmail.com wrote: From: Sarah Reichelt sarah.reich...@gmail.com Subject: Re: [ANN] Rodeo IDE preview video To: How to use Revolution use-revolution

Re: No callback from libURLDownloadToFile?

2010-06-03 Thread Sarah Reichelt
beep is a command, not a message handler. Try making your own handler that beeps and I think it will work. Cheers, Sarah On Thu, Jun 3, 2010 at 8:13 PM, Terry Vogelaar tvogel...@de-mare.nl wrote: Hi all, libURLDownloadToFile seems to ignore the callback message after finishing. I didn't

Re: revServer ?

2010-06-02 Thread Sarah Reichelt
On Wed, Jun 2, 2010 at 7:47 PM, Kee Nethery k...@kagi.com wrote: Took the survey and saw mention of revServer. Not something I am familiar with. When I go to the RunRev web site and search for revServer it appears there are tutorials but no product information. None of the web site menus

Re: Launch an app on a remote server

2010-06-02 Thread Sarah Reichelt
On Thu, Jun 3, 2010 at 9:35 AM, Ray Horsley r...@linkit.com wrote: Greetings, Anybody know how to do this? I think we need more information here What OS is running on the server and on your local computer? What sort of app do you need to start: a headless CGI type app, or a full

Re: send problem

2010-06-02 Thread Sarah Reichelt
On Thu, Jun 3, 2010 at 9:45 AM, Nicolas Cueto nicon...@gmail.com wrote: Hello, In my stack's opencard handler the last line is send mouseUp to field x . There's other things happening in the handler before then, too. Problem is, after the stack opens, the message box appears, displays the

Re: Download queue with libURL

2010-06-02 Thread Sarah Reichelt
On Mon, May 31, 2010 at 9:28 PM, Terry Vogelaar tvogel...@de-mare.nl wrote: I can't figure out what is wrong with this script: on wachtrij   global kjoejoe   if line 1 of kjoejoe then      put line 1 of kjoejoe the number of lines of kjoejoe      set the itemdel to tab      switch item

Re: inconsistent field appearance

2010-06-01 Thread Sarah Reichelt
On Tue, Jun 1, 2010 at 8:10 PM, Nicolas Cueto nicon...@gmail.com wrote: Hi Nicolas - can you provide a screengrab of how the problem manifests Here are the screengrabs Terry suggested I post: Vista view 1 -- http://www.postimage.org/image.php?v=gxzIo9J Vista view 2 --

Re: Writing to the resource fork

2010-05-31 Thread Sarah Reichelt
On Mon, May 31, 2010 at 4:01 PM, stephen barncard stephenrevoluti...@barncard.com wrote: Mark - try my modified version of Troz's stack ( I hope it's ok, Sarah ) My pleasure :-) ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Create mySQL database structure from Rev

2010-05-31 Thread Sarah Reichelt
I try this but no result. mysqldump --opt myDB backupDB.sql I have used a shell call to the mysqldump command and that worked fine. Cheers, Sarah ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Create mySQL database structure from Rev

2010-05-31 Thread Sarah Reichelt
/06/2010, a las 1:34, Sarah Reichelt-2 [via Runtime Revolution] escribió: I try this but no result. mysqldump --opt myDB backupDB.sql I have used a shell call to the mysqldump command and that worked fine. Cheers, Sarah ___ use-revolution

Re: Behavior changing layer

2010-05-29 Thread Sarah Reichelt
But, now the behavior script no longer works. It dies when trying to set the layer of the button clicked. I assume this is because the button is in a group and I can only change the group's layer. But, is there a way for me to change the layer of the button within the group? You can override

Re: [ANN] Rodeo IDE preview video

2010-05-28 Thread Sarah Reichelt
On Fri, May 28, 2010 at 9:58 PM, Jerry Daniels jerry.dani...@me.com wrote: We have posted a video of the Rodeo development environment in action! Sarah Reichelt (co-creator of Rodeo) joins me in the video all the way from Queensland, Australia. This is a pretty big step for our little team

Re: [ANN] Rodeo IDE preview video

2010-05-28 Thread Sarah Reichelt
On 29/05/2010, at 1:25 PM, J. Landman Gay jac...@hyperactivesw.com wrote: Sarah Reichelt wrote: On Fri, May 28, 2010 at 9:58 PM, Jerry Daniels jerry.dani...@me.com wrote: We have posted a video of the Rodeo development environment in action! Sarah Reichelt (co-creator of Rodeo) joins me

Re: Coming unstuck with standalones: a real head CASE

2010-05-24 Thread Sarah Reichelt
In the stack, when the group CONZ is not visible the latter half of the CASE statement 'fires', In a standalone, when the CONZ is not visible the latter half of the CASE statement DOESN'T WORK. No wonderful ideas, but are you sure the group CONZ is really invisible, or is it inside another

Re: Script Reporter v1.1 crashes

2010-05-24 Thread Sarah Reichelt
I don't remember this script, but I suggest adding a check for tScript being empty. repeat while the number of words in line -1 of tScript = 0 delete last line of tScript if tScript is empty then exit repeat end repeat That might fix it. Cheers, Sarah On

Re: How to Dial Using Rev ?

2010-05-23 Thread Sarah Reichelt
The equivalent on a Mac would be identical, except instead of com3 you'd want to use modem as the port specifier. Both the PC com3 port and the Mac modem port are serial ports. Rev can write to those just fine, but the problem you will find on your iMac is that it won't have any serial ports;

Re: Apad - The Andriod iPad

2010-05-23 Thread Sarah Reichelt
And ... No promise that next version of Android OS will work on this device. So you will be happy to trash it. IMO this is the most weak place of Android ... They go by MS way -- any hardware, open devices ... As result incredible zoo. Tons of drivers ... Overloaded systems ... Yes, I

Re: Location of stack

2010-05-16 Thread Sarah Reichelt
On 16/05/2010, at 4:34 PM, Paul D. DeRocco pdero...@ix.netcom.com wrote: From: Sarah Reichelt I'm guessing your stack has a menu. On Mac stacks, Rev does some funny business to hide the menu buttons off the top of the stacks window and create a real Mac menu. But this doesn't happen

Re: Location of stack

2010-05-16 Thread Sarah Reichelt
Alternatively, is there a way to know in advance how much to twiddle the vertical location by? It's 12 in my system, and I assume that's half the height of the non-existent menu bar, but I expect that varies depending upon the screen resolution or something-or-other, just as it would under

Re: Location of stack

2010-05-15 Thread Sarah Reichelt
I'm guessing your stack has a menu. On Mac stacks, Rev does some funny business to hide the menu buttons off the top of the stacks window and create a real Mac menu. But this doesn't happen immediately. If you set the loc in a preOpenStack or startup handler, the menu bar will not have been

Re: revigniter - Model-View-Controller in Rev terms?

2010-05-15 Thread Sarah Reichelt
I haven't tried revIgniter yet, although I intend to. But my grasp of MVC comes from Objective-C and k assume it is much the same regardless of language. View: as out say, this is what the use sees - the interface. Model: this is the data structure and the data itself. Controller: the bit in

Re: Stuck with Revlets :-(

2010-05-12 Thread Sarah Reichelt
I missed your original query Mike but I think Ton is right and it is a file path issue. I haven't done a lot with rev lets, but I think they require a I'll file path. E.g. set the filename of img 1 to http://mywebsite/folder/image.png; Cheers, Sarah On Thursday, May 13, 2010, Michael Kann

Re: Stuck with Revlets :-(

2010-05-12 Thread Sarah Reichelt
I know, but I copied the code from the variant with file: in from of it... It won't give a problem in a local app, but sadly enough with or without doesn't give a result when using it in a revlet :-( When I run the following from Rev's message box I get XML, so the file is there, and

Re: The topic is the Object Library

2010-05-11 Thread Sarah Reichelt
On Tue, May 11, 2010 at 3:33 PM, Cal Horner calhor...@xtra.co.nz wrote: In all the time I have been using runrev I have yet to see any postings on this forum about someone using the Object Library. While working on a widget today I found myself wondering why it(the widget) wasn't in the

Re: Strange results in deletion of lines

2010-05-10 Thread Sarah Reichelt
When you delete line j of tHold, the number of lines in tHold changes. So, tCount no longer meshes That actually makes a lot of sense now that you mention it... guess I've been overlooking the obvious. If you really want to do it with a loop, count backwards, then it will work fine. repeat

Re: rev-web, revbrowser, on-rev, Linux, help!

2010-05-09 Thread Sarah Reichelt
So basically it goes like this, doesn't it? We want to write on-rev material, we can, we use a text editor, then we load it onto the Rev run on-rev server, and it works fine in Linux or anything else, in any web browser.  Presumably there's a handbook with a guide for how to do this

Re: Accessing data from HID compliant USB device

2010-05-08 Thread Sarah Reichelt
This one has been churning around in my head for ages, and I finally bought a couple of joysticks to experiment with. I want to build a standalone that responds to joystick input.  Nothing requiring huge amounts of data or processing, just detection of joystick position - onscreen

Re: Accessing data from HID compliant USB device

2010-05-08 Thread Sarah Reichelt
Fischertechnik® brings back memories of painfully standing barefoot  on bits my brother left lying around on the floor. Ah yes. Every parent knows that the most painful part of parenthood is standing on Lego bricks in the middle of the night :-) ___

Re: MySQL driver in Windows standalones

2010-05-08 Thread Sarah Reichelt
On Fri, May 7, 2010 at 10:38 PM, paolo mazza mazzapaoloit...@gmail.com wrote: Why from a stack using the MySQL commands i get a single file application for the  MACOS platform and a file with the Externals folder (with dirvers + .dll file) if I build the standalone for the windows platform?

Re: Check out Jerry's new videos

2010-05-08 Thread Sarah Reichelt
On Sat, May 8, 2010 at 6:16 PM, Peter Alcibiades palcibiades-fi...@yahoo.co.uk wrote: Peter, you don't need the On-Rev client app to use On-Rev. But don't you need the browser plug-in to use the pages you've made?  For instance, I seemingly can't get to the parts of your site that are Rev

Check out Jerry's new videos

2010-05-07 Thread Sarah Reichelt
Hi List, I am really excited about a new development initiative started by Jerry Daniels of tRev fame. Like many of you, Jerry I want to develop for the iPad, but we don't want the hassle of dealing with the App Store and we don't want to struggle with Objective-C. So it looks like web apps are

Re: Check out Jerry's new videos

2010-05-07 Thread Sarah Reichelt
Think of it as a construction kit for web apps. Cheers, Sarah On Sat, May 8, 2010 at 9:22 AM, Thomas McGrath III mcgra...@mac.com wrote: I already have a life time subscription to on-rev's revServer and I already own tRev, tText, revMobile, RunRev. So I am a bit confused about what is

Re: Check out Jerry's new videos

2010-05-07 Thread Sarah Reichelt
Jerry, its for Linux.  So I don't have revBrowser, don't have the browser plug-in, no desktop version. I did think about it when the introductory deal was introduced, but took a pass because there was no way of knowing if I'd ever be able to use it.  The Rev site says that the Linux desktop

Re: Check out Jerry's new videos

2010-05-07 Thread Sarah Reichelt
On Sat, May 8, 2010 at 11:21 AM, Colin Holgate co...@verizon.net wrote: I think you may be missing a bigger market. HTML5 is supposed the be all the rage, but there are almost no tools for making HTML5 pages. You could promote your tool for making HTML5 pages, and then the fact that it might

Re: Programming on iPad

2010-05-06 Thread Sarah Reichelt
Not if it is develop with Objective C (or C++)... If it actually *runs* anything in the dev environment then it falls foul of the 'no interpreted code' clause no matter what is was written in, but then so do most of the games on the store. It creates PHP files, which then run through the

Re: How exactly does runrev for ipad/iphone work?

2010-05-06 Thread Sarah Reichelt
On Fri, May 7, 2010 at 10:24 AM, David C. davidoco...@gmail.com wrote:  3.3.1 — Applications may only use Documented APIs in the manner  prescribed by Apple and must not use or call any private APIs.  Applications must be originally written in Objective-C, C, C++,  or JavaScript as executed by

Re: Apples actual response to the Flash issue

2010-05-04 Thread Sarah Reichelt
The point of it all, is for someone like Jon to call Apple, Appholes, clearly shows there IS a problem. Am I the only one who has a problem with Jon Stewart tacitly condoning theft? Regards, Sarah ___ use-revolution mailing list

Re: Apple Anti-Trust (was Apples actual response to the Flash issue)

2010-05-04 Thread Sarah Reichelt
Like a few others on this list I am now pretty convinced that the PC market is about to be dramatically overtaken by the new mobile market in terms of sales and new software developments. Apple and others will be quite happy to leave the desktop market to the web and to open source strategies

Re: How do I put an image in memory into an image object?

2010-05-02 Thread Sarah Reichelt
On Mon, May 3, 2010 at 7:39 AM, Bill Vlahos bvla...@mac.com wrote: I have an image on disk that is encrypted. I can decrypt the image in memory but how do I put that image variable into an image object? I would also like to automatically fit the image into the predefined object. I can set

Re: How do I put an image in memory into an image object?

2010-05-02 Thread Sarah Reichelt
keeping your important life information with you, accessible, and secure. On May 2, 2010, at 7:01 PM, Sarah Reichelt wrote: On Mon, May 3, 2010 at 7:39 AM, Bill Vlahos bvla...@mac.com wrote: I have an image on disk that is encrypted. I can decrypt the image in memory but how do I put

Re: OT: MacBookPro advice needed.

2010-04-29 Thread Sarah Reichelt
And Sarah, let me express my utter horror that you let your kids play games on your development computer. I trust that any woman brilliant enough to develop software, has not provided an Administrator account in either OS to the little gremlins? LOL! The little gremlins are now bigger

Re: [Database] Retrieving sql statement result

2010-04-28 Thread Sarah Reichelt
On Tue, Apr 27, 2010 at 6:36 PM, Marcello Bertoli mbert...@libero.it wrote: Hi all, I have a question about runrev database commands. Is there a way to get the result of a sql statement that doesn't retrieve data (is not a select)? For example: In a postgresql scenario I need to execute

Re: OT: MacBookPro advice needed.

2010-04-27 Thread Sarah Reichelt
I'd like advice in two areas . 1. Should I buy the 13-inch or the 15-inch ? I can compare the screen sizes, and the resolution and even the relative weights. But I don't have a realistic idea of how much faster the Intel i5 is over the older Dual Core. So any advice about performance,

Re: Cannot run .exec file of project

2010-04-27 Thread Sarah Reichelt
I am using Rev Enterprise 4.0.0 (built 950). After compiling my project, I found that my app ran fine on OS X (10.6.2) but it will not run on Windows XP using Parallels Version Build 5.0.9344. The splash screen appears but the application does not launch and an error message dialog that is set

Re: Sockets

2010-04-27 Thread Sarah Reichelt
On Wed, Apr 28, 2010 at 6:23 AM, Hershel Fisch hersh...@syp2u4c.com wrote: Hi, could any help me out with a full socket session ? Please! Check out either of my email libraries: http://www.troz.net/rev/stacks/POP_library_demo.rev http://www.troz.net/rev/stacks/SMTP_library_demo.rev They both

Re: revOnline Updates

2010-04-26 Thread Sarah Reichelt
On Mon, Apr 26, 2010 at 9:54 PM, Graham Heather Harrison c...@nosirrah.com wrote: Sarah Reichelt (chosen because you made enhancements to Script Reporter) I have been using Script Reporter a lot, and to make it easier for myself (and for the exercise) have made some minor changes: I'd

Re: Help with pref file

2010-04-26 Thread Sarah Reichelt
I set up my pref file to be a substack of my app. My app is launched using a Splash screen. The user clicks on the Preference in the menu and then enters the name of the school for the report in the Prefs substack. When the Preference substack is closed, the name of the school appears

Re: revOnline Updates

2010-04-26 Thread Sarah Reichelt
by Stewart Lynch, and amended/enhanced on 07 May 2009 by Sarah Reichelt. Forgotten already, busy year, eh? I therefore surmise that you went through the process of submitting and negotiating the implementation of the changes. I hope you can give me some info

  1   2   3   4   5   6   7   8   9   10   >