queryregistry problem win

2012-03-15 Thread Klaus on-rev
Hi friends, I could need a little hint :-) I am trying to query a registry entry that I CAN see in the registry editor, but my query return NADA? What am I missing? answer queryregistry(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DefaultProductKey\ProductId) I'm on Windows

Re: queryregistry problem win

2012-03-15 Thread Klaus on-rev
other keys work for you? Or a bug on Win 7? On Thu, Mar 15, 2012 at 11:17 AM, Klaus on-rev kl...@major.on-rev.comwrote: Hi friends, I could need a little hint :-) I am trying to query a registry entry that I CAN see in the registry editor, but my query return NADA? What am I missing

Re: queryregistry problem win

2012-03-15 Thread Klaus on-rev
Hi Mike, Am 15.03.2012 um 18:53 schrieb Mike Bonner: Just to add to it, this key also works. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Accessibility\ATs\animations Nothing under DefaultProductKey works for me. looks like this is protected somehow... I now use:

Re: queryregistry problem win

2012-03-17 Thread Klaus on-rev
Hi Mr. Thunder, Am 17.03.2012 um 03:59 schrieb Thunder: answer queryregistry(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DefaultProductKey\ProductId) Works OK on Win7 (logged on as Admin). Copy from webpage and paste into messagebox LiveCode 5.0.2 answer

Re: queryregistry problem win

2012-03-18 Thread Klaus on-rev
Hi Thunder, Am 17.03.2012 um 16:05 schrieb Thunder: Do you have read permission ? Check this : Start regedit.exe Right click DefaultProductKey Click on permission Ah, OK, thanks, will check this! I thought ADMINISTARTOR would have direct access to everyting?! But if it does not work

Re: queryregistry problem win

2012-03-19 Thread Klaus on-rev
for the credentials beforehand. ASK THE USER? Come on, Bob, I was exspecting a way more funny proposal from you! :-D Bob On Mar 18, 2012, at 7:23 AM, Klaus on-rev wrote: Hi Thunder, Am 17.03.2012 um 16:05 schrieb Thunder: Do you have read permission ? Check this : Start regedit.exe

Re: LiveCode Player for 5.5

2012-03-22 Thread Klaus on-rev
Hi all, did you read the copyright notice on the download page: Copyright RunRev Ltd 2009 All rights reserved. That's the year when the plug-in was updated the last time! Well... Am 22.03.2012 um 16:27 schrieb Mark Schonewille: Ray, no. -- Best regards, Mark Schonewille On 22 mrt 2012,

Translation s'il vous plâit/por favor :-)

2012-03-22 Thread Klaus on-rev
Hi friends, could you please translate this into french and spanish for me? ... Copy XXX to your Applications folder. ... Vielen Dank! Thanks a lot! Merci beaucoup! Muchas gracias! :-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: Tools for creating a help file

2012-03-23 Thread Klaus on-rev
Hi Pete, Am 23.03.2012 um 19:17 schrieb Pete: I'm trying to decide how to supply the help text for an application and wondering what tools people are using to creat help files. I'm finding that it is much easier to use a word processor to write the help text and graphics than trying to do

Re: Tools for creating a help file

2012-03-24 Thread Klaus on-rev
Hi Pete, Am 24.03.2012 um 01:36 schrieb Pete: Hi Klaus, Haven't used revBrowser before but I got the example from runrev's web site at http://lessons.runrev.com/s/lessons/m/4071/l/15963-how-do-i-display-a-pdf-in-rev However, nothing displays in the browser image no matter what pdf file I

Re: Can I use grouped objects as an icon button?

2012-03-24 Thread Klaus on-rev
Dag Willem, Am 24.03.2012 um 17:05 schrieb William de Smet: Hi Richmond, I should read my own question better :-) I meant button icon. I know you can set an image as a button icon and that is what I do all the time. I use a card for all my images and call them with their ID in buttons.

Re: Displaying PDF files in an LC stack

2012-03-25 Thread Klaus on-rev
Hi Michael, Am 25.03.2012 um 17:06 schrieb Michael Doub: hint: PDFs are only displayed in a player object on the Mac! Are there controls in the player object to manage the positioning of the pdf pages. No, they are treated like a video and you cannot control them properly if at all.

revsecurtity.dll

2012-03-26 Thread Klaus on-rev
Hi friends, I created a win installer app which uses HTTPS, so the revsecurtity.dll is obviously neccessary. But I would like to only deploy a SINGLE EXE file if possible, ZIPping the thing is no option. Unfortunately this special DLL cannot be installed dynamically and temporarily like other

