Re: Palette question

2011-04-18 Thread Klaus on-rev
Hi Scott, > Recently, Pete wrote: > >> As a side >> note, I also found that setting the stack window decorations to None gets >> rid of the resize icon. > > If you're just trying to enable or disable resizing, you can set the > "resizable" property of your stack to true or false. yes, but THAT

Re: Palette question

2011-04-18 Thread Klaus on-rev
Hi Scott, > Recently, Klaus on-rev wrote: > >>> If you're just trying to enable or disable resizing, you can set the >>> "resizable" property of your stack to true or false. >> >> yes, but THAT does not hinder the system to resize your stack

setting bordercolor of images in group

2011-04-19 Thread Klaus on-rev
Hi all, I am sure I am missing somehting, but don't know waht!? 1. I have some grouped images with showborder = true 2. I set the bordercolor of the group to grey. Setting the bodercolor of the images themselves does not work!!!??? 3. Now I wanted to change the bordercolor "on dragenter" 4. Can't

Re: setting bordercolor of images in group

2011-04-19 Thread Klaus on-rev
Hi all, Am 19.04.2011 um 14:48 schrieb Klaus on-rev: > Hi all, > > I am sure I am missing somehting, but don't know waht!? > > 1. I have some grouped images with showborder = true > 2. I set the bordercolor of the group to grey. > Setting the bodercolor of the image

Re: setting bordercolor of images in group

2011-04-19 Thread Klaus on-rev
Hi Wolfgang, > Hallo Klaus, > > a workaround may be: > on dragenter > ... > if the short name of the owner of the target is not "g1" then >do "group" && the long id of the target >set the name of the owner of the target to "g1" >end if >set the bordercolor of the owner

Re: setting bordercolor of images in group

2011-04-19 Thread Klaus on-rev
Hi Richard, > Bug #3158: > > borderColor property has no affect for images, yet setting the borderColor of > a card containing an image results in colored image border > Yep, found it and added a comment. That limitation does not make any sense :

Re: setting bordercolor of images in group

2011-04-19 Thread Klaus on-rev
Hi Richard > Klaus wrote: >>> Bug #3158: >>> borderColor property has no affect for images, yet setting the borderColor >>> of a card containing an image results in colored image border >>> >> Yep, found it and added a comment. >> That limitation d

Re: RunRev Application

2011-04-24 Thread Klaus on-rev
Hi Warren. > Is there a way to prevent multiple occurrences of a RunRev application to > open? Yep! :-) Add this handler to your mainstack/standalone: on relaunch ## NADA end relaunch Not passing "realunch" will cause the other instance to be terminated! Check the docs for more info. Happy

Re: Having problems Storing and Retrieving an Excel file in a Custom Property

2011-04-25 Thread Klaus on-rev
Hi Ian, > Hi All > ... > Here is my import and export code > import: > answer file "choose" > if it is empty or the result is "Cancel" then exit to top ## You need BINFILE! > put "BINFILE:"&it into fname > set the cpExcelMaster of this stack to URL fname ## With "file" it will be tr

Re: how to get a clickable map over an image?

2011-04-27 Thread Klaus on-rev
Hi Tiemo, > Hi, > > Is there still anybody left, not being in San Jose? Yep, me :-) > I am trying to get multiple polygon shaped areas clickable within an image. > So my first idea was to put multiple transparent polygons over my image as > clickable buttons. > But new I experience that a polyg

Re: how-to link to a video

2011-05-05 Thread Klaus on-rev
Hi Colin, > Are you on Windows? Do you have QuickTime installed? I'm on Mac, and have no > problem playing the video. > Is there any chance that where you are has YouTube blocked? > It doesn't work in Chrome, and in Firefox you have to run in 32 bit. Not sure > why, it works in Safari in 64 bit.

Re: how-to link to a video

2011-05-05 Thread Klaus on-rev
Hi Colin, > That long link works for me too. I can't be the only one here able to view > video online! > Looking at it though, it seems to have a lot of parameters, so maybe it can > only play on my computer. yep, I also think this link is tied to your machine somehow. > It doesn't work on my

Re: Hide group on click

2011-05-06 Thread Klaus on-rev
Hi Keith, > Hi folks, > I have a help 'draw' group that toggles open/closed (well, visible > true/false) by mouseUp on a nearby help icon. However, I'd also like to have > the drawer set to invisible if clicked. So, what's wrong with this script - > placed on the group? set the VISIBLE :-) >

Re: Field content in background group only visible on its 'parent' card?

2011-05-11 Thread Klaus on-rev
Hi Keith, > Hi folks, > I have a background group containing a sub-group, which in turn, contains a > button, plus an overlaying field that contains the button's Title (as I can't > align the button's name against its 'icon' images appropriately). > > This Title field is selectable on all cards

Re: Highlight list line on hover?

