combo box into datagrid row

2011-06-13 Thread Alessandro Pisoni
how can I get the contents of a button placed in a row in a datagrid and store in a variable? The button is a combo box. thanks Alex ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

UDP, multicast

2011-06-13 Thread Maarten Koopmans
Hi, Is there a way to send or receive multicast in livecode? I want to use that with a TTL=2 so devices on the same network can discover each other (cross-platform). Thanks, Maarten ___ use-livecode mailing list use-livecode@lists.runrev.com Please

custom control group - strange behavior

2011-06-13 Thread John Craig
I have grouped objects together and set 'selectGroupedControls' to false to create a custom control. Usually this works no problem, but in this one case I have the following scenario; (The names are fictitious, but hopefully easier to follow) The group 'customControl' contains groups, labels

Re: Exporting previously imported audioclips

2011-06-13 Thread Richmond Mathewson
On 06/13/2011 12:40 PM, Christian Langers wrote: Hello, is someone able to tell me how to export/save imported sound files (in .aif, .wav., .au -format) back to disk ? This is an old chestnut that comes up every so often. Unfortunately, LiveCode cannot export/save imported sound files.

[OT] Ubuntu: Something wicked happened

2011-06-13 Thread Richmond Mathewson
Why do I think the Ubuntu repositories have been hacked? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Exporting previously imported audioclips

2011-06-13 Thread Christian Langers
Too bad :( Thanks for your reply. Perhaps RunRev has to expand to make all of their (basic) tasks/projects happen… ;) Christian Le 13 juin 2011 à 11:51, Richmond Mathewson a écrit : On 06/13/2011 12:40 PM, Christian Langers wrote: Hello, is someone able to tell me how to export/save

Re: custom control group - strange behavior

2011-06-13 Thread Shao Sean
I believe it is an error in the Application Browser.. (was mentioned either on this list or in the forums) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Distinguishing CLI from GUI

2011-06-13 Thread Richard Gaskin
As Todd Geist quoted here earlier, in the Dictionary entry for $ it says: If you start up the application from the command line (on OS X, Unix or Windows systems), the command name is stored in the global variable $0 and any arguments passed on the command line are stored in

Re: Distinguishing CLI from GUI

2011-06-13 Thread Björnke von Gierke
bug On 13 Jun 2011, at 14:41, Richard Gaskin wrote: As Todd Geist quoted here earlier, in the Dictionary entry for $ it says: If you start up the application from the command line (on OS X, Unix or Windows systems), the command name is stored in the global variable $0 and any

Re: Distinguishing CLI from GUI

2011-06-13 Thread Richard Gaskin
Bug in the documentation, or the implementation? Any workaround to determine if launched facelessly? -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCode developers: http://www.LiveCodeJournal.com LiveCode Journal blog:

Re: Distinguishing CLI from GUI

2011-06-13 Thread Mark Schonewille
Hi Richard, What does the environment function return, if launched with -ui? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 New: Download the Installer Maker

Re: Distinguishing CLI from GUI

2011-06-13 Thread Björnke von Gierke
err, sorry for being unclear. I mean it's a bug as in, it should work as you expected. in addition, there's no workaround that i'd know of. On 13 Jun 2011, at 15:50, Richard Gaskin wrote: Bug in the documentation, or the implementation? Any workaround to determine if launched facelessly?

Re: Distinguishing CLI from GUI

2011-06-13 Thread Andre Garzia
if you can live with a script launches instead of calling the standalone directly then you can set some environment variables by hand and then check the on the startup handler, something along the lines of: standalone.sh: #!/bin/bash export ARGS=$1 ./standalone.x86 And then you check for the

Re: Distinguishing CLI from GUI

2011-06-13 Thread Richard Gaskin
Mark Schonewille wrote: Hi Richard, What does the environment function return, if launched with -ui? It returns standalone application whether launched with -ui or not. @Andre: Thanks for the suggestion, but I'd really like to keep things simple for the user so I'd prefer not to rely on an

[ANN] Quartam PDF Library 1.1.2 Available

2011-06-13 Thread Jan Schenkel
This maintenance update to Quartam PDF Library fixes a bug with clipping in combination with automatic page breaks. The cross-platform .zip archive can be downloaded at: http://downloads.quartam.com/qrtpdflib_112_xplatform.zip A web page with LiveCode Server / On-Rev demos is available at:

Re: Distinguishing CLI from GUI

2011-06-13 Thread Richard Gaskin
Thanks for the clarification - logged: http://quality.runrev.com/show_bug.cgi?id=9582 -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCode developers: http://www.LiveCodeJournal.com LiveCode Journal blog:

