Stress-testing SQLite

2010-10-29 Thread Mark Stuart
if there are JOINS involved. If not, then that's not so much a problem. Will the user always apply a WHERE filter to the data? What's the potential return record set count on a typical filter? I'd be happy to do some stress testing if you can give me some details. Regards, Mark Stuart

iPad's competitor from RIM

2010-09-29 Thread Mark Stuart
on Tue Sep 28 17:21:59 CDT 2010, viktoras d. wrote: PlayBook from producers of Blackbery: Anyone know the song or band that's playing the music in the online demo? I love it. Regards, Mark Stuart ___ use-revolution mailing list use-revolution

Web, Mobile and Server documentation

2010-09-22 Thread Mark Stuart
, but everything is not up to date. So are we waiting for this documentation, or is it written up already? Can someone point me in the right direction concerning this? Thanx, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Web, Mobile and Server documentation

2010-09-22 Thread Mark Stuart
of all this. Regards, Mark Stuart ___ 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

LiveCode 4.5 License model

2010-09-21 Thread Mark Stuart
a nag screen on use of the freeware. Now for those who are selling products built in (now) LiveCode, do you realize how much your costs have increased? I'm just saying... so you are all aware. Regards, Mark Stuart ___ use-revolution mailing list use

LiveCode 4.5 License model

2010-09-21 Thread Mark Stuart
short. They don't work/set properly. Yes, I've tried all sorts of renditions of the settings. I will be revisiting my license with LiveCode. Regards, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Doesn't work: set the top of img MyImage of stack pStackName to 0

2010-09-14 Thread Mark Stuart
on Sun Sep 12 19:39:09 CDT 2010, Mark Stuart wrote: Never mind, I got it to work. Thanx, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Doesn't work: set the top of img MyImage of stack pStackName to 0

2010-09-12 Thread Mark Stuart
. But that didn't do anything to the image on stack 1 after running the script. What am I doing wrong? Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Doesn-t-work-set-the-top-of-img-MyImage-of-stack-pStackName-to-0-tp2536789p2536789.html Sent from

Getting ALL screen resolutions from 1 screen

2010-06-29 Thread Mark Stuart
: on my computer screen, the range goes from 800x600 all the way to 1280x1024. I want to get each of the settings in this range. Anyone know if revStudio has this function or do I have to get it with a VBScript, or something? Regards, Mark Stuart ___ use

Getting ALL screen resolutions from 1 screen

2010-06-29 Thread Mark Stuart
all the options and more. I'll script a Shell to get all values and then Filter the list to return unique values as: 800x600 1024x768 etc. BTW, is this your web site referenced above? Regards, Mark Stuart ___ use-revolution mailing list use-revolution

Forward and Reverse filtering a List field

2010-06-18 Thread Mark Stuart
ahead) and filter in reverse (editing existing filter value or filter revert)? Regards, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: Forward and Reverse filtering a List field

2010-06-18 Thread Mark Stuart
not filter. When I type the second character, it is like it is the first character typed in. It seems it's one character behind in applying the filter. What's up with that? Is my script anywhere near to work correctly and efficiently? Regards, Mark Stuart -- View this message in context: http://runtime

Re: Forward and Reverse filtering a List field

2010-06-18 Thread Mark Stuart
I just noticed a mistake in my reply. The field script rawKeyDown is actually in the Filter field, not the List field. -Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Forward-and-Reverse-filtering-a-List-field-tp2260720p2260848.html Sent from the

Re: Forward and Reverse filtering a List field

2010-06-18 Thread Mark Stuart
again. Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Forward-and-Reverse-filtering-a-List-field-tp2260720p2260870.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use

Single Record Updates Only???

2010-06-01 Thread Mark Stuart
to get you started: http://www.mysqltutorial.org/stored-procedures-parameters.aspx Regards, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Brainfade time - what's the proper name for a 'local' handler?

2010-05-27 Thread Mark Stuart
Ian, Can't a function call within a Handler do what you are wanting? Regards, Mark Stuart Ian Wood wrote: I remember that one of the recent(ish) versions of Runrev introduced handlers that sit inside handlers and can only be called from within that handler, but what's the proper name so