2011-05-12 Thread Klaus on-rev
Hi Keith, > Hi folks, > I've found mouseEnter, mouseLine and Highlight in the dictionary but can't > seem to get the syntax correct to highlight a line in a list field with a > mouse hover, rather than a click. > Any clues would be greatly appreciated. Use the "mousemove" message! Put this into

Re: Highlight list line on hover?

2011-05-12 Thread Klaus on-rev
Addendum: Am 12.05.2011 um 15:01 schrieb Klaus on-rev: > Hi Keith, > >> Hi folks, >> I've found mouseEnter, mouseLine and Highlight in the dictionary but can't >> seem to get the syntax correct to highlight a line in a list field with a >> mouse hover,

Re: Still learning

2011-05-19 Thread Klaus on-rev
Hi Steve, > I"m trying to create my first iOS app for a non-profit group I work with. > > There are several "screens" that contain large sections of text, such as a > HISTORY screen, etc. > > How do I created a card that allows you to show all the text by scrolling by > flicking the entire scr

Re: Happy International Geek Pride Day!!!

2011-05-25 Thread Klaus on-rev
Hi Andrew, Am 25.05.2011 um 18:21 schrieb Andrew Kluthe: > I read Greek Pride day until I opened the thread. YES, mee, too! Ja mas! :-D Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com ___ use-livecode mailing list use-livec

Re: What message reveals a scrollbar's position (change)

2011-05-26 Thread Klaus on-rev
Hi Keith, > Hi folks, > I want to track when a field's vertical scrollbar has reached its maximum - > whether by dragging the scrollbar or moving within the text to force the > scrollbar to max. > > The dictionary shows ways to script setting the scrollbar position, (such as > set the vScroll)

Re: group a tList

2011-05-30 Thread Klaus on-rev
Buongiorno Mario, Am 30.05.2011 um 18:59 schrieb bacches...@tin.it: > Hello everyone > please .. > can someone explain to me how GROUP a tList > > is it possible with a "repeat"… "end repeat" loop ? > many thanks for > any help could you please define "tList"? > mario Best Klaus -- Klaus

Re: R: Re: group a tList

2011-05-30 Thread Klaus on-rev
Buonasera Marion, Am 30.05.2011 um 19:16 schrieb bacches...@tin.it: > ... > could you please define > "tList"? > >> mario > > Best > > Klaus > http://lists.runrev.com/mailman/listinfo/use-livecode > many thanks for > you quick reply , Klaus > > i found : > "group [objectList] > Here's an

Re: R: Re: R: Re: group a tList

2011-05-30 Thread Klaus on-rev
Buonasera Marion, Am 30.05.2011 um 19:42 schrieb bacches...@tin.it: > > > Messaggio originale > Da: kl...@major.on-rev.com > Data: 30-mag- > 2011 19.32 > A: "How to use LiveCode" > Ogg: > Re: R: Re: group a tList > > Buonasera Marion, > > Am 30.05.2011 um 19:16 > schrieb bacches...@

SMIL and QuickTime

2011-06-06 Thread Klaus on-rev
Hi friends, anyone ever worked with SMIL and QuickTIme? I have a strange problem :-/ This SMIL script literally stopped working over night???!!! http://www.apple.com/quicktime/resources/smilextensions"; qt:autoplay="true" qt:time-slider="true"/>

Re: SMIL and QuickTime

2011-06-07 Thread Klaus on-rev
Hi Bernard, Am 07.06.2011 um 15:38 schrieb Bernard Devlin: > I looked into SMIL/QT a couple of years back, but never did much with > it. Could it be simply that the URL in the xmlns:qt is returning a > 404? Maybe there was a real document there before. If that is the > problem, then maybe you

Re: What's the syntax to check if a local folder exists?

2011-06-07 Thread Klaus on-rev
Hi Keith, Am 07.06.2011 um 16:16 schrieb Keith Clarke: > Hi folks, > I've tried to check if a folder 'is empty' or 'is not true' but I'm obviously > missing the magic word - and I know it's not 'please', as LiveCode ignores > all my pleading! ;-) > Why do I get the feeling it's another one of t

Re: [OT] Apple at it again

2011-06-09 Thread Klaus on-rev
Hi Colin, Am 09.06.2011 um 17:26 schrieb Colin Holgate: > Here is Richard Dreyfuss reading the EULA: > > http://www.cnet.com/8301-30976_1-20068778-10348864.html LOL! :-D Just wonderful, thanks for the link! My favourite: "Effective until" (with the light "Schweinhundt" accent) :-D Best Klau

Re: Local files in revBrowser

2011-06-09 Thread Klaus on-rev
Hi Mike, Am 09.06.2011 um 18:53 schrieb Mike Bonner: > John sent me a copy of the files, the revbrowserstuff is working fine, it > seems to be javascript related (the errors are javascript errors) but i'm > not much on javascript so this is over my head. Yep, same here! Looks like John wanted a