Re: Distinguishing CLI from GUI

2011-06-13 Thread Andre Garzia
On Mon, Jun 13, 2011 at 11:25 AM, Richard Gaskin ambassa...@fourthworld.com wrote: Mark Schonewille wrote: Hi Richard, What does the environment function return, if launched with -ui? It returns standalone application whether launched with -ui or not. @Andre: Thanks for the

Re: Distinguishing CLI from GUI

2011-06-13 Thread J. Landman Gay
On 6/13/11 7:41 AM, Richard Gaskin wrote: 2. If this is indeed a documentation bug and what I see in my tests is what happens for everyone, how can I determine whether the app was launched with -ui or not? Have you tried if there is a window mainstack then... ? -- Jacqueline Landman Gay

Where is Limit object stored?

2011-06-13 Thread Claus Dreischer
Hi, i'm looking for the (custom?) property where the Limit object values from the Geometry pane of the property inspector are stored. So, it has to do with the Geometry Manager, right? I can't find any clues in the user User Guide/Dictionary/Lessons. I'd like to set some values there and read

Re: Distinguishing CLI from GUI

2011-06-13 Thread Richard Gaskin
Jacque wrote: On 6/13/11 7:41 AM, Richard Gaskin wrote: 2. If this is indeed a documentation bug and what I see in my tests is what happens for everyone, how can I determine whether the app was launched with -ui or not? Have you tried if there is a window mainstack then... ? Thanks for

Re: Distinguishing CLI from GUI

2011-06-13 Thread Warren Samples
On Monday, June 13, 2011 07:41:32 AM Richard Gaskin wrote: As Todd Geist quoted here earlier, in the Dictionary entry for $ it says: If you start up the application from the command line (on OS X, Unix or Windows systems), the command name is stored in the global variable $0

re: double byte chars

2011-06-13 Thread Lars Brehmer
Thanks to all who replied. I finally got it right using UTF8. Just one more question about this - does Rev unicode support not handle case sensitivity? Or is there something I need to do? My scripts won't match a word if it is capitalized, but my no- unicode apps of course do. It's not a huge

Re: Exporting previously imported audioclips

2011-06-13 Thread stephen barncard
Contact me off list. It can be done. On 13 June 2011 03:18, Christian Langers ch...@whitelotus.on-rev.comwrote: Too bad :( Thanks for your reply. Perhaps RunRev has to expand to make all of their (basic) tasks/projects happen… ;) Christian Le 13 juin 2011 à 11:51, Richmond Mathewson

Re: Live LiveCode code event #27 Wrapup

2011-06-13 Thread Björnke von Gierke
Hi everybody Please consider presenting, contact me or Mark Schonewille with any idea considering the event. I have also updated the participate page, to include some topics that people have voiced interest in: http://livecode.tv/participate/ As for the current event, Andreas showed a tutorial

RE: double byte chars

2011-06-13 Thread Slava Paperno
Have you used set caseSensitive to true? If it doesn't do what you want, you can always compare the decimal character code points, 1072 for the lower case a, 1040 for the upper case A etc. I do use select after in my fields with Russian/English text to set the insertion point and have not

Re: Exporting previously imported audioclips

