2012/10/19 Jerry Jensen :
> On Oct 18, 2012, at 9:32 PM, Mark Wieder wrote:
>>
>> But I've had
>> explicitVars enabled from the preferences menu for years and never had
>> a problem.
>
> I'm writing as a far more pedestrian user of LC than either Mark or Richard.
> I've had explicit variables enab
Hi Josep,
I deleted all lines with any reference to "status" and it still works for me, I
can send you the sample stack if you wish, which version of LC do you use?
Paul
On 2012-10-18, at 3:22 PM, Josep M Yepes wrote:
> Hi Paul,
>
> I follow your steps but the I can't drag more far away of 5
On Oct 18, 2012, at 9:32 PM, Mark Wieder wrote:
>
> But I've had
> explicitVars enabled from the preferences menu for years and never had
> a problem.
I'm writing as a far more pedestrian user of LC than either Mark or Richard.
I've had explicit variables enabled from the prefs for a long time
Richard-
Thursday, October 18, 2012, 8:51:46 PM, you wrote:
> Remember that LiveCode is dynamically compiled - the only copy of a
> script stored with a stack is the source copy, not any tokenized
> version. So whenever you open a stack, as part of the unpacking its
> scripts are dynamically co
Mark Wieder wrote:
> Thursday, October 18, 2012, 12:54:22 PM, you wrote:
>
>> If you choose to use explicitVars that's your own choice. But with all
>> due respect, you're not the only one making plugins.
>
> Sure, but as I pointed out, it doesn't affect other plugins. As long
> as you don't nee
Richard-
Thursday, October 18, 2012, 12:54:22 PM, you wrote:
> If you choose to use explicitVars that's your own choice. But with all
> due respect, you're not the only one making plugins.
Sure, but as I pointed out, it doesn't affect other plugins. As long
as you don't need to compile plugins
Andre-
Thursday, October 18, 2012, 2:31:25 PM, you wrote:
> TRICK #1:
> I replace every ampersand with something like:
> replace "&" with "#AMPERSAND#" in tXML
LOL. I use "_AMPERSAND_".
I also replace comma with "_COMMA_" because commas aren't allowed.
XML doesn't allow numeric keys, either,
Richard-
Thursday, October 18, 2012, 12:54:22 PM, you wrote:
>> Oh, wait... you're trolling again, right?
> I don't understand your frequent use of "trolling". I wasn't "trolling"
My apologies. I assumed a after that statement, but I guess it
didn't come across without my making it explicit.
Hi Paul,
I follow your steps but the I can't drag more far away of 5 pixels... :(
If you prefer delete the lines that put into fld "status" and you can see that
the button can't be dragged and I don't know why...
Any idea why?
Salut,
Josep M
El 18/10/2012, a las 19:00, use-livecode-requ...@lis
Chris,
In theory you can't have ampersands in XML because it assumes it is an
entity. You can try using & but it shouldn't work because XML is not
HTML. I will tell you my dirty trick for dealing with ampersands. Its a
very boring trick.
TRICK #1:
I replace every ampersand with something like:
Well, how about that? I think that worked. I thought I had tried that earlier,
but apparently not.
Thanks,
Chris
On Oct 18, 2012, at 11:51 AM, stephen barncard
wrote:
> did you try its number ?? &
>
> http://www.w3schools.com/html/html_entities.asp
>
>
> On Thu, Oct 18, 2012 at 8:35
On 10/18/12 3:20 PM, Peter Haworth wrote:
I certainly don't want to force anyone except me into using explicit vars,
or strict compile mode, or whatever the correct term is, but I do want to
use them when developing on my computer.
I'm still trying to figure out why anyone would want to. Some
On 10/18/12 2:54 PM, Richard Gaskin wrote:
And as far
as I know, Jacque wasn't "trolling" each of the times you suggested she
was either.
Actually he said I indulged in hyperbole. But I've said a million times
I don't do that. :)
--
Jacqueline Landman Gay | jac...@hyperactivesw.c
Hi Richard,
I think perhaps I didn't explain what I am trying to achieve very well.
I certainly don't want to force anyone except me into using explicit vars,
or strict compile mode, or whatever the correct term is, but I do want to
use them when developing on my computer. The scheme I had in min
Mark Wieder wrote:
Richard-
Thursday, October 18, 2012, 11:45:18 AM, you wrote:
There are probably some users who run with it on, but not many.
...sad, but possibly true.
IIRC, explicitvars were seen as too cumbersome to work with, since as a
truly global property the required that EVERYT
Richard-
Thursday, October 18, 2012, 11:45:18 AM, you wrote:
> There are probably some users who run with it on, but not many.
...sad, but possibly true.
> IIRC, explicitvars were seen as too cumbersome to work with, since as a
> truly global property the required that EVERYTHING you're using c
Richard,
When this recently occurred when I started reworking one of my old projects, I
was non-plussed, having actually forgotten how to declare vars explicitly.
(smile) With my very poor vision I started looking for instances in which I had
done so in the past and could not find any. So I am
Tom Mcgrath did some work on this using mergAccessory. He was writing a library
for it. I haven't heard much about his project for a while though. Basically if
its a Made for iPhone accessory you can use mergAccessory to work with it. You
just need docs about the protocol it uses.
Cheers
Monte
I wouldn't worry too much about making your scripts "compliant" with
explicitvars.
There are probably some users who run with it on, but not many.
The IDE itself doesn't really use it except during compilation only, it
seems - here's where the dizzyingly long chain of commands that gets
invok
Is anyone using LiveCode and the Redpark kit to interface iOS to external
devices?
Easy, hard, tips?
thanks!
Ben
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
did you try its number ?? &
http://www.w3schools.com/html/html_entities.asp
On Thu, Oct 18, 2012 at 8:35 AM, Chris Sheffield wrote:
> For all you xml experts out there. Hoping someone has the answer for
> this...
>
> I need to use an ampersand character (&) in xml. It's in a company name
Or there's this property that can be set:
explicitVariables = true or false
:-)
On Oct 18, 2012, at 11:28 AM, Chris Sheffield wrote:
> Pete,
>
> It is possible to toggle it via the Edit menu when you have a script window
> open. Still a hassle, but doesn't take nearly as long as opening the
Pete,
It is possible to toggle it via the Edit menu when you have a script window
open. Still a hassle, but doesn't take nearly as long as opening the prefs and
doing it that way.
Chris
--
Chris Sheffield
Read Naturally, Inc.
www.readnaturally.com
On Oct 18, 2012, at 11:20 AM, Peter Hawort
Still working on converting my stacks to use explicit variables and am
realising the significance of the fact that the explicit variables setting
is global to the ID not local to a stack. Until I get all my stacks
converted, I'd like to pick and choose which ones use explicit variables
and which d
Hi Josep,
Your code stops at line 11 where the word status has wrapped to a new line and
so has dropped out of the comment, also at line 13.
It gives this error in the 'Errors" pane of the Script Editor:
button "Button": execution error at line 11 (Handler: can't find
handler) near "sta
On 10/18/2012 04:50 AM, Richard Gaskin wrote:
Finally got back to my Linux box - turns out the log in question is:
/var/log/dmesg
It may be a red herring, but as the DBus log it would seem a
reasonable place to start looking for interapp conflicts.
If you don't see anything there that seems
This maintenance update to Quartam PDF Library fixes a bug with text line
height in tables, and extends the supported text alignments with 'leftJustify',
'centerJustify' and 'rightJustify' for textflows that are more pleasing to the
eye.
The cross-platform .zip archive can be downloaded at:
For all you xml experts out there. Hoping someone has the answer for this...
I need to use an ampersand character (&) in xml. It's in a company name like
Levi Strauss & Co. Everything I can find on the topic says to use the entity
reference "&", but this doesn't seem to be working. I just end up
Hi Tom,
Am 18.10.2012 um 17:04 schrieb tbodine :
> When I click on address in your message, it takes me to a form
> page. Completing the form and clicking send generates the error. -- Tom
AHA! :-)
Well, this is not MY form but rather NABBLE's form, so I cannot help you there.
Will send you the
When I click on address in your message, it takes me to a form
page. Completing the form and clicking send generates the error. -- Tom
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Poll-Ann-Desktop-Video-Externals-tp4656465p4656485.html
Sent from the Revolutio
Hi Tom,
Am 18.10.2012 um 16:36 schrieb tbodine :
> Hi,
> I get a "Missing domain" error when I use your form to send the email
> response.
what FORM?
> -- Tom
Best
Klaus
--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com
___
use-livecode
Hi,
I get a "Missing domain" error when I use your form to send the email
response.
-- Tom
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Poll-Ann-Desktop-Video-Externals-tp4656465p4656483.html
Sent from the Revolution - User mailing list archive at Nabble.com.
Hi,
maybe a dumb question, but is there a way to trap the url of a clicked/tapped
link in an browser control under android, before the link is loaded?
browserloadrequest is ios only.
Any idea?
Regards,
--
Matthias Rebbe
matthias (at) rebbe.tk
Tel +49.5741.31
Tel +49.160.5504462
--
"Life
33 matches
Mail list logo