Re: Importing Word documents

2011-06-09 Thread Klaus on-rev
Hi James, Am 09.06.2011 um 19:29 schrieb James Hurley: >> Message: 10 >> Date: Thu, 9 Jun 2011 16:20:42 +0200 >> From: Mark Schonewille >> To: How to use LiveCode >> Subject: Re: Importing Word documents >> Message-ID: >> Content-Type: text/plain; charset=us-ascii >> Jim, >> >> get shell("tex

Re: nuther new newbie nuisance

2011-06-15 Thread Klaus on-rev
Hi Richmond, Am 15.06.2011 um 18:34 schrieb Richmond Mathewson: > So; I wrote this to Timothy Miller:- >> ... >> end mouseUp > > "find out the language equivalents of > the alignment commands in the Obj. Inspector" set the left/top/right/bottom of YYY to the left/top/right/bottom of XXX Where

Re: nuther new newbie nuisance

2011-06-15 Thread Klaus on-rev
Hi Roger, Am 15.06.2011 um 18:47 schrieb Roger Eller: > On Wed, Jun 15, 2011 at 12:43 PM, Klaus on-rev wrote: > >> Hi Richmond, >> >> Am 15.06.2011 um 18:34 schrieb Richmond Mathewson: >> >>> So; I wrote this to Timothy Miller:- >>>> .

Re: command "group" fails when objectList is a string

2011-07-02 Thread Klaus on-rev
Hi Nicolas, Am 03.07.2011 um 00:57 schrieb Nicolas Cueto: > Hi. > > Here's an example of what does work: > > group group id 342201 and group id 342165 and group id 342129 > > And what doesn't: > >put "group id 342201 and group id 342165 and group id 342129" into tString >group tStr

Re: IOS

2011-07-05 Thread Klaus on-rev
Hi guys, Am 05.07.2011 um 22:58 schrieb Chipp Walters: > David, > > I've asked this same question twice in the past couple of days. I guess the > answer is, 'apparently not.' > > On Tue, Jul 5, 2011 at 2:55 PM, David Brooks wrote: > >> On many iPad applications the user can enlarge the image b

Display prices without VAT/WAS Re: Setting up Mac LiveCode apps on an iPad ?

2011-07-07 Thread Klaus on-rev
Hi Mark and RunRev, Am 07.07.2011 um 15:35 schrieb Mark Schonewille: > Hi Francis, > > ... > In continental Europe, you pay 79 euro + VAT. I believe it is illegal to put > consumer prices without VAT on a website in Europe, but RunRev still uses > prices without VAT. This is true! > ... > --

Re: answer file filter

2011-07-08 Thread Klaus on-rev
Hi Pete, Am 08.07.2011 um 19:30 schrieb Pete: > What is the 4-character OS X file type of LC stack files (for use in the > answer file dialog)? "the long files" tell me: Revo ... cp_test.rev,866,286,1218822737,1218823007,1309956285,0,502,80,644,RevoRSTK xmlandarrays.rev,14457,286,1301151956,130

Re: answer file filter

2011-07-08 Thread Klaus on-rev
Hi Pete, Am 08.07.2011 um 20:10 schrieb Pete: > Thanks Klaus, didn't know about "the long files". Actually, I think the > code I'm looking for is RSTK - I think "Revo" is the creator code. Ah, yes, sorry, mixed it :-) > Pete Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev

Re: [ANN] AndreGarzia.Com new web page.

2011-07-10 Thread Klaus on-rev
Hi Andre, Am 10.07.2011 um 06:05 schrieb Andre Garzia: > Hello Folks, > > It is full of joy and pride that I announce my website redesign here. Those > ... > http://andregarzia.com nice stock photos :-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com ___

Re: global variable change in substack not available to main stack

2011-07-12 Thread Klaus on-rev
Hi Bob, Am 12.07.2011 um 19:37 schrieb Bob Sneidar: > There is another place in the message box where you can execute multiple > commands. > I think you can also execute multiple commands by separating them with a > semicolon, > but I might be wrong about that. you ain't :-) > Bob Best Kla

Re: Set image/data/source via an image on web?

2011-07-14 Thread Klaus on-rev
Hi John, Am 14.07.2011 um 07:08 schrieb J. Landman Gay: > On 7/13/11 11:53 PM, John Patten wrote: >> Hi All... >> >> I have a script where I'm creating a number of image objects on the >> fly and then attempting to set them to jpg on a web server. >> Something like: >> put URL "http://webserver

Re: repeat with i=

2011-07-14 Thread Klaus on-rev
Hi Ron, Am 14.07.2011 um 17:06 schrieb Ronald Zellner: > Jim's seems to be the most efficient and accurate, > but I needed this change to make it work. ' of ' changed to 'in' > > I like to add something to create quick feedback- like the field "chosen". > Easier to see the result. > Then switch