2011-06-13 Thread Richmond Mathewson
On 06/13/2011 08:23 PM, stephen barncard wrote: Contact me off list. It can be done. Why, pray, off-list? Is this some sort of private knowledge that cannot be shared? On 13 June 2011 03:18, Christian Langersch...@whitelotus.on-rev.comwrote: Too bad :( Thanks for your reply. Perhaps

Re: Distinguishing CLI from GUI

2011-06-13 Thread Björnke von Gierke
ah, so maybe this is not a bug, but a hidden feature... maybe -s saves uhm stacks... or more likely, it specifies a stack to open? is there any documentation about what is accepted besides -ui by LC apps? On 13 Jun 2011, at 18:51, Warren Samples wrote: Richard, It seems to be working here

Re: Distinguishing CLI from GUI

2011-06-13 Thread Richard Gaskin
Björnke von Gierke wrote: ah, so maybe this is not a bug, but a hidden feature... maybe -s saves uhm stacks... or more likely, it specifies a stack to open? is there any documentation about what is accepted besides -ui by LC apps? If you dive into the engine you can dig up all the old

Conkers

2011-06-13 Thread Richmond Mathewson
http://lists.runrev.com/pipermail/use-livecode/2008-April/109662.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Distinguishing CLI from GUI

2011-06-13 Thread Richard Gaskin
Warren Samples wrote: It seems to be working here although certain letters seem not to be usable. For example -s does not work. I can get an answer dialog to return -h when used as a cl flag and the app will do something if there is a variable $x which equals -h. as a silly example, this

Re: Distinguishing CLI from GUI

2011-06-13 Thread Phil Davis
On 6/13/11 10:49 AM, Richard Gaskin wrote: Björnke von Gierke wrote: ah, so maybe this is not a bug, but a hidden feature... maybe -s saves uhm stacks... or more likely, it specifies a stack to open? is there any documentation about what is accepted besides -ui by LC apps? If you dive into

Re: Windows 7 and the plugin

2011-06-13 Thread Bob Sneidar
I believe it is an issue with Firefox running in 64 bit mode, the current default. The plug-in is still only 32 bit. Frankly I avoid 64 bit like the plague when it comes to Windows, and even on my Mac the new Firefox causes more problems than I am used to. I have to restart my machine every day

Re: Installer Maker Discount

2011-06-13 Thread Bob Sneidar
Isn't that how it usually works with all software? Bob On Jun 11, 2011, at 9:19 AM, stephen barncard wrote: But those of us who paid 4 months ago are outa luck? On 11 June 2011 02:15, Mark Schonewille m.schonewi...@economy-x-talk.comwrote: Hi, Just a quick note to let you know

Re: Why No Built in GetMyIP call in LiveCode?

2011-06-13 Thread Bob Sneidar
Me too. My mind gets hazy and I feel unexplainably euphoric, like when I used to smoke pot as a teenager. Bob On Jun 10, 2011, at 7:39 PM, J. Landman Gay wrote: Good explantion, I like when regex gets explained. ___ use-livecode mailing list

Re: Exporting previously imported audioclips

2011-06-13 Thread Phil Davis
On 6/13/11 10:39 AM, Richmond Mathewson wrote: On 06/13/2011 08:23 PM, stephen barncard wrote: Contact me off list. It can be done. Why, pray, off-list? Is this some sort of private knowledge that cannot be shared? And if it can be explained, can it not be programmed? Phil On 13 June

Re: Conkers

2011-06-13 Thread Roger Eller
On Mon, Jun 13, 2011 at 1:51 PM, Richmond Mathewson wrote: http://lists.runrev.com/pipermail/use-livecode/2008-April/109662.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: [OT] is the Lion really just a donkey sewn inside an old lion skin?

2011-06-13 Thread Bob Sneidar
A reference to C.S. Lewis! I like it! Bob On Jun 12, 2011, at 5:42 AM, Richmond Mathewson wrote: The thing that makes me wonder is Apple's appropriation of the term launchpad from somewhere else: https://launchpad.net/ they may have even nicked the logo:

Re: [OT] is the Lion really just a donkey sewn inside an old lion skin?

2011-06-13 Thread Bob Sneidar
I was under the impression that everything from Leopard on was fully 64 bit? Bob On Jun 12, 2011, at 10:48 AM, stephen barncard wrote: Well for one thing, everything Apple in Lion is 64 bit and is DAMN FAST on my 12-core. Quite a jump from the old G5 of the same speed. Granted, there was

Re: [OT] is the Lion really just a donkey sewn inside an old lion skin?

2011-06-13 Thread Bob Sneidar
Also keep in mind that even with Release Candidates, they only means that the SYSTEM is RC. When Tiger first came out, one of our guys who was a developer was passing around a gold RC1 install disks. With much swearing and woe, they discovered that Safari and some other components were still

Re: [OT] is the Lion really just a donkey sewn inside an old lion skin?

2011-06-13 Thread Bob Sneidar
So you are saying you have devolved? ;-) Actually, that is not a bad thing sometimes. Bob On Jun 12, 2011, at 6:52 PM, Andre Garzia wrote: For 11 years, I've been an Apple advocate here, I still recommend it to my friends because I know it is better than Windows and requires less

Re: Conkers

2011-06-13 Thread Björnke von Gierke
what's the quality center? On 13 Jun 2011, at 19:51, Richmond Mathewson wrote: http://lists.runrev.com/pipermail/use-livecode/2008-April/109662.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Installer Maker Discount

2011-06-13 Thread stephen barncard
Not after just 4 months. Most software I buy has at least a year lifespan for the license. On 13 June 2011 11:15, Bob Sneidar b...@twft.com wrote: Isn't that how it usually works with all software? Bob On Jun 11, 2011, at 9:19 AM, stephen barncard wrote: But those of us who paid 4