Re: revsecurtity.dll

2012-03-26 Thread Klaus on-rev
Hi Mark, Am 26.03.2012 um 19:27 schrieb Mark Schonewille: Hi Klaus, Would an installer be an option? Installer Maker makes one single exe file, which installs shortcuts in the Start menu and even starts the programme if you want. You can find it here http://qery.us/za Why did I know

Re: revsecurtity.dll

2012-03-26 Thread Klaus on-rev
Hi Mark, Am 26.03.2012 um 19:46 schrieb Mark Schonewille: Hi Klaus, If it was what you expected, then it probably makes sense one way or another. I wouldn't have proposed it if you had mentioned that an installer is no option for the project. Take it easy, Mark, that was not meant to

Re: revsecurtity.dll

2012-03-26 Thread Klaus on-rev
Hi Ken, Am 26.03.2012 um 20:52 schrieb Ken Ray: On Mar 26, 2012, at 12:21 PM, Klaus on-rev wrote: Hi friends, I created a win installer app which uses HTTPS, so the revsecurtity.dll is obviously neccessary. But I would like to only deploy a SINGLE EXE file if possible, ZIPping

Re: How to get the user or his rights?

2012-03-26 Thread Klaus on-rev
Hi Ken, Am 26.03.2012 um 20:47 schrieb Ken Ray: On Mar 26, 2012, at 1:38 AM, Tiemo Hollmann TB wrote: Hi Bob, thanks for your hints. For windows standalones you can set the UAC Execution Level to require Admin. So LC knows, who's logged in. I wonder, if we can retrieve this information

Re: How to get the user or his rights?

2012-03-26 Thread Klaus on-rev
Hi Ken, Am 26.03.2012 um 21:32 schrieb Ken Ray: You can get the name of the user that is logged in by checking the environment variables $USERNAME (on Windows) and $USER (on Mac). As to the user's permission level, this is what I use (watch line wraps): function stsIsAdminUser pName,

Re: revsecurtity.dll

2012-03-26 Thread Klaus on-rev
Hi Mike, Am 26.03.2012 um 21:35 schrieb Mike Bonner: Could you stuff the dll into a property, then on run put place it in temp folder and set the externals of stack blah to (a list of externals including path..) yes, I could and have done before :-) But THIS special DLL revsecurtity.dll

Re: revsecurtity.dll

2012-03-26 Thread Klaus on-rev
Hi Monte, Am 26.03.2012 um 21:57 schrieb Monte Goulding: Hi Klaus Here's an idea. Create a command line exe to do anything you need that dll for and write it and the dll to the temp dir on startup. very funny, but that was not the question! :-) Cheers Best Klaus -- Klaus Major

Re: revsecurtity.dll

2012-03-26 Thread Klaus on-rev
Hi Monte, Am 26.03.2012 um 22:17 schrieb Monte Goulding: Here's an idea. Create a command line exe to do anything you need that dll for and write it and the dll to the temp dir on startup. very funny, but that was not the question! :-) I'm not sure why it was funny. Wasn't meant to be.

Re: revsecurtity.dll

2012-03-27 Thread Klaus on-rev
Hi all, Am 27.03.2012 um 00:55 schrieb Terry Judd: Hi Klaus, Again, this might not be the solution you're looking for, but you could hide the dll. We use this approach on cross-platform USB drives we give to all our students. Both the revsecurity.dll and revpdfprinter.dll get hidden

Re: revsecurtity.dll

2012-03-27 Thread Klaus on-rev
Hi Mark, Am 27.03.2012 um 14:39 schrieb Mark Schonewille: Hi Klaus, Since you are saying installer, could you explain why using Economy-x-Talk's installer isn't an option? Perhaps we can work something out? well, I do not have the time at all to try something different! But: can your

Re: revsecurtity.dll

2012-03-27 Thread Klaus on-rev
Hi Mark, Am 27.03.2012 um 15:08 schrieb Mark Schonewille: Hi Klaus, The installer itself can't make https calls but you can include a CURL script and even a CURL/SSH/SFTP command line utility if necessary, have it installed automatically and use that to run a command line script. There

Re: revsecurtity.dll

2012-03-28 Thread Klaus on-rev
Hi Al, Am 28.03.2012 um 06:32 schrieb Alejandro Tejada: Hi Klaus, Could you use a virtualization application like Cameyo, Evalaze, Xenocode or ThinApp? These applications produce a single executable that package many applications and all their associated files. Looks good, will give