Re: Mac OS X Lion

2011-07-20 Thread Klaus on-rev
Bonsoir René, Am 20.07.2011 um 19:34 schrieb René Micout: > Hello Mac addict(s) ! > First impression after installing Mac OS X Lion on my Macintosh... > LiveCode 4.6.3 run well... > New buttons, new radio buttons... > A little problem: the scroll bar have the two aspect, the last one (borders) >

OT: on-rev account ftp server error 552 disk full???

2011-07-24 Thread Klaus on-rev
Hi friends, I tried to upload some files to my on-rev account via FTP a couple of minutes ago and got this strange server response: error 552 - Disk full, please upload later DISK FULL??? I updated my system to OS X 10.7 two days ago, but FTP did work all day yesterday! Checked my account via

Re: OT: on-rev account ftp server error 552 disk full???

2011-07-24 Thread Klaus on-rev
Hi Michael Am 24.07.2011 um 16:56 schrieb Michael Kann: > Klaus, > I've been uploading using Filezilla the last few minutes. No problema. Good for you :-) Still the same problem here either using a FTP app like Captain FTP or a pure LiveCode one-liner! I can download things via FTP however, bu

Re: OT: on-rev account ftp server error 552 disk full???

2011-07-25 Thread Klaus on-rev
Hi friends, Am 25.07.2011 um 01:59 schrieb Jim Lambert: > I bet Klaus is on freyr since I see the same error on freyr. Yep, its Freyr! But today it is working again as if nothing happened at all, go figure :-) Working for you, too, Jim? > Jim Lambert Best Klaus -- Klaus Major http://www.maj

Re: Field Sizes [was: [ANN] New plugin AAG|LayerComps]

2011-07-25 Thread Klaus on-rev
Hi Andre, Am 25.07.2011 um 21:32 schrieb Andre Garzia: > On Mon, Jul 25, 2011 at 4:14 PM, J. Landman Gay > wrote: > >> On 7/24/11 1:23 PM, Pete Haworth wrote: >> >>> I guess this isn't quite the same thing but why is it that when I create a >>> field by script, the size of the field is differe

Re: How to add something to a group

2011-07-26 Thread Klaus on-rev
Hi Matthias, Am 26.07.2011 um 12:23 schrieb Matthias Rebbe: > Hi, > > maybe a dumb question, but how do i add for example a button to an already > existing group? manually: "edit background", add objects via script: copy btn x to grp Y or create button in group Y > Matthias Best Klaus --

Re: Safari 5.1 cannot show revlets

2011-07-27 Thread Klaus on-rev
Hi Kenji, Am 27.07.2011 um 13:49 schrieb Kenji Kojima: > Hi, > > Safari 5.1 cannot show my revlet stacks. > It shows only white stack. I updated a plugin to LiveCode Player(R9), but did > not work. > Safari 5.0.5 and firefox can show them. > I made the revlet stacks by LiveCode 4.5.3. > Does

Re: [OT] More Apple Foolishness

2011-07-28 Thread Klaus on-rev
Hi Jacqueline, Am 28.07.2011 um 18:21 schrieb J. Landman Gay: > On 7/28/11 4:01 AM, Colin Holgate wrote: >> I hardly ever use iTunes for getting things onto my devices, > What do you use? I'm tired of hooking up to iTunes for everything. In > particular, I want to move test standalones to the de

Re: [OT] Internet Censorship

2011-08-06 Thread Klaus on-rev
Hi Alejandro, Am 06.08.2011 um 05:25 schrieb Alejandro Tejada: > Hi All, > > How many of you could view this youTube video? > http://www.youtube.com/watch?v=R0IcvVF-p_k > > ... > > Could you post your country and the message > that appears? > > Thanks in advance! blocked in germany: Leider i

Re: [OT] Internet Censorship

2011-08-06 Thread Klaus on-rev
Hi Warren, Am 06.08.2011 um 06:48 schrieb Warren Samples: > On Friday, August 05, 2011 11:45:46 PM Warren Samples wrote: >> On Friday, August 05, 2011 11:30:44 PM Alejandro Tejada wrote: >>> many people, around the world, are not supposing to watch >> to finish your sentence... "on youtube." >> I

Re: OT: Where do I find my Lion Download after having downloaded it?

2011-08-09 Thread Klaus on-rev
Am 09.08.2011 um 14:08 schrieb Colin Holgate: > I don't think the Lion compatible version of Xcode is released yet, so you > would need to download the beta from your Mac OS or iOS developer account > page. You can download the existing release version from there too. Not sure > if it runs fin

Re: Lion trouble with quicktime video snapshot