Brainfade time - what's the proper name for a 'local' handler?

2010-05-27 Thread Mark Stuart
.NET 2010 guy if he knows about this. -Mark Stuart ___ 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

Detecting which column was clicked in a Table field

2010-05-26 Thread Mark Stuart
Hi All, How do I return the column number that the user clicked in? I know how to get the selectedLine of a Table field, but I'd like to know which column of the selectedLine the user clicked into. Thanx in advance, Mark Stuart ___ use-revolution

Detecting which column was clicked in a Table field

2010-05-26 Thread Mark Stuart
ideas on this? Regards, Mark Stuart ___ 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

Remote SQL databases

2010-05-21 Thread Mark Stuart
.customers AS cus LEFT OUTER JOIN database2.customer_types as ctyp ON cus.Customer_Type = ctyp.Customer_Type_ID HTH, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Cloud computing: scalable DB

2010-05-18 Thread Mark Stuart
on Tue May 18 06:23:14 CDT 2010, David Bovill wrote: I'm looking into an application which needs a highly scalable back end database. David, have you checked out Microsoft's Azure cloud services? http://www.microsoft.com/windowsazure/sqlazure/ Here's some info I copied from that page: SQL

Application Information - how to read from settings

2010-05-10 Thread Mark Stuart
for these settings? Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Application-Information-how-to-read-from-settings-tp2173223p2173223.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Application Information - how to read from settings

2010-05-10 Thread Mark Stuart
Hi Richard, I placed a button on the Main stack and put this script into it: on mouseUp put the cRevStandaloneSettings of this stack into tSettings answer tSettings end mouseUp but it displayed nothing in the dialog. What am I missing? Regards, Mark Stuart -- View this message

Re: Application Information - how to read from settings

2010-05-10 Thread Mark Stuart
, as it does not appear in a search in the Dictionary or in the User Guide. These are the basic things for a developer to want to access, for their application. Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Application-Information-how-to-read

DataGrid - headerTextFont does not clear previous selection

2010-03-19 Thread Mark Stuart
the DataGrid and add a new one - maybe. Regards, Mark Stuart -- View this message in context: http://n4.nabble.com/DataGrid-headerTextFont-does-not-clear-previous-selection-tp1599511p1599511.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: DataGrid - headerTextFont does not clear previous selection

2010-03-19 Thread Mark Stuart
Concerning the textFont of the DataGrid... I deleted the existing DataGrid object, as I could not resolve the issue I had with resetting/clearing the textFont. I put in a new DataGrid, first copying the scripts I had in it into Notepad. Regards, Mark Stuart -- View this message in context

Re: Font menu button problems

2010-03-18 Thread Mark Stuart
/show_bug.cgi?id=8559 HTH, Mark Stuart -- View this message in context: http://n4.nabble.com/Font-menu-button-problems-tp1597572p1598554.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use

Re: Windows shortcuts

2010-03-17 Thread Mark Stuart
Hi Sarah, Checking MS Word 2002, the following is the case: Undo Typing = Ctrl+Z / mnemonic = U Select All = Ctrl+A / mnemonic = l (as in el) HTH, Mark Stuart -- View this message in context: http://n4.nabble.com/Windows-shortcuts-tp1597435p1597553.html Sent from the Revolution - User

reading and converting web page HTML text