Windows: Programm Compatibility Assistent

2012-03-28 Thread Klaus on-rev
Hi friends, I have a strange problem with my windows app(s) on Win7. 1. I created a runtime XYZ.exe, UAC Execution Level - Default 2. I created an installer Install XYT.exe with UAC Execution Level - ADMNISTRATOR, Its an installer :-) Everythings gets installed fine in general on XP and Win7,

CHEESE! Was: Windows: Programm Compatibility Assistent

2012-03-29 Thread Klaus on-rev
Hi friends, just wanted to draw some attention to my question :-) Any hints still heavily appreciated! Am 28.03.2012 um 18:40 schrieb Klaus on-rev: Hi friends, I have a strange problem with my windows app(s) on Win7. 1. I created a runtime XYZ.exe, UAC Execution Level - Default 2. I

Re: Can I put an .exe file into a custom property ?

2012-03-30 Thread Klaus on-rev
Hi Dixie, Am 30.03.2012 um 19:40 schrieb John Dixon: The title says it all... and if so, how ? Yes: ... set the cExe of this stack to url(binfile: path/to/your/exe.exe) ... :-) Dixie Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: Can I put an .exe file into a custom property ?

2012-03-30 Thread Klaus on-rev
Hi Bob, Am 30.03.2012 um 19:58 schrieb Bob Sneidar: that seems a better way. not neccessarily better, but a tad faster :-) Bob On Mar 30, 2012, at 10:51 AM, John Dixon wrote: Thanks... :-) Yes: set the cExe of this stack to url(binfile: path/to/your/exe.exe) Best Klaus -- Klaus

Re: [OT] inter-Face

2012-04-01 Thread Klaus on-rev
Hi all, Am 01.04.2012 um 14:31 schrieb Gene Lambert: Wow! I want one, or two. The lawyers are going to love this. If talking on a cell phone while driving was an intense national issue, just wait until they get wind of people wanting to drive around with a computer heads up display in

Re: [OT] inter-Face

2012-04-01 Thread Klaus on-rev
Hi Peter, Am 01.04.2012 um 17:58 schrieb Peter M. Brigham, MD: On Apr 1, 2012, at 8:36 AM, Klaus on-rev wrote: Hi all, Am 01.04.2012 um 14:31 schrieb Gene Lambert: Wow! I want one, or two. The lawyers are going to love this. If talking on a cell phone while driving was an intense

OT: mails bouncing back?

2012-04-02 Thread Klaus on-rev
Hi friends, in the last weeks some of my mails bounced back from different email addresses due to the sending MTA's poor reputation? ... This message was

Re: OT: mails bouncing back?

2012-04-02 Thread Klaus on-rev
Hi Bob, Am 02.04.2012 um 19:02 schrieb Bob Sneidar: Do you have your own domain set up with on-rev? Yep. If so, then you need to contact the blacklist organizations and find out what the gripe was. Then you can contact them via a form they have and request that you be removed, but if the

play sound from url on iOS

2012-04-09 Thread Klaus on-rev
Hi friends, short question, is it possible to play a sound file from an URL in iOS? If yes, what do I need to use: play ... or iphonePlaySoundOnChannel...? The docs do not mention URL, only in the Video playback section. Thanks a lot in advance! Best Klaus -- Klaus Major

Re: play sound from url on iOS

2012-04-10 Thread Klaus on-rev
Buonasera Giulio, Am 10.04.2012 um 19:25 schrieb Giulio Mastrosanti: Hi Klaus, yes, I use the player this way: iphoneControlCreate player, ioscontrol iphoneControlSet ioscontrol, filename, http://www.yoursitecom/audiofolder/audiofile.mp3; iphoneControlSet ioscontrol,

Re: play sound from url on iOS

2012-04-11 Thread Klaus on-rev
Hi Tom, Am 11.04.2012 um 03:31 schrieb Thomas McGrath III: Klaus, I have downloaded files and I have played downloaded sounds but I have not played downloading sounds while downloading i.e. streaming. I also can not get the play command with mediaPicker to play iCloud music, but these

Re: Problem with 'add'?

2012-04-15 Thread Klaus on-rev
Hi all, Am 15.04.2012 um 15:24 schrieb Mike Bonner: Interesting. remove the parens and it works. Do it like add value(2*10) to t1 works. Seems like its not evaulating between the parens so effectively adds 0 to 12. Forcing the evaluation makes it work. Seems wonky to me. On Sun, Apr

