Re: I lost my property inspector

2014-04-30 Thread J. Landman Gay
On 4/30/14, 10:01 PM, Bob Sneidar wrote: Jacque: Your clients are seeing the problem I reported earlier, only I am not sure they know how they produced it. Further sleuthing reveals it wasn't the inspector they had a problem with, it turns out it was the (older) app browser. The symptoms are

Re: I lost my property inspector

2014-04-30 Thread Bob Sneidar
Dar, your stack is not broken. I reported this last week, and only a few people could reproduce it. I got the same results with a new stack. I suspect that people were not following my recipe, and so did not see the problem. Try this: 1. Quit Livecode 2. Launch Livecode 3. Create new stack 4. D

Re: I lost my property inspector

2014-04-30 Thread Malte Brill
Hi Dar, sounds like the IDE is running into an error and hiding it from you. Have you tried put true into gRevDevelopment from the messagebox already? That might bring up some hints. Best, Malte ___ use-livecode mailing list use-livecode@lists.runre

Re: Full text justification

2014-04-30 Thread Peter Haworth
Hi Dave, This doesn't seem to work on OSX 10.7.4, LC 5.5.4, For example, with the wide field, I get a line break after the word "explains", then a line with "what those" in it, then a line with "numbers mean." SImilar results with the other paragraphs and also with the other field widths. Same re

Re: I lost my property inspector

2014-04-30 Thread Dar Scott
Nope. Just a getprop. A mouseDown. And a function. On Apr 30, 2014, at 2:59 PM, Kay C Lan wrote: > Dar, > > I have seen something very similiar to what you are experiencing and I > believe the cause was the incorrect naming of both Custom Property Sets and > Custom Properties and my use o

Re: I lost my property inspector

2014-04-30 Thread Dar Scott
Nope. I quit, deleted, relaunched. On Apr 30, 2014, at 12:19 PM, Richmond wrote: > On 30/04/14 20:54, Dar Scott wrote: >> I’m running around in circles at the moment, but when I get a chance I’ll >> put this into a reportable form. >> >> Do you think I could have a definition or call in my sc

Re: I lost my property inspector

2014-04-30 Thread Kay C Lan
Dar, I have seen something very similiar to what you are experiencing and I believe the cause was the incorrect naming of both Custom Property Sets and Custom Properties and my use of array notation. This from the User Guide: Custom Property Names The name of a custom property

Re: [OT] On RegExp

2014-04-30 Thread Kay C Lan
Alain, you may prefer this site: http://regex101.com/#pcre LC uses the pcre regex library and the above site allows you to choose between any and/or all of pcre, javascript and python. It is very similar to the previously listed site in that it has a whole bunch of Community provided solutions al

Re: LC, IOS 7 and UIKeyCommand

2014-04-30 Thread Mark Wilcox
Hi Richard, Sorry for a rather late reply to this. I'm not sure what level of answer you're looking for. You've found the appropriate incantations in Objective-C. They need to be used in an external, or someone would need to contribute this feature to the engine. Given the issue noted in your l

Re: Full text justification

2014-04-30 Thread Dave Kilroy
Hi Al Not sure if I can really upload 6 images (3 fields in Mavericks and 3 in Win 7 - all using LC 6.62(rc2)) but I'll give it a go. FYI the field widths are 200, 350 and 755 pixels. I had an issue using the stack on Windows 7 with LC 6.6.2(rc2) and tweaked it somewhat - and you'll now see a co

Open Source Web-based translation platforms

2014-04-30 Thread Alejandro Tejada
Hi All, Based in your personal experience or workteam experiences Which open source web-based translation platform works better? 1) https://www.transifex.com 2) https://launchpad.net 3) http://pootle.translatehouse.org/index.html 4) http://weblate.org 5) http://openbuildservice.org 6) http://zana

Re: I lost my property inspector

2014-04-30 Thread J. Landman Gay
I'm doubtful that anything in your scripts would cause it. The inspector just looks at the properties that are relevant to it, I think it ignores the scripts. The only thing I can think of is if you used an IDE handler that interfered, but I know in my own stack I didn't do that and my client s

Re: Full text justification

2014-04-30 Thread Alejandro Tejada
Hi Dave, Could you post screenshots of the 3 fields justified in the platforms that you use? Thanks in advance! Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Full-text-justification-tp4678860p4678867.html Sent from the Revolution - User mailing list archi

Re: I lost my property inspector

2014-04-30 Thread Richmond
On 30/04/14 20:54, Dar Scott wrote: I’m running around in circles at the moment, but when I get a chance I’ll put this into a reportable form. Do you think I could have a definition or call in my script that could do this? Dar This question will probably "P" you off; but I have to ask it:

Sexy Hexxy?

2014-04-30 Thread Richmond
Have I been hallucinating, or did I see a post, somewhere, the other day where Unicode addresses were entered in their original Hexadecimal? It certainly would save an awful lot of time spent converting from Hex to Decimal. Richmond. ___ use-livecod