2011-08-15 Thread Klaus on-rev
Hi Tiemo, Am 15.08.2011 um 17:18 schrieb Tiemo Hollmann TB: > I looked for the current Quicktime 10.1 Download for Lion to give a new > install a try, but neither in apple downloads, nore in the AppStore I found > any hint about Quicktime 10.1 for Lion. > Has anybody seen QT 10.1 for download for

Re: Lion trouble with quicktime video snapshot

2011-08-15 Thread Klaus on-rev
Hi Tiemo, Am 15.08.2011 um 18:47 schrieb Tiemo Hollmann TB: > Hi Klaus, I know, but I have cured weird quicktime problems with reinstalls > of the same version not only once. That’s why I am looking for 10.1. > And since I read the chance to create an image of the Lion download only > BEFORE you

Re: Lion snapshot trouble (was: Lion trouble with quicktime) please confirm

2011-08-16 Thread Klaus on-rev
Hi Tiemo, Am 16.08.2011 um 10:56 schrieb Tiemo Hollmann TB: > Ok, I made some more test and the problem doesn't seems to be related to > quicktime, but to the snapshop function on Lion. > I tested with LC 4.6.3 on Lion with the following code: > > Put the rect of [image | player | button] "foo"

Re: Lion snapshot trouble (was: Lion trouble with quicktime) please confirm

2011-08-16 Thread Klaus on-rev
Hi Tiemo, Am 16.08.2011 um 14:34 schrieb Tiemo Hollmann TB: > Hi Klaus, > > thanks for testing, that didn't do the trick for me, I get irregular > results, the more often I do testing. > I think I found the reason what has changed with Lion. It is related to the > alwaysbuffer property of the pl

Re: A LITTLE HELP PLEASE

2011-08-19 Thread Klaus on-rev
Hi Joe, Am 19.08.2011 um 18:04 schrieb Joe Lewis Wilkins: > Hi, my escape key has, it would seem, never worked. Since I rarely, if ever > use it, I figured it was just where and how I was using it that didn't work; > however, I now find that it just plain doesn't work. Any ideas? Is there a >

Re: Shell and Background Jobs

2011-08-24 Thread Klaus on-rev
Hi Chris, Am 23.08.2011 um 22:32 schrieb Nonsanity: > Now that the earth has stopped shaking here, I can re-write this email. I > lost the first rendition by switching to the USGS web site for details on > the 5.9 earthquake we had nearby (geographically speaking). Anyway... > > I've been trying

Re: Shell and Background Jobs

2011-08-24 Thread Klaus on-rev
Hi Chris, Am 24.08.2011 um 16:32 schrieb Nonsanity: > Thanks, Klaus. > > I had tried wrapping my call in a .sh file (made outside of LC) but I then > launched it with a shell command and another "&" just to see if it was the > command itself that was somehow aborting with the backgrounding behav

Strange menu TAG problem OS X

2011-08-30 Thread Klaus on-rev
Hi friends, toady I encounteed a very strange problem with my help menu on OSX LC 4.6.3, OS X Lion The content of the menu, the "labels" are correctly generated "on the fly" according to the current OS language: > Hilfe/H|help > - > Registrieren.../|register > - > Nach Updates suchen.../|search

Re: Strange menu TAG problem OS X

2011-08-30 Thread Klaus on-rev
t;. Nope! :-) > Bob > > > On Aug 30, 2011, at 5:14 AM, Klaus on-rev wrote: > >> Hi friends, >> >> toady I encounteed a very strange problem with my help menu on OSX >> LC 4.6.3, OS X Lion >> >> The content of the menu, the "labels&quo

Player and Alwaysbuffer = true

2011-09-16 Thread Klaus on-rev
Hi all, I recently found out that the playback of movies with the "alwaysbuffer" set to true is NOT as jerky (not jerky at all, actually!) as it used to be in "older days"! LC 4.6.3, QT 7.XX (whatever came with Lion). OK, the controller is not usable in that case, but that is no problem. When

Re: Player and Alwaysbuffer = true

2011-09-16 Thread Klaus on-rev
Hi Richard, Am 16.09.2011 um 15:33 schrieb Richard Gaskin: > Klaus wrote: > >> I recently found out that the playback of movies with the "alwaysbuffer" set >> to true >> is NOT as jerky (not jerky at all, actually!) as it used to be in "older >> days"! >> >> LC 4.6.3, QT 7.XX (whatever came w

Re: how to add a file type and creator code to a binary file under mac os x

2011-09-17 Thread Klaus on-rev
Hi Matthias, Am 17.09.2011 um 14:08 schrieb Matthias Rebbe: > Hi, > > i am creating a binary file (audio) with extension .mp4 with LiveCode. > GetFileInfo (from the Xcode SDK) shows the file type "TEXT" and the creator > code "ttxt". > Is there a way to addjust/modify this? Does anyone have

Re: Player and Alwaysbuffer = true

2011-09-17 Thread Klaus on-rev
Hi Alejandro, Am 17.09.2011 um 16:51 schrieb Alejandro Tejada: > Hi Klaus, > > Could you use a portable version of VLC? > > You could control vlc using the command line interface > and scripts like VBscripts on Windows and applescript > on MacOSX. > > http://www.videolan.org/doc/play-howto/en/c

Re: how to not display the card number in the stack title bar?

2011-09-20 Thread Klaus on-rev
Hi Mathias, Am 20.09.2011 um 13:11 schrieb Matthias Rebbe: > Hi, > > maybe this is a dumb question, but how can i avoid that the card number is > shown in the stack title bar? add a TITLE to the stack :-) > Regards, > > Matthias Best Klaus -- Klaus Major http://www.major-k.de kl...@major.