select all rows in DG table via script?

2012-04-17 Thread Klaus on-rev
Hi friends, the subject says it all, how can I select all rows in a TABLE DataGrid via script? I want to implement a Select all menu item, but did not find a hint in the DG docs. Thanks in advance! Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: select all rows in DG table via script?

2012-04-17 Thread Klaus on-rev
Hi Peter, Am 17.04.2012 um 18:40 schrieb Peter Haworth: There has to be a better way but you could set the dghilitedlines to a comma separated list of every line number from 1 to the dgnumberofrecords. yeah, works great, thanks a lot! :-) Best Klaus -- Klaus Major http://www.major-k.de

Re: select all rows in DG table via script?

2012-04-17 Thread Klaus on-rev
Hi Bob, Am 17.04.2012 um 19:12 schrieb Bob Sneidar: It's about this time I begin to ask myself, Am I going about this the right way? For my part, just having a user click on a record and hilite it doesn't seem like it's enough. I have an edit mode and a browse mode, and in browse mode a

Re: select all rows in DG table via script?

2012-04-17 Thread Klaus on-rev
a button named Select All with an example using this command. Ah, sorry, did not find the time to dig a bit deeper into that great utility... :-/ On Tue, Apr 17, 2012 at 4:57 PM, Klaus on-rev kl...@major.on-rev.com wrote: Hi friends, the subject says it all, how can I select all rows in a TABLE

trapping something like resizestack finished on Windows? :-)

2012-04-17 Thread Klaus on-rev
Hi friends, I have some scripts that I need to execute AFTER the user has finished resizing my stack. On the Mac I can set the liveresizing of my stack to false and simply execute my scripts at the end of my resizestack handler. But this does not work on windows, where liveresizing is always

Re: trapping something like resizestack finished on Windows? :-)

2012-04-17 Thread Klaus on-rev
Hi Dar, Am 17.04.2012 um 21:02 schrieb Dar Scott: On Apr 17, 2012, at 12:54 PM, Klaus on-rev wrote: I have some scripts that I need to execute AFTER the user has finished resizing my stack. On the Mac I can set the liveresizing of my stack to false and simply execute my scripts

Re: trapping something like resizestack finished on Windows? :-)

2012-04-17 Thread Klaus on-rev
Hi Mike, Am 17.04.2012 um 22:56 schrieb Mike Bonner: Use a send in time to do this. create a handler to do whatever it is that you want done when the stack is done resizing command resizingDone if the mouse is up then ### stuff to do after resize end if end resizingDone And use a

Re: trapping something like resizestack finished on Windows? :-)

2012-04-17 Thread Klaus on-rev
Hi Jacqueline, Am 17.04.2012 um 22:57 schrieb J. Landman Gay: On 4/17/12 3:44 PM, Klaus on-rev wrote: Hi Dar, ... Any hints how I can trap that above menitoned moment on Windows? Check 'the mouse' in resizeStack? ah, you mean for UP or DOWN? Hm, yep, looks like it is always DOWN

Re: trapping something like resizestack finished on Windows? :-)

2012-04-18 Thread Klaus on-rev
Hi Mike, Am 17.04.2012 um 22:56 schrieb Mike Bonner: Use a send in time to do this. create a handler to do whatever it is that you want done when the stack is done resizing command resizingDone if the mouse is up then ### stuff to do after resize end if end resizingDone And use a

Re: openStack called from subStack - why ?

2012-04-20 Thread Klaus on-rev
Hi Rolf, Am 20.04.2012 um 14:04 schrieb Rolf Kocherhans: Hello Jacques Thanks for your answer - but…. I know about the message path and that handlers in the main stack can be used by all of it's substacks, I used this feature myself for many years ! What puzzles me is that an

Re: Get the members of a group

2012-04-25 Thread Klaus on-rev
Hi Mike, Am 25.04.2012 um 17:15 schrieb Michael Doub: If one has a group with a number of graphics that have been created in the group, How can I get the name or IDs of the graphics that have been created? I need to cycle thru and delete them. This is going to be obvious, but I am

Re: Get the members of a group

2012-04-25 Thread Klaus on-rev
Hi Colin, Am 25.04.2012 um 17:34 schrieb Colin Holgate: Should you be doing the repeat loop defending? hehe, defending :-) Took me a while... Yes of course: ... put the num of grcs of grp your group here into tNum repeat with i = tNum down to 1 ## caress grc i of grp your group here :-)

