SQL join question

2015-05-15 Thread Mark Stuart
Hi Bob, LEFT OUTER JOIN will given you every record on the left (devices) even if a device has no accessory. Mark ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Collapsible and expandable list field

2014-07-18 Thread Mark Stuart
on Fri Jul 18 17:47:35 CEST 2014, tbodine wrote: >>Hi Mark. You might try the hidden property of specific lines in your field as a way to toggle visibility on/off at the line level. Tom Bodine<< Thanx Tom for your reply. I have not known of this field line property before you mentioned it. I

Populating a DataGrid on a card problem

2014-04-23 Thread Mark Stuart
gText[HasHeaders] of grp "dgVariables" of cd "Variables" to tData At first run of the script it throws the error, but subsequent times running it, it works. :( What do I have wrong in the script? - Regards, Mark Stuart --- LC 4.6.4 LC Community 6.5 WinXP/7/8

Re: [OT] The last few copies of Programming LivCode for the Real Beginner

2014-02-07 Thread Mark Stuart
Mr. Schonewille, Please save me one as I just ordered your book. Mark Stuart - Regards, Mark Stuart --- LC 4.6.4 LC Community 6.1 WinXP/7/8 32bit and 64bit -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-The-last-few-copies-of-Programming-LivCode

Re: mySQL disconnects

2014-01-31 Thread Mark Stuart
Bob, If the OS environment is Windows, try shelling to a ping of the server to see if the server is up and running. Also, are there any MySQL command line functions that can be used also in a shell and reading the response. This may return a quicker result. Regards, Mark - Regards, Mark

Re: Sqlite under Windows

2014-01-31 Thread Mark Stuart
Hi Ludovic, Are you using the SQLite BEGIN and COMMIT transaction before and after the reading of the file during importation? My experience of importing without using transactions was the same as you, until I started using as I just mentioned. Regards, Mark - Regards, Mark Stuart

Re: Reading XML with start tag and end tag all in one tag

2013-07-02 Thread Mark Stuart
Hi Mark, That did the trick. I didn't see the attributeName part of the revXMLAttribute function, wasn't looking close enough. No wonder I was getting the error. Thanx, Mark Stuart - Regards, Mark Stuart --- LC: 4.6.4 WinXP/7/8 32bit and 64bit -- View this message in cont

Re: Over £300k!

2013-02-26 Thread Mark Stuart
Just pledged with 39 hours to go. :) - Regards, Mark Stuart --- LC: 4.6.4 WinXP/7/8 32bit and 64bit -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Over-300k-tp4661192p4661239.html Sent from the Revolution - User mailing list archive at Nabble.com

to find the first numeric line?

2013-01-31 Thread Mark Stuart
Hi Tiemo, I haven’t tried this, but have you taken a look at the FILTER command? filter list with “[1-9]*” Thanx, Mark Stuart ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Sending an email on Windows 8

2013-01-14 Thread Mark Stuart
sending an email on Win8 still work: launch URL and revGoURL - Regards, Mark Stuart --- LC: 4.6.4 WinXP/7/8 32bit and 64bit -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Sending-an-email-on-Windows-8-tp4658707p4658891.html Sent from the Revolution

Re: Sending an email on Windows 8

2013-01-10 Thread Mark Stuart
Hi, I was able to resolve sending an email on Windows 8. It was a syntax issue. Mark Stuart - Regards, Mark Stuart --- LC: 4.6.4 WinXP/7/8 32bit and 64bit -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Sending-an-email-on-Windows-8

Re: Sending an email on Windows 8

2013-01-08 Thread Mark Stuart
Robert, And I'll up your 2¢ with my 2¢ by submitting this as a tech support question to RR. :) When I hear from them, I'll let you know. - Regards, Mark Stuart --- LC: 4.6.4 WinXP/7/8 32bit and 64bit -- View this message in context: http://runtime-revolution.278305.n4.

Re: getting URL data from website when proxy required

2013-01-08 Thread Mark Stuart
Michael, Yes, no problem. Sorry, forgot to mention that. - Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/getting-URL-data-from-website-when-proxy-required-tp4658744p4658748.html Sent from the Revolution - User mailing list archive at

getting URL data from website when proxy required

2013-01-08 Thread Mark Stuart
returned the same Technical Information result into the field "Source". So what am I missing? How do I find out how to set the httpHeaders? As from my search on the user-list, that's what seems to be the key in getting this to work. But I've no idea on how to get that info and