Re: Distinguishing CLI from GUI

2011-06-13 Thread Mark Wieder
Richard- Monday, June 13, 2011, 9:53:30 AM, you wrote: On Windows XP, however, I run into an odd issue: I can find a way to have the app quit itself after launching with -ui without generating an OS error. Anyone here have experience using faceless standalones on Windows that might help

RE: Installer Maker Discount

2011-06-13 Thread Lynn Fredricks
Not after just 4 months. Most software I buy has at least a year lifespan for the license. The time seems short to me, but then again its not all that expensive to begin with, so perhaps if there was full year of upgrades option it would be perceived differently. Keep in mind some previous

Re: Exporting previously imported audioclips

2011-06-13 Thread stephen barncard
No, I don't want my currently crappy-looking code to be seen by anybody right now, but if you have a pressing need to export audio from a stack right now, I can provide a protected stack at some point in the next week or so . I've made export of most sounds to AIFF work, but I used some odd

Re: Distinguishing CLI from GUI

2011-06-13 Thread Mark Wieder
Warren- Monday, June 13, 2011, 9:51:09 AM, you wrote: using this command: '/myApp -h a-param -o some-param' answers /myApp -h a-param -o some-param and then answers hooboy, it works. Note also that the engine differentiates between upper- and lower-case commandline arguments, so that gives

Re: [OT] is the Lion really just a donkey sewn inside an old lion skin?

2011-06-13 Thread Richmond Mathewson
On 06/13/2011 09:24 PM, Bob Sneidar wrote: A reference to C.S. Lewis! I like it! Very, very well spotted . . . :) Bob On Jun 12, 2011, at 5:42 AM, Richmond Mathewson wrote: The thing that makes me wonder is Apple's appropriation of the term launchpad from somewhere else:

[OT] dialect divergence?

2011-06-13 Thread Richmond Mathewson
While Supercard and Livecode share a common heritage, is it wise to assume that their dialects of HyperTalk have diverged to the point where it is extremely difficult to modify the code in one to work adequately in the other? ___ use-livecode mailing

Chat transcripts for Live LiveCode.tv events?

2011-06-13 Thread Ben Rubinstein
Björnke et al, I've never managed to attend a livecode.tv event live, but I've really appreciated the ones I've viewed on ustream (hate the ads, but I guess a necessary evil unless anyone finds a better alternative). But it's frustrating for us retro-viewers to not see the chat part of the

Re: Chat transcripts for Live LiveCode.tv events?

2011-06-13 Thread Mark Schonewille
Hi Ben, If you want the full experience, you'll have to participate in the event. The organisers don't keep a transcript. If something relevant for the presentation is entered in the chat, it is usually repeated by the presenter. If someone on this list has a transcript, I hope s/he will be so

Re: [OT] dialect divergence?

2011-06-13 Thread stephen barncard
Most logic and mathematical code should work if it uses HC-SC 'primitives', UI related stuff, yes, difficult to translate. But Rev/Livecode has so many little binary 'goodies' it would be counterproductive to do an automatic translation. A human has to be involved if you really want this thing to

Re: [OT] dialect divergence?

2011-06-13 Thread Joe Lewis Wilkins
Personally, and all of you will think I'm crazy, I treat every app I create as if I were coding it in HC with a few added features such as color and large screens. Occasionally I run into a problem; but that is quite rare. That's the KISS approach to LC. (smile) Do I waste a lot of time?

Re: [OT] dialect divergence?

2011-06-13 Thread Bob Sneidar
I like to think of properties as read only variables, which can only be altered by setting them to some other variable or constant. Properties have two things that make them attractive: The first is that they are global in the sense that you can get any custom property of any object from any

Re: [OT] dialect divergence?

2011-06-13 Thread Joe Lewis Wilkins
Thanks for the effort Bob. I'm sure someone out there gleaned something useful from your posting. I forgot to mention my other major discomfiture with LC; having to create backgrounds by grouping. I much preferred the HC hierarchy. A major pain and gray matter adjustment! LC is advancing far

[OT] 13 essential programming tools for the mobile Web | Mobile Technology - InfoWorld

2011-06-13 Thread Paul Foraker
http://www.infoworld.com/d/mobile-technology/13-essential-programming-tools-the-mobile-web-246 *When it comes to programming for mobile devices, choice quickly becomes dilemma. Do you target the lucrative iPhone market at the expense of Android's rising tide? Do you go native or write code to the

Re: Distinguishing CLI from GUI