Re: I lost my property inspector

2014-04-30 Thread Dar Scott
I’m running around in circles at the moment, but when I get a chance I’ll put this into a reportable form. Do you think I could have a definition or call in my script that could do this? Dar On Apr 30, 2014, at 10:58 AM, J. Landman Gay wrote: > On 4/30/14, 11:01 AM, Dar Scott wrote: >> I can

Re: I lost my property inspector

2014-04-30 Thread J. Landman Gay
On 4/30/14, 11:01 AM, Dar Scott wrote: I can open the object inspector on some other object and after a few seconds it comes up. Then I can click on that bad button after that and the object inspector comes up with weird values in the fields. “Combobox Menu” in the name field and ‘stack revTemp

Re: I lost my property inspector

2014-04-30 Thread Dar Scott
I found a workaround. It turned out to be just that one button on that one stack. I can open the object inspector on some other object and after a few seconds it comes up. Then I can click on that bad button after that and the object inspector comes up with weird values in the fields. “Comb

Re: Really basic SQLite questions

2014-04-30 Thread Peter Haworth
On Tue, Apr 29, 2014 at 8:16 PM, Kay C Lan wrote: > I've just done a check and I'm not seeing any error. I use to get something > like 'table not available' or 'table doesn't exist'. All I'd have to do was > close the management tool and LC would work properly again. So a couple of > years ago I

Full text justification

2014-04-30 Thread Dave Kilroy
Hi all I've just posted a new topic on the forum about fully justified text (that is, both left and right margins are justified) - and have included a stack showing where I've got to (not too bad as long as you don't look too hard) - if you can make any suggestions on what I've done or even code u

Re: Newbie question

2014-04-30 Thread Colin Holgate
Part is a synonym of control, no doubt for compatibility with HyperCard reasons. On Apr 30, 2014, at 11:49 AM, Klaus major-k wrote: > >I'm stumped, too! What is a PART in Livecode? 8-) ___ use-livecode mailing list use-livecode@lists.runrev.com Pleas

Re: Newbie question

2014-04-30 Thread Klaus major-k
Hi Alain, Am 30.04.2014 um 13:41 schrieb Alain Farmer : > Thanks for your response, Klaus. > I figured it out. Fields and buttons don't have the cantDelete property. > Groups do have the cantDelete property. > Groups, Fields, Buttons .. eg controls ... are aka PARTS too. AH! part = control! Go

Re: play sound problem

2014-04-30 Thread larry
Thanks to Jerry (and everyone who gave good feedback) for answering this question. Larry - Original Message - From: "Jerry Jensen" To: "How to use LiveCode" Sent: Tuesday, April 29, 2014 3:11 PM Subject: Re: play sound problem wait with messages. See the dictionary entry for wait

Re: Newbie question

2014-04-30 Thread Alain Farmer
Exactly, Jacque. Thank you kindly for responding. Btw I am creating some experimentation stacks, that I will share with y'all soon. Kind regards, Alain On Wednesday, April 30, 2014 1:17:44 AM, J. Landman Gay wrote: On 4/29/14, 11:28 PM, Alain Farmer wrote: > I am stumped. Why the contradict

Re: Newbie question

2014-04-30 Thread Alain Farmer
Thanks for your response, Klaus. I figured it out. Fields and buttons don't have the cantDelete property. Groups do have the cantDelete property. Groups, Fields, Buttons .. eg controls ... are aka PARTS too. Btw I've just completed a stack for experimenting with XMLlib; that I will share soon. O

Re: Newbie question

2014-04-30 Thread Klaus major-k
Hi Alain, Am 30.04.2014 um 06:28 schrieb Alain Farmer : > I am stumped. Why the contradiction below ? > > on mouseUp >answer the cantDelete of part 1 -- answers true or false >repeat with x = 1 to the number of parts > get the cantDelete of part x -- error! object does not have thi

Re: Vertical Menubar stack

2014-04-30 Thread Richmond
On 20/04/14 01:21, Alejandro Tejada wrote: Hi Richmond, Many Thanks for sharing your stacks! :D Are you going to expand these palettes to allow developers include custom tools (using front or back script) and insert custom controls (like groups)? Al I don't really see how I can mess around

Editor window doesn't open after a while anymore

2014-04-30 Thread Tiemo Hollmann TB
Hello, I am working with LC 6.5.2 on Win 7. But this bug comes up since long time ago. When having multiple windows open, having multiple scripts in the script editor window open and wanting to open another script, the script editor window stays minimized in the task bar and doesn't opens anym

Re: [OT] free personality portraits

2014-04-30 Thread Richmond
On 30/04/14 08:10, Alejandro Tejada wrote: Robert Brenstein wrote [snip] Anybody that completes the first questionnaire can get a short personality portrait emailed to them. [snip] When? I completed the first questionnaire weeks ago. Do not have received this short personality portrait from th