Re: Get the members of a group

2012-04-25 Thread Klaus on-rev
Am 25.04.2012 um 17:57 schrieb Colin Holgate: I updated OS recently, and it does the autocorrection as you type thing. It obviously knew better than I did about what I meant! :-D On Apr 25, 2012, at 11:45 AM, Klaus on-rev kl...@major.on-rev.com wrote: Should you be doing the repeat loop

set cursor to none not works on Win7?

2012-04-25 Thread Klaus on-rev
Hi friends, can someone confirm that set cursor to none;lock cursor does not have any effect on Windows 7 (in a standalone)? Just tested and cursor did not disappear. Thanks in advance! Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: set cursor to none not works on Win7?

2012-04-25 Thread Klaus on-rev
Hi Colin, Am 25.04.2012 um 20:54 schrieb Colin Holgate: It's been a long time since I tried hiding cursors on Windows, but last time I tried it seemed that Windows forces the cursor to show whenever there is any drive activity. Do you get any different behavior if the stack is locked?

Re: set cursor to none not works on Win7?

2012-04-25 Thread Klaus on-rev
Hi Colin, Am 25.04.2012 um 21:25 schrieb Colin Holgate: On Apr 25, 2012, at 3:11 PM, Klaus on-rev kl...@major.on-rev.com wrote: stack is locked? Sorry, no capisce :-) I meant that the can't modify box in the stack inspector would be checked. Aha! :-) No same result... Best Klaus

Re: PayPal IPN LC

2012-05-02 Thread Klaus on-rev
Hi Jaqueline, Am 02.05.2012 um 18:42 schrieb J. Landman Gay: On 5/2/12 11:07 AM, Bob Sneidar wrote: When you guys get through all this, it would be great if you could share all you've learned in one place, maybe even write up an article for the Rev newsletter. It's great the way this

acceleratedrendering = true and ink = NOOP don't cooperate :-/

2012-05-03 Thread Klaus on-rev
Hi freinds I just found an evil bug on the Mac :-/ LiveCode 5.02 When you set the acceleratedrendering of this stack to true all objects with their INK set to NOOP will become visible again. This does not happen on Windows. Can someone please confirm this, before I bug report? Does this also

Re: acceleratedrendering = true and ink = NOOP don't cooperate :-/

2012-05-03 Thread Klaus on-rev
Hi all, Am 03.05.2012 um 20:23 schrieb Klaus on-rev: Hi freinds I just found an evil bug on the Mac :-/ LiveCode 5.02 When you set the acceleratedrendering of this stack to true all objects with their INK set to NOOP will become visible again. This does not happen on Windows. Can

Re: Set the locloc of image x to true

2012-05-10 Thread Klaus on-rev
Hi Francis, lock with a K! --- set the lockloc og img x to true ... :-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Standalone problem

2012-05-14 Thread Klaus on-rev
Hi Craig, please check my new answer in the forum! Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: can someone please try this test...

2012-05-23 Thread Klaus on-rev
Am 23.05.2012 um 16:54 schrieb Richard Gaskin: Chipp Walters wrote: in the msg box, copy and paste the line below: put URL https://docs.google.com/spreadsheet/tq?tqx=out:csvkey=0AiQYsJmyjjz8dEJIT2VyamhRWWVEM3U0MGR1Y21nUUE; Please tell me if it returns anything. Thanks. In v4.6.4 I get

Re: can someone please try this test...

2012-05-23 Thread Klaus on-rev
Hi Richard, Am 23.05.2012 um 17:22 schrieb Richard Gaskin: Klaus wrote: Am 23.05.2012 um 16:54 schrieb Richard Gaskin: Chipp Walters wrote: in the msg box, copy and paste the line below: put URL

Re: QuickTime download question

2012-05-23 Thread Klaus on-rev
Hi Peter, Am 23.05.2012 um 04:18 schrieb Peter Bogdanoff: Hi, This is one for QT experts! I'm using a player to play audio files from a server on the Internet. They are large (symphony movements--30 MB or more) and can take several minutes to download. I'm using QT's fast start to start

Re: dgDataOfLine Verification

2012-05-23 Thread Klaus on-rev
Hi Bill, Am 23.05.2012 um 19:02 schrieb william humphrey: I notice there is not a single reference to data grid in the dictionary that comes with live code. I also can find nothing that comes with live code called data grid library. So the only people who can read the datagrid library are