2011-06-13 Thread Warren Samples
On Monday, June 13, 2011 12:54:04 PM Richard Gaskin wrote: Warren Samples wrote: It seems to be working here although certain letters seem not to be usable. For example -s does not work. I can get an answer dialog to return -h when used as a cl flag and the app will do something if there

Re: Chat transcripts for Live LiveCode.tv events?

2011-06-13 Thread Björnke von Gierke
yeah, sorry we do not keep chats. it's not really much you'll missing anyway. most people listen in silence and awe ;) someone suggested to make an alternative view for the client, that could be shown at the bottom of the stream somehow. but time constrains and such... no idea. we do ask

Re: [OT] 13 essential programming tools for the mobile Web | Mobile Technology - InfoWorld

2011-06-13 Thread Björnke von Gierke
altho it is much easier to create one code for several platforms in LC, then for example in C, it's still a huge annoyance to deal with platform specifics. just think about saving stuff on desktops. you need to use a two- (or three-)way platform switch just for the default location to save to.

Re: [OT] dialect divergence?

2011-06-13 Thread Bob Sneidar
I might have agreed with you years ago before I cracked my first book on C+, and later on Java. Anyone who thinks Livecode is anything like difficult after that should probably not be developing software. ;-) Bob On Jun 13, 2011, at 3:14 PM, Joe Lewis Wilkins wrote: Thanks for the effort

Re: [OT] 13 essential programming tools for the mobile Web | Mobile Technology - InfoWorld

2011-06-13 Thread Roger Eller
On Mon, Jun 13, 2011 at 6:28 PM, Paul Foraker wrote: http://www.infoworld.com/d/mobile-technology/13-essential-programming-tools-the-mobile-web-246 *When it comes to programming for mobile devices, choice quickly becomes dilemma. Do you target the lucrative iPhone market at the expense of

Re: [OT] 13 essential programming tools for the mobile Web | Mobile Technology - InfoWorld

2011-06-13 Thread David C.
On Mon, Jun 13, 2011 at 7:30 PM, Roger Eller roger.e.el...@sealedair.com wrote: On Mon, Jun 13, 2011 at 6:28 PM, Paul Foraker wrote: http://www.infoworld.com/d/mobile-technology/13-essential-programming-tools-the-mobile-web-246 *When it comes to programming for mobile devices, choice quickly

Re: [OT] is the Lion really just a donkey sewn inside an old lion skin?

2011-06-13 Thread Richmond Mathewson
On 06/13/2011 11:35 PM, Bob Sneidar wrote: Ok, so here's a bit of trivia. Promise you won't look it up on the internet or go get one of his books! What does the C.S. stand for? Clive Staples Bob On Jun 13, 2011, at 12:45 PM, Richmond Mathewson wrote: On 06/13/2011 09:24 PM, Bob Sneidar

Re: [OT] is the Lion really just a donkey sewn inside an old lion skin?

2011-06-13 Thread Richmond Mathewson
On 06/14/2011 12:38 AM, Tim Selander wrote: Clive Staples, of course. Any more trivia challenges, or is that your last battle? Where did Lewis get the name 'Aslan' ? From one fan to another. Tim Selander Tokyo, Japan ___ use-livecode mailing

Re: [OT] is the Lion really just a donkey sewn inside an old lion skin?

2011-06-13 Thread Judy Perry
On Tue, 14 Jun 2011, Richmond Mathewson wrote: Where did Lewis get the name 'Aslan' ? It's the name of a fingerspelling font. Oh, wait... that's Amslan. Judy I'll be here, goofed out, for the rest of the week. ___ use-livecode mailing list

Re: [OT] is the Lion really just a donkey sewn inside an old lion skin?

2011-06-13 Thread Mark Wieder
Richmond- Monday, June 13, 2011, 12:45:40 PM, you wrote: On 06/13/2011 09:24 PM, Bob Sneidar wrote: A reference to C.S. Lewis! I like it! Very, very well spotted . . . :) I don't believe Lions are spotted. You must be thinking of Leopards. -- -Mark Wieder mwie...@ahsoftware.net

Re: [OT] is the Lion really just a donkey sewn inside an old lion skin?

2011-06-13 Thread Terry Judd
On 14/06/2011 03:37 PM, Mark Wieder mwie...@ahsoftware.net wrote: Richmond- Monday, June 13, 2011, 12:45:40 PM, you wrote: On 06/13/2011 09:24 PM, Bob Sneidar wrote: A reference to C.S. Lewis! I like it! Very, very well spotted . . . :) I don't believe Lions are spotted. You must