Re: Sending an email on Windows 8

2013-01-08 Thread Mark Stuart
Wow! I guess no one is using Windows 8. - Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Sending-an-email-on-Windows-8-tp4658707p4658741.html Sent from the Revolution - User mailing list archive at Nabble.com

Sending an email on Windows 8

2013-01-06 Thread Mark Stuart
nto the To field. launch URL tMessage -- same result as revGoURL revMail myem...@gmail.com, , tSubject, tBody --this does nothing So what works? Any ideas? - Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Sending-an-email-on-Window

Re: Dockable Panes

2012-12-30 Thread Mark Stuart
this topic will then see the difference. - Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Dockable-Panes-tp4658476p4658513.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Dockable Panes

2012-12-30 Thread Mark Stuart
ing to RevOnline, I'll place it there for y'll to take a look at. - Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Dockable-Panes-tp4658476p4658505.html Sent from the Revolution

Re: Dockable Panes

2012-12-29 Thread Mark Stuart
s concept in LC. Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Dockable-Panes-tp4658476p4658484.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing li

QT player and continuous play of a list of songs problem

2012-12-06 Thread Mark Stuart
op of the handler again. But I can't resolve the no audio problem when the next song is set to play. Any ideas on that? Regards, Mark Stuart ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

QT player and continuous play of a list of songs problem

2012-12-05 Thread Mark Stuart
d is set as a table. -- First column is the MP3 filename and the 2nd column contains ".mp3" -- This is for asthetics, so you don't see the .mp3 in the list. replace tab with empty in tSongTitle set the fileName of player "Player" to M

LC and mobile development what-not

2012-10-07 Thread Mark Stuart
7;ve tried so far. There must be a document that outlines the mobile platform layout defaults. Even better would be the IDE reading the Application Settings and knowing there is a mobile platform selected and set the properties palette appropriately. Or is this all trial error for each

[RESOLVED] Reading the First Line of a DataGrid

2012-10-03 Thread Mark Stuart
selectionChanged" to grp "DataGrid" with firstLineNum This passes the DataGrid index to the selectionChanged and allows the dataArray of the DataGrid to be fetched successfully. This doesn't matter how the user has sorted the DataGrid. Thanx for your help Bob and Peter. Regards, Mark

Reading the First Line of a DataGrid

2012-10-03 Thread Mark Stuart
quot; to grp "DataGrid" and set the dgLine of grp "DataGrid" to 1 dispatch "selectionChanged" to grp "DataGrid" --send "mouseUp" to grp "DataGrid" Both scenarios the DataGrid selectionChanged parameter: HilitedIn

Reading the First Line of a DataGrid

2012-10-02 Thread Mark Stuart
o display the arguments of the handler: HilitedIndex and PrevHilitedIndex. These values are empty using: answer "HilitedIndex:" && HilitedIndex & cr & "PrevHilitedIndex:" && PrevHilitedIndex So how do I get the first line of a DataGrid to

SQL question

2012-09-18 Thread Mark Stuart
on Mon Sep 17 10:59:49 CDT 2012, Klaus on-rev wrote: I am wondering if it is possible to search the complete table instead of a particular column. Know what I mean? Like this pseudocode: ... SELECT * FROM Persons WHERE ANY_COLUMN LIKE 'sa%' ... Thanks for any hints or workarounds if this is not pos

Stack to read offline the LiveCode Forum

2012-01-10 Thread Mark Stuart
that, I would add it. http://lists.runrev.com/pipermail/use-livecode/2011-September/162079.htm l If you can't download the application, let me know and I'll email it directly to you. Regards, Mark Stuart ___ use-livecode mailing list use-livec

Re: Using a check box in a datagrid column header

2011-12-01 Thread Mark Stuart
or, but may be an alternative. Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Using-a-check-box-in-a-datagrid-column-header-tp4129735p4130600.html Sent from the Revolution - User mailing list arch

Re: Formatting ChordPro music charts

2011-11-08 Thread Mark Stuart
Jan, you are brilliant. Thank you very much for the script, it works exactly as expected. Even with chords like Dsus2, F#, Bb, Cm7, etc. So thanx again. Now to finish this project... another story. Regards, Mark Stuart -- View this message in context: http://runtime-revolution.278305.n4

Formatting ChordPro music charts