Re: Turn off all Radio Buttons

2011-10-02 Thread Klaus on-rev
Hi Mark, Am 02.10.2011 um 18:25 schrieb AcidJazz: > Is there a single line of code that will turn off all radio buttons in a > group? Yes :-) Ah, the line: ... set the hilitedbutton of grp X to 0 ... > - Mark P. Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com _

Mouseevents in NOT active windows

2011-10-04 Thread Klaus on-rev
Hi all, I have asked this some time before, but did not get any answer. Is it correct behavior that mouseenvents (mouseenter, meouseleave, mousemove etc...) are getting executed even if that stack is NOT the active window? Know what I mean? I have a Finder window in front, but moving the mouse

Re: Mouseevents in NOT active windows

2011-10-04 Thread Klaus on-rev
Am 04.10.2011 um 19:01 schrieb Bob Sneidar: > This is normal in OS X. You can interact with windows that are not the > frontmost windows, or even belonging to the frontmost application. Ah, OK, thanks. > Otherwise how would drag and drop work? How could you move a window without > bringing it

Re: [ANN] animationEngine 5

2011-10-11 Thread Klaus on-rev
Hi René, Am 11.10.2011 um 16:30 schrieb René Micout: > Hello Malte, > I purchase LC 5 (with AE 5) but where is AE5 ? Your account in the RunRev store on the same page where you loaded LC 5, just scroll down a bit :-) At least that's where I found it. > Thank you > René Best Klaus -- Klaus

Re: 5.0: strange graphic artifacts with QT controller

2011-10-11 Thread Klaus on-rev
Hi Curt, Am 11.10.2011 um 16:42 schrieb Curt Ford: > I just downloaded 5.0, so glad that "the long standing issue of standalones > being incorrectly sized should no longer happen." on Mac. > > I opened up my current project, which includes a number of QuickTime control > bars linked to mp3 fil

Re: 5.0: strange graphic artifacts with QT controller

2011-10-11 Thread Klaus on-rev
Hi folks, Am 11.10.2011 um 16:59 schrieb Klaus on-rev: > Hi Curt, >> ... >> When I quit 5.0 and re-opened the project in 4.6.4, the QT controllers & >> sound were fine (phew). >> Any ideas? Or do I need to stick with 4.6.4 until 5.0 gets some QT issues >>

Re: 295 png import images

2011-10-12 Thread Klaus on-rev
Hi Andrew, Am 12.10.2011 um 18:47 schrieb Andrew Meit: > Jan, > > cool, but I still need 295 large images and buttons on a card for each unique > layer btn, right? if so, hits the ram wall again... if you need to show all of these images at the same time, then you are obviously erm... licked!

Re: Transparent window example?

2011-10-19 Thread Klaus on-rev
Hi Keith, Am 19.10.2011 um 12:25 schrieb Keith (Gulf Breeze Ortho Lab): > Hi All, > > Would anyone be able to provide an example of how to make a transparent > window that is resizable? To clarify, a window that looks like a see-through > box. The borders of the window need to be visible, and

Re: fld HiliteColor to transparent

2011-10-19 Thread Klaus on-rev
Hi DebDoot, Am 19.10.2011 um 16:04 schrieb ddas: > Greetings, > > i am trying to set a field hilitecolor to transparent. How do I do this. I don't think this is possible. > When I use the following script it make the hilitecolor white. > set the hilitecolor of fld "myField" of this card to n

Re: Working with tab data and utf-8

2011-10-25 Thread Klaus on-rev
Buonasera Giuseppe, Am 25.10.2011 um 18:37 schrieb Giuseppe: > Hi all, > > I'm having a little problem I don't understand. > > With this code > put "SELECT * from empresas WHERE nif = '" & pID & "'" into theSQL > put revDataFromQuery(tab, cr, sDatabaseID, theSQL) into theData > I get th

Re: Limiting field entry to plain text

2011-10-25 Thread Klaus on-rev
Hi John, Am 25.10.2011 um 21:05 schrieb Terry Judd: > On 26/10/2011, at 05:51 AM, John Brozycki wrote: > > Hi all, > > I have an input field that accepts URLs. If a user copies a URL from an > email or a website and pastes it, it is pasted in HTML format. I only want > the field to be plain