Re: Effective Filename

2012-05-30 Thread Klaus on-rev
Hi Pete, Am 30.05.2012 um 20:15 schrieb Peter Haworth: I'm not seeing any difference between what is returned by the filename of this stack and the effective filename of this stack in a standalone application. Is that always the case or will there be a difference in some circumstances?

Re: Effective Filename

2012-05-30 Thread Klaus on-rev
Hi Pete, Am 30.05.2012 um 20:38 schrieb Peter Haworth: Thanks Klaus and Mark. For now, I only need this for the main stack but good to know the difference for the future. same applies to all properties of objects! Some props are inherited from the parent object and return EMPTY when queried.

Re: Nuts! Where did that go? WTH!

2012-05-31 Thread Klaus on-rev
Hi all, Am 31.05.2012 um 20:35 schrieb Ken Corey: On 31/05/2012 18:06, dunb...@aol.com wrote: I am on a Mac, so I probably cannot help here, but know that this is the worst report I have ever heard of. It is NOT usual. LC is very stable. That said, no particular code construction or

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Klaus on-rev
Am 22.11.2010 um 17:17 schrieb J. Landman Gay: On 11/22/10 6:40 AM, Benjamin Beaumont wrote: Hi Richmond, Thank you for your request. We've added the main LiveCode brand to the press media downloads page here: http://www.runrev.com/company/press-room/media-resources/ You'll find a

strange imagedata

2010-11-27 Thread Klaus on-rev
Hi all, I found that the imagedata of EMPTY images are NOT really empty??? I did this: 1. Created to identical EMPTY image object, so both appear (transparent) white on the card 2. Created a button with this script: ... set the imagedata of img 2 to the imagedata of img 1 ... 3. I exspected to

Re: strange imagedata

2010-11-27 Thread Klaus on-rev
Am 27.11.2010 um 17:35 schrieb Klaus on-rev: Hi all, I found that the imagedata of EMPTY images are NOT really empty??? I did this: Should read of course: 1. Created TWO identical EMPTY image objects, so both appear (transparent) white on the card 2. Created a button with this script

Re: strange imagedata

2010-11-27 Thread Klaus on-rev
Hi Björnke, You are setting the imagedata to null, which is equivalent to 0 which is equivalent (at least for the imagedata) to which is equivalent to black. At least i'd assume something like that is happening. I suggest you file a bug report. Hm, If you create an empty image object

Re: Live LiveCode code event (with chatrev)

2010-11-27 Thread Klaus on-rev
Hi Björnke, Ten minutes until the show starts! Join now or bust! Riooo!!! Oh yeah, I always dreamed of posessing a ribbon since I was a little kid and could not afford one ever since. :-/ Maybe I am lucky this evening? :-D Best Klaus -- Klaus Major http://www.major-k.de

Re: strange imagedata

2010-11-27 Thread Klaus on-rev
Hi all, Am 27.11.2010 um 17:54 schrieb Klaus on-rev: Hi Björnke, You are setting the imagedata to null, which is equivalent to 0 which is equivalent (at least for the imagedata) to which is equivalent to black. At least i'd assume something like that is happening. I suggest you

Re: strange imagedata

2010-11-27 Thread Klaus on-rev
Hi Scott, Recently, Klaus on-rev wrote: OK, the point/my problem is: How can we tell if an image is really empty (neither referenced nor imported)? Perhaps a combination of the text and filename properties? function emptyImage pImage return fileName of pImage is empty and text

Re: VideoPlayer and 'source'?