2011-11-07 Thread Mark Stuart
g ] square bracket, and format that content into a line including spacing based on the line it found the square brackets on. I'm not sure how to do that. Anyone with some ideas on this? Regards, Mark Stuart ___ use-livecode mailing list use-livecode@l

List Reader Stack

2011-09-16 Thread Mark Stuart
7;s an OSX Version and a Windows Version image. There are 2 download links in the Files folder: OSX_Intel and Windows. There's no installer. Just place the zip contents into a new folder and launch the app. Click on the "Welcome to the CruizerAMR..." on the Home folder and read the con

How to set tab positions in the RTFtext?

2011-09-14 Thread Mark Stuart
Hi Roger, Tthe tabstop is \tab in WordPad? What are you using as a tabstop in the HTML field? Just replace it with "\tab", right? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

[ANN] iOS and Android apps

2011-07-16 Thread Mark Stuart
Hi John, I'd like to download your app to my Android phone, But after using the search word "READ!", there were so many in the result list I gave up. Are there some key words that I can search for your app with? Regards, Mark Stuart

defining and using globals in an application

2011-07-07 Thread Mark Stuart
Thanx for clarifying that Bob and Jacqueline. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

defining and using globals in an application

2011-07-07 Thread Mark Stuart
Hi all, Well, I didn't expect such a passionate response from a lot of folk about globals and related "containers" of variable values. So point taken about globals. Very interesting ideas and concepts that I very much appreciate, because I learned something today from y'all. Stephen - interesting

defining and using globals in an application

2011-07-06 Thread Mark Stuart
developer in the same application or coming back some time later, to find the declared global name. Which brings up a whole new issue of intelli-sense or type-ahead variable-name-while-typing-a-script convention. But I won't go there at this time. Regards, Mark Stuart __

defining and using globals in an application

2011-07-06 Thread Mark Stuart
e value of that global not be available anywhere else (in other stacks), unless you define that global again. This sets up the scenario of typing the global names incorrectly, or missing to define it where needed. Regards, Mark Stuart ___ use-livecode ma

defining and using globals in an application

2011-07-06 Thread Mark Stuart
x27;t this the case in LC? Regards, Mark Stuart ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

create a blurred box 'drop shadow' grc?

2011-07-05 Thread Mark Stuart
ass (it really doesn't change too much) spread: 84 size: 27 distance: 0 angle: 0 knockout: checked Blending settings (unchanged) Gradient (unchanged) Colors & Patterns: Fill: black That's it. Regards, Mark Stuart ___ use-livecode mailin

LiveCode development for Android - compatible controls

2011-07-01 Thread Mark Stuart
ion button. All this works in the IDE, but not on the Android emulator. So my question is: how many are finding these stumble blocks and where can I find more lessons/examples of how all this works. Run Rev lessons are lacking in this area. Regards, Mark Stuart BTW: check out http://www.basic4p

R: using animated gif for a cursor on Windows

2011-06-10 Thread Mark Stuart
e my animated gif still does not "animate". I did submit a Tech Support request to RunRev, and Heather replied with "...I guess we don't support it." Unless someone knows how to make animated gifs "animate" on Windows OS as a cursor, I

using animated gif for a cursor on Windows

2011-06-09 Thread Mark Stuart
on here is: does LC support animated gif's on Windows OS in a cursor? Or am I missing something in the script or the gif itself? Regards, Mark Stuart ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubsc

How do you build the tabs like in the script editor

2011-06-07 Thread Mark Stuart
veral lines of code. The objects (buttons) are added and removed from this group as needed. I've started prototyping an example, and it seems the best approach for this kind of thing. If you'd like the example stack when I'm done, please let me know. LC 4.6.1 Regards, Mark Stuart

How do you build the tabs like in the script editor

2011-06-06 Thread Mark Stuart
and one for the Close image button. I think I'll have to have a go at building this. Does anyone have any more ideas on this? Regards, Mark Stuart ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

How do you build the tabs like in the script editor

2011-06-05 Thread Mark Stuart
play at the far right. This would allow the user to bring into view those tabs further out to the right, and the other of the 2 navigation buttons would allow the user to view those tabs to the left. Anyone done such a thing? Regards, Mark Stuart ___ use-l

using mySQL on a web-based server

2011-02-28 Thread Mark Stuart
ry this: get revOpenDatabase("mysql","host:80","MyDatabase","username","password") Hi Ton, Looking at the Documentation, you can define the host port number in the revOpenDatabase command. You could hard code the port number in the code or use a variable that