Re: When has a field changed?

2011-10-25 Thread Klaus on-rev
Hi James, Am 25.10.2011 um 23:21 schrieb James Hurley: > I have a text field (unlocked) that the user can edit, but I want to know > when and to deal with the changes. > Here is what I have come up with, something of a kludge. Is there a cleaner > way? > > on mouseEnter --Enter the field > ..

iTunes 10.5, QuickTime and Windows

2011-10-26 Thread Klaus on-rev
Hi friends, I just updated my Windows XP (under Parallels on my Mac) to iTunes 10.5 and Safari 5.1.1 and noticed a HIGHLY interesting sentence in the release notes: German: Hinweis: iTunes 10.5 benötigt oder enthält nicht mehr QuickTime. Translation: Hint: iTunes 10.5 does NOT require or contain

Still server problems with forum?

2011-11-04 Thread Klaus on-rev
Hi friends, I am getting this for the last hour in the LiveCode forum: ## Not Found The requested URL /phpBB2/index.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apa

Re: Still server problems with forum?

2011-11-04 Thread Klaus on-rev
Hi Heather, Am 04.11.2011 um 17:58 schrieb Heather Nagey: > Looks ok here - can you try clearing your cache and try again? well, hmmm, I sent this mail yesterday at noon: > On 3 Nov 2011, at 12:06, Klaus on-rev wrote: > ... ;-) > Regards, > > Heather Best Klaus -

Re: Mac video conversion from command line?

2011-11-11 Thread Klaus on-rev
Hi Phil, Am 11.11.2011 um 19:35 schrieb Phil Davis: > Hey People, > > Do you use a command line tool of some sort on your Mac to convert .mov files > to web formats? I sure would like to hear about it. > > I'm expecting that I need to end up with several file types as described in > this piec

Re: Mac video conversion from command line?

2011-11-11 Thread Klaus on-rev
Hi Carl, Am 11.11.2011 um 20:47 schrieb Pete: > Sounds great Phil. even my closest firends aren't allowed to call me Phil! :-D > In return for me reducing the quoted text of this > thread to the absolute minimum, could you please send me your web site > address? See below BEFORE you remove th

Re: Mac video conversion from command line?

2011-11-11 Thread Klaus on-rev
Hi Phil (the actual Phil), Am 11.11.2011 um 21:12 schrieb Phil Davis: > I bet Pete's friends don't call him Carl either! ;-) ;-) > This is getting too funny - > > Phil - the actual Phil > > On 11/11/11 12:01 PM, Klaus on-rev wrote: >> Hi Carl, >

Re: Problem with reading Preferences file

2011-11-13 Thread Klaus on-rev
Hi Charles, Am 13.11.2011 um 19:14 schrieb Charles Szasz: > I am able to set up Preferences for my app. But the following script in the > preOpenStack will NOT retrieve the data Preferences. Here is my script: > > IF the platform is "MacOS" then > if there is a file (specialFolderPath(26

Re: Problem with reading Preferences file

2011-11-13 Thread Klaus on-rev
Hi Charles, Am 13.11.2011 um 19:57 schrieb Charles Szasz: > Klaus, > > I left out this bit code: (put arrayDecode(tPrefs)into tPrefs) AHA! :-D > So, my code looks like this: > IF the platform is "MacOS" then > if there is a file (specialFolderPath(26) & "/" & "mileage_prefs") then OK, t

Re: Location of dialog box

2011-11-18 Thread Klaus on-rev
Hu guys, Am 18.11.2011 um 17:56 schrieb Wilhelm Sanke: > On Fri, Nov 18 , 2011, James Hurley jhurley0305 at sbcglobal.net wrote: > >> Ken and Malte, >> Thanks for the suggestions. >> Malte--Your suggestion works well. Thanks. As you say it is a bit of a hack. >> Ken--I was referring to the stac

Re: Can one create a dll with live code?

2011-11-23 Thread Klaus on-rev
Am 23.11.2011 um 14:56 schrieb Admin: > Just curious if you can export to just a dll with Live Code? No. > Mike Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: [OT}] Hypercard and an uneasy read.

2011-12-02 Thread Klaus on-rev
Hi all, Am 02.12.2011 um 14:32 schrieb Pierre Sahores: > Among the comments of this interesting "http://www.loper-os.org/?p=568"; > paper..., > Phillip says: November 30, 2011 at 4:49 pm > It was killed because Hypercard on an iPod is all you would ever need to buy. > How do you spell APP Store

Re: [OT}] Hypercard and an uneasy read.

