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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
__
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
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
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
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
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
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
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
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,
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
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
46 matches
Mail list logo