2010-03-06 Thread Mark Stuart
, such as (Bj#246;rnke). After reading and parsing the text, I'll be loading a DataGrid. I've tried some functions, but with no success. Regards, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: reading and converting web page HTML text

2010-03-06 Thread Mark Stuart
for now by using this script: if theText contains quot; then replace quot; with quote in theText end if and then call the decodeEntities(theText) function. I'm sure I'll come across other HTML text like this, but don't know how to handle it really. Merci, Mark Stuart -- View this message

Re: reading and converting web page HTML text

2010-03-06 Thread Mark Stuart
the entities it currently supports. I'd say that using the HTMLtext function would handle all these html entities. But it appears to not do that. Therefore, should I submit a bug report on this? Regards, Mark Stuart -- View this message in context: http://n4.nabble.com/reading-and-converting-web

Re: reading and converting web page HTML text

2010-03-06 Thread Mark Stuart
: function convertHTMLEntities theText replace quot; with quote in theText replace whatever with Ç in theText ... ... return theText end convertHTMLEntities Regards, Mark Stuart -- View this message in context: http://n4.nabble.com/reading-and-converting-web-page-HTML-text-tp1583130p1583305.html

Context menu for Header of DataGrid

2009-12-30 Thread Mark Stuart
to correct the missing behaviors? Thanx, Mark Stuart ___ 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

Context menu for Header of DataGrid

2009-12-27 Thread Mark Stuart
menu would be for DataGrid properties and the complete data set in the grid, like exporting to HTML or Excel. Regards, Mark Stuart -- View this message in context: http://n4.nabble.com/Context-menu-for-Header-of-DataGrid-tp989577p989577.html Sent from the Revolution - User mailing list archive

revWebInstaller - Start button is not enabled

2009-12-09 Thread Mark Stuart
. ? Regards, Mark Stuart ___ 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

revWebInstaller - Start button is not enabled

2009-12-09 Thread Mark Stuart
Written by Sarah Reichelt on Wed Dec 9, 2009 - 5:27 PM CST On Thu, Dec 10, 2009 at 3:24 AM, Mark Stuart mstuart at adaptcrm.com wrote: Hi all, Platform: WinXP SP3 Browser: IE 8 1) What do I need to do to get the Start button enabled on the revWebInstaller? I have ALL programs closed

Hot Tracking a text line in a field

2009-11-23 Thread Mark Stuart
of line pLine of me to plain end if put tLine into pLine set the textStyle of item 2 of line pLine of me to underline end if end mouseMove Thanx, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Hot Tracking a text line in a field

2009-11-23 Thread Mark Stuart
Terry. Regards, Mark Stuart ___ 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

Hot Tracking a text line in a field

2009-11-22 Thread Mark Stuart
formatting. I'd like to apply this behavior to my field. I've tried different mouse commands in the on mouseMove handler, but can't get the desired effect. How would I go about that? Regards, Mark Stuart ___ use-revolution mailing list use-revolution

Hot Tracking a text line in a field

2009-11-22 Thread Mark Stuart
Playlist Titles Playback Video Jump to file Missing Files Shell Options HTH anyone, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Mac ODBC connection to MSSQL on Windows Server

2009-11-19 Thread Mark Stuart
learning resources are there on such things? Regards, Mark Stuart ___ 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

revStudio 4.0 Script Editor a slouch

2009-11-19 Thread Mark Stuart
, Mark Stuart ___ 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

A Quick Flash

2009-09-22 Thread Mark Stuart
. -- Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

The $%$#%#$%# Rev Geometry

2009-09-14 Thread Mark Stuart
disappearing off the card, to somewhere in never-never land. -- HTH, Mark Stuart ___ 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

Simulcast Envy...and a small request for Kevin

2009-09-03 Thread Mark Stuart
outlining what's new and what's coming in Rev might be put up on youTube or something? I second that. Since I'm still at home, I too would like to be enthused by Kevin's speech. Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service

Revlet goURL

2009-08-10 Thread Mark Stuart
Hi Jacqueline, Sorry I'm not using revMedia as yet, but tried to assume that a straight HTML tag might do the trick. -- Mark Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___

Revlet goURL

2009-08-10 Thread Mark Stuart
Hi Jacqueline, Would a href=http//www.runrev.htmlRunRev/a work? Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___ use-revolution mailing list use-revolution

RevMedia 4.0 alpha released

2009-07-22 Thread Mark Stuart
using the plugin don't work. I used the click here to install the plugin again to make sure the installation actually happened, but still the same result. Any help on this would be appreciated. -- Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service

web app scalability

2009-07-22 Thread Mark Stuart
time to know this. -- Regards, Mark Stuart ___ 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

Repeat Loops Blocking Handlers-Screen Update?