2011-12-02 Thread Klaus on-rev
Bonjour Pierre, Am 02.12.2011 um 14:53 schrieb Pierre Sahores: > I did't got the bucks to license Oracle Media Objects ;-/ > What was this REAL "Table" object! ;-) you seems to say we can't redesign it > in LC ? ;D Well, it was a REAL spreadsheet like in Excel! And one could addres it like that

Re: Visual effects delay...

2011-12-16 Thread Klaus on-rev
Hi Keith, Am 17.12.2011 um 00:32 schrieb Keith (Gulf Breeze Ortho Lab): > Okay... From the Dictionary: > > Description: > Use the dontUseQT property to test operation of a stack using the built-in > MCI video on Windows systems, or to use built-in visual effects rather than > QuickTime effects

Re: Group Question

2012-01-11 Thread Klaus on-rev
Hi Warren, Am 11.01.2012 um 20:15 schrieb Warren Kuhl: > I want to add an object to a group (which is in another group). I am > trying to do this from the message box. What is the syntax of this? > Isn't it something like: > > In the example below, group 1 is in group 2. > > set the group of

Re: How to store some data in my stack

2012-01-25 Thread Klaus on-rev
Konichi-wa Takashi, Am 25.01.2012 um 16:19 schrieb 吉野 孝: > Hi, > > I use LiveCode 5.0.2 for Android devices. > > I would like to store some data in my stack. > But I don't know how to store some data in my stack on an android device. > > At first, I used a field. But the field data is gone at

Re: How to store some data in my stack

2012-01-25 Thread Klaus on-rev
Hi Takashi, Am 25.01.2012 um 16:56 schrieb 吉野 孝: > Hi, Klaus > > Thank you for your quick reply! > > I changed my script, but it does not work on an android. > (It does work on my mac.) > > The following are the test script. > (URL is very easy! thanks) > > - Write button > on mouseUp > put

Icons in dialogs on Win 7

2012-01-25 Thread Klaus on-rev
Hi freinds, I noticed that on Windows 7 there are no icons in the ASK and ANSWER dialogs! GLOBAL gRevAppIcon has been set and works on the Mac!) Is that correct behaviour? Thanks in advance! Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: how to populate the menu items of a pulldown menu

2012-01-25 Thread Klaus on-rev
Hi Marty, Am 25.01.2012 um 20:05 schrieb Marty Billingsley: > Hi all -- > > How can you programmatically add items to a pulldown menu button? Is this a > settable property? yes, you can get and set -> the text of btn XYZ which is a CR delimited list of the menu items. > Been looking through

Re: Icons in dialogs on Win 7

2012-01-25 Thread Klaus on-rev
Hi folks, Am 25.01.2012 um 18:23 schrieb Klaus on-rev: > Hi friends, > > I noticed that on Windows 7 there are no icons in the ASK and ANSWER dialogs! > GLOBAL gRevAppIcon has been set and works on the Mac!) > > Is that correct behaviour? > > Thanks in advance! no W

Re: Icons in dialogs on Win 7

2012-01-25 Thread Klaus on-rev
Hi Ken, Am 25.01.2012 um 21:24 schrieb Ken Corey: > On 25/01/2012 20:12, Klaus on-rev wrote: >>> Hi friends, >>> >>> I noticed that on Windows 7 there are no icons in the ASK and ANSWER >>> dialogs! >>> GLOBAL gRevAppIcon has been set and works

Re: Trouble with 'there is a'

2012-01-27 Thread Klaus on-rev
Hi Pete, Am 27.01.2012 um 18:35 schrieb Pete: > Hi Ken, > You're saving my life on these Mac/Windows issues, thank you! One question > on this. What do the ask/answer file/folder dialogs return on Windows? > Does LC convert the "\" chars to "/" before putting it into the it variable, Yes! > o

Re: How to get all message names

2012-01-30 Thread Klaus on-rev
Hi Claudi, Am 30.01.2012 um 15:16 schrieb dunb...@aol.com: > I don't see a function like that, though most other keyword lists exist. > > -Original Message- > From: Claudi Cornaz > To: How to use LiveCode > Sent: Mon, Jan 30, 2012 9:11 am > Subject: How to get all message names > > >

Re: How to get all message names

2012-01-30 Thread Klaus on-rev
Hi Claudi, Am 30.01.2012 um 15:37 schrieb Klaus on-rev: > Hi Claudi, > Am 30.01.2012 um 15:16 schrieb dunb...@aol.com: >> I don't see a function like that, though most other keyword lists exist. >> >> -Original Message- >> From: Claudi Cornaz >&

Re: How to get all message names

2012-01-30 Thread Klaus on-rev
Hi Craig, Am 30.01.2012 um 16:08 schrieb dunb...@aol.com: > Clever, Klaus. :-) But this is only step 1... > But there are lots of groups in the stack "revDictionary". I selected > "message" to load the DG, and then went through each group and tried to > extract the dgText which contained, sa

  1   2   3   4   5   >