2010-11-28 Thread Klaus on-rev
Hi Richmond, On 11/28/2010 05:24 PM, Klaus on-rev wrote: Am 28.11.2010 um 16:15 schrieb Richmond: Mucking around with the VideoPlayer (something I haven't done for about 7 years) I wondered how one sets the SOURCE. When I typed on mouseUp set the source of player MyPlayer to abc/def

Re: VideoPlayer and 'source'?

2010-11-28 Thread Klaus on-rev
Hi Richmond, On 11/28/2010 05:38 PM, Klaus on-rev wrote: Hi Richmond, On 11/28/2010 05:24 PM, Klaus on-rev wrote: Am 28.11.2010 um 16:15 schrieb Richmond: Mucking around with the VideoPlayer (something I haven't done for about 7 years) I wondered how one sets the SOURCE. When I typed

Re: VideoPlayer and 'source'?

2010-11-28 Thread Klaus on-rev
Hi Richmond, On 11/28/2010 05:38 PM, Klaus on-rev wrote: Hi Richmond, On 11/28/2010 05:24 PM, Klaus on-rev wrote: Am 28.11.2010 um 16:15 schrieb Richmond: Mucking around with the VideoPlayer (something I haven't done for about 7 years) I wondered how one sets the SOURCE. When I typed

Re: PDF ?

2010-12-04 Thread Klaus on-rev
Hi Mr. Tight-lipped, Am 04.12.2010 um 19:16 schrieb Richmond: Erm? Yes? Importing PDF files? OS X = player object Else = inside of browser object(s), most users have Acrobat Reader installed Maybe expecting a bit much? As always :-D Best Klaus -- Klaus Major http://www.major-k.de

Re: PDF ?

2010-12-05 Thread Klaus on-rev
Hi Richmond: On 12/05/2010 02:11 PM, Klaus on-rev wrote: Hi Richmond, ... P.S. Sorry for my last posting, it mioght have sounded a bit more rude that I actually intended. It 'mioght' have sounded a bit rude; however I have developed a fairly thick hide over the years and I couldn't

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Klaus on-rev
Hi Kevin, Am 06.12.2010 um 20:31 schrieb Kevin Miller: Hi folks, 4.5.2 is now available. And LiveCode for iOS is now available! Cool, thanks! But this reads as if there is a final version (1.0) of the iOS plug in available ;-) To download them, please log into your account. I only see

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Klaus on-rev
Hi Kevin, On 06/12/2010 20:05, Klaus on-rev kl...@major.on-rev.com wrote: ... I only see LC 4.5.2 but no link for the iOS mobile plug in? Or did I misunderstand the announcement? I have currently alpha15. It would be nice to see the current version somehwere on the webpage! Its all

Re: 4.5.2 and iOS Deployment launched

2010-12-06 Thread Klaus on-rev
Hi all, Hi Kevin, On 06/12/2010 20:05, Klaus on-rev kl...@major.on-rev.com wrote: ... I only see LC 4.5.2 but no link for the iOS mobile plug in? Or did I misunderstand the announcement? I have currently alpha15. It would be nice to see the current version somehwere on the webpage! Its

Re: Maximize A Stack

2010-12-07 Thread Klaus on-rev
Hi all, ... You could try 'the windowBoundingRect' instead of 'the screenRect' - this should leave room for the dock at least It is a read-write global property... You can also SET this property! :-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: Reffed image

2010-12-08 Thread Klaus on-rev
Hi Richmond, On 12/08/2010 09:57 PM, Klaus on-rev wrote: Hi Richmond, Cripes . . .talk about slow learners! How do I import a referenced image programmatically? ... put url(binfile: the filename of img whatever) into img whatever ... :-) Thanks a lot; BUT; does img whatever have

Re: iOS Apps Update Model - Trigger

2010-12-10 Thread Klaus on-rev
Hi Chipp, Yes, of course it is. I'm only talking about using it for enterprise customers, who I can independently provision. Ah, I see. Just to be clear, THIS SHOULD NOT BE DONE FOR A COMMERCIAL APP! EVER! :-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: drag and drop to desktop: destination unknown

2010-12-14 Thread Klaus on-rev
Hi Richard, When dragging an object from a LiveCode window to a folder in the desktop environment I've been unable to find a way to know the path to the destination. I submitted a request for this here: http://quality.runrev.com/qacenter/show_bug.cgi?id=8634 But it seems such a common

Re: Set Angle Bug?

2010-12-14 Thread Klaus on-rev
Hi Walt, Thanks Mike, that's a thought. I may make a series of sized originals, like most icon libraries, then only allow a fixed set of sizes. this looks like a real bug to me! The angled images should definitvely NOT be resized in my opinion! This looks just too funky :-D Did you already

Re: Set Angle Bug?

2010-12-14 Thread Klaus on-rev
Hi Walt, I thought I didn't have access to bug reporting, as I didn't sign up for the new developer support package. Ah, I see, well then I will bug report this, if you don't mind :-) What's the link? It is: http://quality.runrev.com/qacenter/ but will be of use for you. Thanks, Walt

Re: OT: Real competition for revlets

2010-12-15 Thread Klaus on-rev
Hi Colin, On Dec 15, 2010, at 12:14 PM, Klaus on-rev wrote: http://www.realsoftware.com/web/ Definitively NO competition for Revlets! These are true web app, no plug-ins, just pure html, If I understood this correctly! It's competition in that you might use LC to create web based

Re: Inconsistent Revlet launch

2010-12-16 Thread Klaus on-rev
Hi Rick, Has anyone got any suggestions as to what I can do to deal with the following. I create a standalone revlet which may or may not run. The revlet might run as expected several times then fail to run and then if I launch it again it might run. If I launch a browser (Safari or

Re: iOS apps not getting past review due to crashing

2010-12-18 Thread Klaus on-rev
Am 19.12.2010 um 00:31 schrieb Harald Müller: And the second App is now also ready for sale. After weeks of depression a breathless weekend. Apple seems to work 24 hours a day. Can't tell you how happy I am! If anyone wants to take a look http://www.youtube.com/user/appetcpp Echt geil,

Re: Video player messages

2010-12-29 Thread Klaus on-rev
Hi Ron, Hi, Simple task but I can't figure out how to get the info I need. I want to hilite lines of text based on the time elapsed of a movie in a player. For example, when the video is at 2000, line 3 of the text is selected. I can handle text but I'm new to video. My problem is lack of

Re: As Sheet Dialog

2011-01-03 Thread Klaus on-rev
Hi Joe, Please, anyone... In my current app I'm attempting to mitigate the very small text dialogs that appear in the Windows' version of applications by rolling my own. Some Dialogs such as the page setup present some major challenges to doing this, but with others it's not really much

Re: size of window decorations

2011-01-06 Thread Klaus on-rev
Hi Claus, Hello, is there a way to determine the size of the window decorations (the stuff the OS is painting around my stack)? I would like to move my stack into the upper left corner, but without the knowledge of the real height of the whole window (stack + window decorations), i

Re: Audioclips: can't get at the data?

2011-01-07 Thread Klaus on-rev
Hi David and Mark, Hi David, I always forget which one is broken, but you can get the text of either videoclips or audioclips. well, apparently the export of audioclips is the broken one :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Re: How do I set the icon from an OSX app to a button?

2011-01-09 Thread Klaus on-rev
Hi Mike, maybe I should actually put the link it. http://www.nirsoft.net/utils/iconsext.html Yeah, thats better. yep, excellent idea! :-D But how do you get the resulting ICO file into LiveCode? Or did I overlook something? Best Klaus -- Klaus Major http://www.major-k.de

Re: Using shell to call Livecode

2011-01-10 Thread Klaus on-rev
Hi Björnke, David, you want $. C'mon, every american wants $! :-D Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: [OT] time to change your iTunes password?

2011-01-11 Thread Klaus on-rev
Hi all, Am 11.01.2011 um 20:44 schrieb Heather Nagey: I distinctly heard the word cheese mentioned several times... You know the rules, no politics, no cheese! Shocked. Listmom damn, I knew this wouldn't go unnoticed... :-D Best Klaus -- Klaus Major http://www.major-k.de

Re: Layers, revNavigator, DataGrids

2011-01-12 Thread Klaus on-rev
Hi Bob, Am 12.01.2011 um 21:03 schrieb Bob Sneidar: Are we sure that Trevor is not a super intelligent albeit benevolent alien species sent here to hasten mankind's progress to interstellar status? No! :-D Or maybe they were sent here to make us mind-fat so they could feed off our brain

Re: Answer dialog and stack background color

2011-01-13 Thread Klaus on-rev
Buongiorno Paolo,: Hi all, I am working with LiveCode 4.5.3 / Mac and it happened to me something weird. If I set the background color of the stack to black, and then I send an answer command, using the IDE I get the standard grey answer dialog window. Fine. But, if I export the stack,

Re: Sqlite connection problem

2011-01-15 Thread Klaus on-rev
Buongiorno Alessandro, I have serius connection problem with my database sqlite. my code is this: on mouseUp put tAppPath() GestPres.db into tDB put revOpenDatabase(sqlite,tDB,) into mydb revCloseDatabase mydb end mouseUp function tAppPath put effective filename of this

Re: Radio Buttons

2011-01-18 Thread Klaus on-rev
Hi Bob, You can use break in an if end if structure?? sure you can! But I won't make sense and will probably throw an error :-D Bob On Jan 18, 2011, at 3:41 AM, Martin Meili wrote: Hi I don't know whether I've understood your problem correctly or not. But, just in case, I usually

<    1   2   3   4   5   >