2009-07-21 Thread Mark Stuart
. So I put the unlock screen inside the repeat and walla, it now shows all the objects on the screen, not just the field that's getting updated. HTH U, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

What is the current phrase for Rev in about windows?

2009-07-17 Thread Mark Stuart
using Runtime Revolution Studio v3.5 Author Info: (underlined) Mark F. Stuart Copyright (c) 2009 - All rights reserved Mark F. Stuart HTH U, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk

revDatabaseColumnNamed

2009-06-04 Thread Mark Stuart
placeholders. To pass binary data in an array element, prepend *b to the element's value. local tImageDataArray put *b the text of image MyImage into tImageDataArray[1] get revDataFromQuery(, , myId, SELECT size FROM images WHERE imagedata = :1, tImageDataArray) HTH u, Mark Stuart Email has been

finding older versions of rev

2009-06-04 Thread Mark Stuart
looking. -- Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

selecting multiple lines in a field with arrow keys

2009-05-28 Thread Mark Stuart
Written by J. Landman Gay on Thu May 28, 2009 - 2:33 PM CDT I should have said selectedline instead of mouseline. But I just tried it and it doesn't work very well. Thanx Jacqueline, I'll try your suggestions. -- Regards, Mark Stuart Email has been scanned for viruses by Altman

Launching .rev files on WinXP

2009-05-22 Thread Mark Stuart
:\Program Files\Revolution Studio\3.5.0-gm-2\Revolution.exe %1 The %1 parameter is the file that is being selected to open by you. Click OK to save your changes. -- HTH you, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk

setting fld with HTML: H3Title/H3 results in added empty lines

2009-05-21 Thread Mark Stuart
assumes than an H3 heading should look something like that. I see. Didn't know that. OK, I will proceed with your recommendations. -- Kind regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk

setting fld with HTML: H3Title/H3 results in added empty lines

2009-05-21 Thread Mark Stuart
to Jim and Bill. -- Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Other stacks opening besides the one selected

2009-05-15 Thread Mark Stuart
allows such File Location defaults for its different file types, does not allow the request to go unanswered. For this reason maybe you/I would submit an enhancement request. Yes? Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service

Other stacks opening besides the one selected

2009-05-15 Thread Mark Stuart
based. -- Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Other stacks opening besides the one selected

2009-05-14 Thread Mark Stuart
to open. So does anyone know of a WinXP utility that sniffs or watches to see the calls being made by RunRev? Maybe from that I can see why these stacks are opening. If anyone has a better idea, please let me know, as I'm concerned about the situation. -- Regards, Mark Stuart Email has been

Other stacks opening besides the one selected

2009-05-14 Thread Mark Stuart
where that is? -- Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Other stacks opening besides the one selected

2009-05-14 Thread Mark Stuart
are listed, and what are their names? Stack 1 and Stack2? If this is the case, then please reply to the list now. I need to know. It would be interesting to know if the same thing happens on other OS platforms. -- Regards, Mark Stuart ___ use-revolution mailing

Other stacks opening besides the one selected

2009-05-13 Thread Mark Stuart
' property reference another stack that has been mysteriously opened. Using the 'Close and Remove From Memory' menu option does close each of the unwanted stacks and removes the stacks from the Application Browser list. I'm left with the stack I selected. -- Puzzled :( Mark Stuart Email has been

Other stacks opening besides the one selected

2009-05-13 Thread Mark Stuart
. No success on this one. -- Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Other stacks opening besides the one selected

2009-05-12 Thread Mark Stuart
a breakpoint yet, but will try that tomorrow. - The other stacks open immediately, with the File/Open Stack... menu selection. So when I select a stack and it has opened, there are the other stacks listed in the Application Browser. And again, the most recently opened ones. Regards, Mark Stuart

Other stacks opening besides the one selected

2009-05-12 Thread Mark Stuart
are in different folders, not all in the one place. I've looked at the Main Stack property of the Inspector and none are related to one another. -- Regards, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Other stacks opening besides the one selected

2009-05-12 Thread Mark Stuart
elements in lists. Aloha from Hawaii, Jim Bufalini Hi Jim, I see where you're going with that. Answer: no. None start with 'rev'. -- Regards, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Other stacks opening besides the one selected

2009-05-12 Thread Mark Stuart
in the Application Browser? -- Regards, Mark Stuart ___ 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

Something wrong with revOnLine?

2009-05-07 Thread Mark Stuart
Written by DunbarX at aol.com on Thu May 7, 2009 - 4:37 PM CDT I cannot upload a stack, though I have before. Just me? Craig... since the new RevOnline (and this weeks patch), I can't even login to it. Mark Stuart Email has been scanned for viruses by Altman Technologies' email management

Page turning . . .again

2009-04-28 Thread Mark Stuart
a part of the page turn, but they also show the back of the turning page. If only this could be done on Windows :( Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___

Page turning . . .again

2009-04-28 Thread Mark Stuart
Hi Richmond, I've been told by Mac users that the page-curling can be done on a Mac, that it is possibly an AppleScript command? To what extent, I'm not sure. I don't have a Mac to investigate that more thoroughly. Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies

Rotating images

2009-04-25 Thread Mark Stuart
of the image. --- set the resizeQuality of image 1 to Best --or Good Regards, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

2 things

2009-04-20 Thread Mark Stuart
to keep threading. I know this is an issue in the past and keeps coming up. So if anybody has a solution for Outlook users, I have ears to listen. Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk

2 things

2009-04-20 Thread Mark Stuart
And there proves my point. :-( -- Mark Stuart ___ 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

Sending Email with attachment

2009-04-18 Thread Mark Stuart
Hi William, What platform are you aiming this feature to work on? If Windows, I have a VBScript that will allow an attachment. It launches the email client to populates all the relevant fields, and the attachment field. Let me know. Regards, Mark Stuart

Controlling PowerPoint From Within Runtime Revolution

2009-04-16 Thread Mark Stuart
to another opened application. Then the focus may not return. HTH you, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___ use-revolution mailing list use-revolution

Test - with Plain Text from Outlook

2009-04-16 Thread Mark Stuart
Hi all, Just a test to see if Outlook Plain Text format works without the double line spacing. Using HTML format may cause this to happen. And now for a couple more lines to prove (maybe) that using Plain Text format is the answer. If not, then a google search to find a solution. Regards, Mark

Test - with Plain Text from Outlook

2009-04-16 Thread Mark Stuart
Well how about that. Setting the 'Message format' to Plain Text works just perfectly. Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___ use-revolution mailing list

Animate contents of a stack/card to turn like a page

2009-04-07 Thread Mark Stuart
Written by Kay C Lan on Fri Apr 3, 2009 - 01:52 AM CDT If you have Mac OS X Leopard handy, down load a trial (button top right), and let me know what you think of page curling. Note: I don't have a Mac to see this work. I feel bad now, after what I said. The page curling effect

Wrapping long pathnames in narrow fields

2009-04-02 Thread Mark Stuart
the stack, which will display more of the text in the field. HTH you, Mark Stuart --- Sent from Archive List Reader v1.0 --- Email

View RunRev scripts in standalone

2009-04-02 Thread Mark Stuart
. :-( What's up with that? Not happy about that, Mark Stuart ___ 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

Animate contents of a stack/card to turn like a page

2009-04-01 Thread Mark Stuart
to the bottom of the page (not turn the page) and view the middle image. If you have Mac OS X Leopard handy, down load a trial (button top right), and let me know what you think of page curling. Note: I don't have a Mac to see this work. Regards, Mark Stuart On Wed, Apr 1, 2009 at 12

launch URL does not open Outlook

2009-03-26 Thread Mark Stuart
Test 2 - from 1 to 127 = 1 char: ö (char number 148) Test 3 - from 33 to 127 = 904 chars (which includes duplicates) So the lower ASCII char range maybe the issue. I'll have to test that in the application. I'll let you know that result soon. Regards, Mark Stuart On Thu, Mar 26, 2009 at 10:04

launch URL does not open Outlook

2009-03-24 Thread Mark Stuart
going forward to releasing a software product. :-( Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk/emailsystems___ use-revolution mailing list use-revolution@lists.runrev.com

Docking Panes

2009-03-23 Thread Mark Stuart
it in a similar fashion. Develop local, merge to masters on the server. So I'm wondering if any one is interested in this as a group project? Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk

Docking Panes

2009-03-23 Thread Mark Stuart
of the styles I think are accomplishable in RunRev: - The Whidbey - Beta 2 - Tear Off Tabs - Auto Hide - Pinnable Panes See my reply to Thomas McGrath for further comments on this. Regards, Mark Stuart Email has been scanned for viruses by Altman Technologies' email management service

Docking Panes

2009-03-22 Thread Mark Stuart
On Mar 19, 2009 - 6:45 PM, mfstuart wrote: Hi all, Has anyone been able to build a RunRev application with the concept of docking panes? Hmmm.not interested? No time? Don't even know what I'm talking about? There's gotta be ONE person with an interest? Mark Stuart

programming fonts

2009-03-19 Thread Mark Stuart
Richard wrote: What's your favorite font for use in your script editor? WinXP Screen resolution: 1280x1024 Corbel 14 or 16 Mark Stuart (eye sight is dimming in the sunset years) Email has been scanned for viruses by Altman Technologies' email management service - www.altman.co.uk

help

2009-02-25 Thread Mark Stuart
___ 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

Gutenberg Reader

2009-02-24 Thread Mark Stuart
Peter wrote: OK, I manually replaced the three .rev stacks inside the package. Try downloading it again: I was able to view and search the Gutenberg list and download an eBook. Nice work Peter. Thanx, Mark Stuart ___ use-revolution mailing

conditionally formatting a field

2008-12-18 Thread Mark Stuart
with this also. Anyone with and idea on this? Regards, Mark Stuart ___ 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

Check and close a program

2008-12-01 Thread Mark Stuart
This will kill/stop ALL sessions of the same exe name. For more info: Open a DOS box and type in: taskkill /? You will see all the / options. Sorry, I don't the executable name for Win2000, which is different. HTH, Mark Stuart Tareq wrote: Hi everybody, I'm to tryin' to find a way to stop

Copying standalone to PowerBook

2008-11-04 Thread Mark Stuart
the file size changes. And there's been no action taken in the interface. Actually not quite true. The preOpenStack script runs: some basic interface initialization and reading a preferences text file. So being a complete newbie to MacOS, I'm stuck. Regards, Mark Stuart

re: Mac OS and Windows behavior difference

2008-11-03 Thread Mark Stuart
Terry wrote: I've seen this sort of thing as well. Add in a 'wait 0 milliseconds' and it should update correctly. I applied your suggestion to the script, and it now displays correctly. Thanx, Mark Stuart ___ use-revolution mailing list use

OS 10.5 character issue

2008-11-03 Thread Mark Stuart
Hi Dan, Have you run a numToChar(number) inside a repeat loop, to see what character and number the check mark is? Regards, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

re: Stopping A Stack From Starting Up in the IDE

2008-09-23 Thread Mark Stuart
is interested. What say ya'll? Mark Stuart ___ 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

Contextual (popup) menus and their options

2008-08-25 Thread Mark Stuart
Bonjour Eric, If only I would look in the Documentation for this command, I would not waste your time. Thank you for explaining, your time, and your grace. :-) Regards, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com

Contextual (popup) menus and their options

2008-08-24 Thread Mark Stuart
is selectable - Copy - copies all selected text to the clipboard. So the question is, how do I detect if text is selected in a text field, and then dynamically change out the menu option by adding Copy to it? Regards, Mark Stuart ___ use-revolution mailing

Contextual (popup) menus and their options

2008-08-24 Thread Mark Stuart
? Are these the menu items? And I'm assuming the selectedChunk is testing for any selected text. Regards, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re-2: Removing CRLF from text

2008-08-22 Thread Mark Stuart
RunRev developer is. Regards, Mark Stuart ___ 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

  1   2   >