Bob,
Thank you. Yes, I did miss it.
That works well in Firefox, but, alas, not in Safari. (Mac OS 10.6.8, Safari
5.1.2)
Jim
Bob Sneidar wrote:
> I already posted but you must have missed it. Right-click Safari and get
> info. Tell it to open in 32 bit mode. Bob On Jan 25, 2012, at 4:38
>>
>> Did someone succeed in writing a file on android?
>
> I have done it. I'm not sure why your code doesn't work, it's very much like
> mine. Did you write a file first before you tried to read it?
Yes. I wrote a file first, then read it.
I give up this problem...
_.__ ._ _. ._ ._.__ .. ._
On 1/25/12 6:05 PM, Takashi Yoshino wrote:
- Read button
on mouseUp
put specialFolderPath(“documents”)& "/"& “testFile.txt” into tFile
if there is a file tFile then
put URL("file:"& tFile) into fld "Data"
put the result into fld "msg"
else
answer "No file yet!"
end if
end mouseUp
On 1/25/12 6:34 PM, Jim Hurley wrote:
Addendum to previous post.
I upgraded FireFox to the latest version and now I get a message that
Fire Fox needs to restart in 32 bit mode to run my revlet.
What can I do to the image in the revlet to avoid this problem?
Nothing, the problem isn't in the c
Bob,
Thank you.
That was very helpful. The only key that had data was the record ID - explains
why clicking on a line still opened the record viewer but nothing else was
visible.
Looking deeper.
PL
On Jan 25, 2012, at 5:36 PM, Bob Sneidar wrote:
> put the dgData of group "" into theDataA
> put
Perfect. Thanks much!
- marty
Bob Sneidar wrote:
>
> get the text of button "myPullDownNemu"
> put "Choice 1" & cr & "Choice 2" & cr after it
> set the text of button "myPullDownNemu" to it
>
> Is that what you were looking to do?
>
> Bob
>
>
> On Jan 25, 2012, at 11:05 AM, Marty Billing
On Jan 25, 2012, at 3:57 PM, Art DiVito wrote:
> Thanks, Mark and Bob. So, it is okay to use the LC dafault icons, but less
> professional, right? Here's the thing: I have a very nice, well working,
> program and I would like to put it on the market both for altruistic purposes
> and to earn so
I already posted but you must have missed it. Right-click Safari and get info.
Tell it to open in 32 bit mode.
Bob
On Jan 25, 2012, at 4:38 PM, Andre Garzia wrote:
> Jim,
>
> RevLets only work in 32bit mode. There is no way to solve that at this moment.
>
> =/
>
> On Wed, Jan 25, 2012 at 1
Okay, do this in a script:
put the dgData of group "" into theDataA
put printKeys(theDataA)
The message box will now contain the text representation of the array from your
data grid. Copy that and take it into some kind of text editor that can show
you things like line feeds or special characte
Jim,
RevLets only work in 32bit mode. There is no way to solve that at this moment.
=/
On Wed, Jan 25, 2012 at 10:34 PM, Jim Hurley wrote:
> Addendum to previous post.
>
> I upgraded FireFox to the latest version and now I get a message that Fire
> Fox needs to restart in 32 bit mode to run my
Addendum to previous post.
I upgraded FireFox to the latest version and now I get a message that Fire Fox
needs to restart in 32 bit mode to run my revlet.
What can I do to the image in the revlet to avoid this problem?
I am a BIT of a novice here.
Jim
> Message: 20
> Date: Tue, 24 Jan 2012
Hi Paul,
That does sound weird. I have had similar problems when carriage returns
are in the data but usually you see some rows that look OK, then a bunch of
blank or partial data rows, then back to normal display. I guess if the
first record you tried to display was full of carriage returns, it
Pete,
That makes sense, but ALL of the data that should be displayed in the data grid
is missing - although the scroll bars scroll like it is there.
Paul Looney
On Jan 25, 2012, at 3:31 PM, Pete wrote:
> Carriage returns in the middle of a column will also mess up the datagrid
> if you are using
Mark,
There should be no unicode. Is there an easy way to test?
Paul Looney
On Jan 25, 2012, at 2:46 PM, Mark Schonewille wrote:
> Is it possible that the database contains unicode text?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Pleas
I give you this from the Apple Support community:
You can switch to 32 bit mode on Safari on a Mac running Snow Leopard 10.6.8
and Safari 5.1.
Right or control click the Safari app in the Applications folder then click Get
Info.
Select: open in 32-bit mode
Quit then relaunch Safari.
I got this
Hi, Klaus
Thank you for your help!
> - Read button
> on mouseUp
> put specialFolderPath(“documents”) & "/" & “testFile.txt” into tFile
> if there is a file tFile then
>put URL("file:" & tFile) into fld "Data"
>put the result into fld "msg"
> else
> answer "No file yet!"
> end if
> end
On Wed, Jan 25, 2012 at 6:37 PM, John Craig wrote:
> Thanks for all the feedback so far! A fair few of you reported that
> version 2-L codes did not scan - that bug has been fixed. I've also been
> testing all combinations up to version 10 and they have all been
> successful. My other tests hav
Hi John,
Just tested it on my Windows 7 machine and it is working like a charm...
Playing with it at the moment. NICE WORK!
Sincerely,
- Boo
-Original Message-
From: John Craig
Sent: Wednesday, January 25, 2012 5:37 PM
To: How to use LiveCode
Subject: Re: [ANN] libQR
Thanks for al
Thanks for all the feedback so far! A fair few of you reported that
version 2-L codes did not scan - that bug has been fixed. I've also
been testing all combinations up to version 10 and they have all been
successful. My other tests haven't been as structured (yet), but I've
been creating mi
Carriage returns in the middle of a column will also mess up the datagrid
if you are using the dgText rather than the dgData property. It makes the
datagrid think a new line of data has started in the middle of the column.
Pete
On Wed, Jan 25, 2012 at 2:21 PM, Paul Looney wrote:
> Are there cha
On 25/01/2012 15:54, Thomas McGrath III wrote:
These are exactly the kinds of things I ran into as well. One thing that happens is that when
rotating an image the image gets distorted and so we need the resizeQuality set to "good"
or "best" but then it really slows down even further.
Okay, so
Hi Paul,
Is it possible that the database contains unicode text?
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Download the Installer Maker Plugin 1.7 for LiveCo
>
> Message: 20
> Date: Tue, 24 Jan 2012 09:56:25 -0600
> From: "J. Landman Gay"
> To: How to use LiveCode
> Subject: Re: Revlets on the web
> Message-ID: <4f1ed4a9.8050...@hyperactivesw.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 1/23/12 2:16 PM, Jim Hurley wrote:
I'm willing to bet money that it is a Windows UI issue. There is probably no
way to pass an icon to a Windows dialog.
Bob
On Jan 25, 2012, at 12:32 PM, Klaus on-rev wrote:
>> That makes icons happen on all 4.
>
> Yep, but I meant the (global) gRevAppIcon!
>
> On the other hand, the dictiona
Hi Klaus,
As it is just a stack, you can take a look at the script of the first card of
the Answer and Ask stacks.
There you'll find the answer (no pun intended) - the gRevAppIcon will only
appear on MacOS X.
And it looks like the gRevSmallAppIcon functionality is still broken since 'OK'
remove
Are there characters that prevent a Data Grid from displaying?
We have Data Grid in the UI front end to a database.
For years it has worked well with databases for many different customers.
Recently the data from one customer would not display. Stepping through the
code, all was well until the en
I did change to 32-bit mode, but in Safari it doesn't work. With firefox in
32-bit mode everything is ok. Is it not possible to use revlets with Safari
(5.1.2)? or did I do something wrong?
Till
Am 24.01.2012 um 16:56 schrieb J. Landman Gay:
> ...provided you have the plugin installed, but cur
Thanks, Mark and Bob. So, it is okay to use the LC dafault icons, but less
professional, right? Here's the thing: I have a very nice, well working,
program and I would like to put it on the market both for altruistic purposes
and to earn some revenue so that I can update it to a more polished pr
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 on the Mac!)
>>>
>>> Is that correct behaviour?
>
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 on the Mac!)
Is that correct behaviour?
Thanks in advance!
no Windows 7 user who can at least confirm this?
C'mon :-)
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 Windows 7 user who can at le
True - there are many possibilities for symbol driven systems!
B)
On 25/01/2012 14:22, Andre Garzia wrote:
John,
Cool =)
That, allied with Monte barcode reader external is a great combo.
=)
On Wed, Jan 25, 2012 at 11:14 AM, John Craig wrote:
Hi, Roger. All versions (1-40) and error
On 1/25/12 1:40 PM, Bob Sneidar wrote:
That may help whoever at RR to troubleshoot it. If
I knew where in the library this was handled I would troubleshoot it
myself!
They won't see it here, it needs to go into the QCC.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperAct
Yes, want to remove them/add them back entirely, and I have that working
now.
Thanks,
Pete
On Wed, Jan 25, 2012 at 11:18 AM, J. Landman Gay
wrote:
> The scrollbars should automatically go blank if the group fully encloses
> its contents, and draw the thumb if it doesn't. If you mean you want to
>
They all look good to me. Something must have converted them.
Bob
On Jan 25, 2012, at 10:39 AM, Robert Brenstein wrote:
> Hi Takashi,
>
>> put fld "Data" into URL("file:" & specialFolderPath("documents") & "/" &
>> "testFile.txt")
>
> I notice that you have two different kinds of quotes in
get the text of button "myPullDownNemu"
put "Choice 1" & cr & "Choice 2" & cr after it
set the text of button "myPullDownNemu" to it
Is that what you were looking to do?
Bob
On Jan 25, 2012, at 11:05 AM, Marty Billingsley wrote:
> Hi all --
>
> How can you programmatically add items to a pull
In the default debugger you can select the Breakpoints in the lower tab. Then
right-click and select New Watch. Select Global Scope in the Handler popup.
Select a global variable in the Variable popup. Set a condition (or no it
doesn't matter). Click OK. Crash to desktop. DISCLAIMER: Save your c
On 1/25/12 12:17 AM, Pete wrote:
Hi Jacque,
Setting lockloc to true fixed it, thanks! For some reason or other, I have
a hangup about that property - always seems like it's the wrong way round,
with "locked" meaning it will change dimensions and "not locked" meaning it
won't.
Think of it as "l
On 1/24/12 11:28 PM, Mark Wieder wrote:
You're confusing breakpoints and watched variables. It used to be that you
couldn't set a watch on a global variable, but that bug (6506) was fixed in
version 4.5.2. If you're using PowerDebug for this, just click to the left of
the global name in the glob
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
Hi all --
How can you programmatically add items to a pulldown menu button? Is this a
settable property?
Been looking through the documentation, but haven't come across anything.
Thanks,
- marty
--
Marty Billingsley
Department of Computer Science
The University of Chicago Laboratory Schools
_
Hi Takashi,
put fld "Data" into URL("file:" & specialFolderPath("documents") &
"/" & "testFile.txt")
I notice that you have two different kinds of quotes in the above. If
that is your actual code, those non-programmer's quote might be the
problem.
robert
_
You can arrayEncode an array with all the saved data and write that to a low
level file. arrayDecode it when reading it back. That would keep the data from
being visible by less than benign users.
Bob
On Jan 25, 2012, at 10:02 AM, Richmond wrote:
> Saving multiple fields from a standalone in
Richmond,
Quite a while ago, I posted a suggestion on my blog: http://qery.us/1j9
I still have to post part II. I can't promise when I will do that though.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://t
use a prefs stack and custom properties. a script can install a default one
if one doesn't exist
On 25 January 2012 10:02, Richmond wrote:
> Saving multiple fields from a standalone in a way that they will reload
> into
> their originating fields once the standalone is restarted?
>
> 1. Multiple
Hi Ken & Thomas,
I am fighting the same battle, so please let me participate in your discussion.
Ken wrote:
> As for the quality issues, what I'd suggest is that on the pinchStart
> event the quality of the image is saved during the pinch, the quality of
> the image is set to 'reduced' while p
Thanks again for the replies Bernard and Richard. I have learned a lot in these
conversations. In my LC coding life I have not had to use an SQL database or
JSON, and as I have my work cut out just getting to understand iOS development
and all that it implies (including non-technical stuff like
Saving multiple fields from a standalone in a way that they will reload into
their originating fields once the standalone is restarted?
1. Multiple RTF files in a folder/directory? [This seems messy, and
leaves lots of room for stuff to go wrong].
2. Delimited RTf file?
3. Something else?
Ri
It is not that you can't use them. It just makes your app look more pro by
having personalized icons if you plan to sell it. If this is for internal work
then I would not bother either.
Best regards,
Mark Talluto
http://www.canelasoftware.com
On Jan 24, 2012, at 5:15 PM, Bob Sneidar wrote
Right. I saw that as well. Thanks again. Excellent work. I can see this
being very helpful in the near future.
Best regards,
Mark Talluto
http://www.canelasoftware.com
On Jan 24, 2012, at 3:43 PM, Monte Goulding wrote:
> There is a separate license for each external as some use open sou
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
Ok I see. When I first clicked next to the variable it was not a global so
that is why when I declared it to a global later it didn't CTD. I went back and
checked the watch point and it's scope was the script of the stack. When I set
it's scope to global, LC immediately crashes. Sorry for the c
Hi,
Group everything, disable the group.
Better would be to never bring the user of your software in a situation where
the main window becomes inaccessible.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http:/
Well darned it I just went back and tried again, making the variable a global
and it did NOT crash to desktop!! How odd!
Bob
On Jan 24, 2012, at 9:28 PM, Mark Wieder wrote:
> Bob Sneidar writes:
>
>> though. This is a feature that used to work. I know because GLX2 used to do
> this successf
Oddly, watchedVariables is not in the dictionary. I created a new stack, set a
global in the stack script, created an Openstack handler, set a breakpoint in
the first line of the handler, and changed the value of the global twice, once
to empty and once to a string of text. I ran OpenStack and w
Has anyone read up on what would be the "right" way to do a
cross-platform indication that the main application window is not
accessible just now?
I'm thinking of putting an graphic with a gradient and alpha channel in
front of my interface, so that the style is reminiscient of an iPod, at
le
Hi Mark. Actually, this was back when GLX2 encompassed the debugger too.
Apparently you still cannot set a watched variable on a global. That is the
problem I am having. The instant I set the watched variable I crash to desktop.
It may be an issue with watching an array variable. I will check th
On Jan 24, 2012, at 5:15 PM, Pete wrote:
> Hi Ken,
> The problem I'm having is centering two controls - one is a button with an
> icon assigned to it and set to not display the name, and the other is a
> label immediately below the icon that displays what would normally be the
> button name. I s
On 25/01/2012 16:19, Ken Corey wrote:
As for the quality issues, what I'd suggest is that on the pinchStart
event the quality of the image is saved during the pinch, the quality of
the image is set to 'reduced' while pinching, and then in the pinchEnd
the quality is set back to its previous value
On 25/01/2012 15:54, Thomas McGrath III wrote:
These are exactly the kinds of things I ran into as well. One thing that happens is that when
rotating an image the image gets distorted and so we need the resizeQuality set to "good"
or "best" but then it really slows down even further.
Well, tu
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
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 fld "Data" into URL("file:" & specialFolderPath(“documents”) & "/" &
“tes
Ken,
These are exactly the kinds of things I ran into as well. One thing that
happens is that when rotating an image the image gets distorted and so we need
the resizeQuality set to "good" or "best" but then it really slows down even
further.
Still looking
-- Tom McGrath III
http://lazyriver.
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
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 the next launches.
Next, I tried to use file.
The following are the test
Hi,
Am 25.01.2012 um 15:22 schrieb Andre Garzia:
> John,
>
> Cool =)
>
> That, allied with Monte barcode reader external is a great combo.
That is exact what i was thinking.
Matthias
>
> =)
>
> On Wed, Jan 25, 2012 at 11:14 AM, John Craig wrote:
>
>> Hi, Roger. All versions (1-40)
John,
Cool =)
That, allied with Monte barcode reader external is a great combo.
=)
On Wed, Jan 25, 2012 at 11:14 AM, John Craig wrote:
> Hi, Roger. All versions (1-40) and error correction levels (L,M,Q,H) are
> supported and you can specify the module size. As the library writes to a
>
Hi, Roger. All versions (1-40) and error correction levels (L,M,Q,H)
are supported and you can specify the module size. As the library
writes to a LiveCode image object, you can also rescale it after
generation. I'm still busy with the MobGUI to-do list and more android
elements are on the w
John,
I would like to try it out. We use QR codes, but have to rely on other
systems to generate them. Can it do various sizes and densities?
Question: Will we see more Android UI elements in your awesome MobGUI
product? Preferences elements would be cool to link to the new hardware
menu button
On 25/01/2012 12:20, Malte Brill wrote:
if you disable your field, it will not trap any messages
(set the disabled of fld "log" to true)
I /thought/ I'd tried that, but clearly I hadn't.
That's perfect, Thanks, Malte.
-Ken
___
use-livecode mailing
Hi Ken,
if you disable your field, it will not trap any messages
(set the disabled of fld "log" to true)
Hope that helps,
Malte
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage yo
Hi All,
For debugging when running on my iPad, I like to drop a multi-line label
named "log", and have the following:
on log txt
if exists(field "log") then
put txt&cr before log
end if
end log
on errorDialog sE,sP
log sE&"|"&sP
end errorDialog
This is great and all, at least it's
Hi, everyone. I had a project requirement to generate QR codes from
within LC and have just completed the library. I'll release it after
more testing, but if anyone wants a test stack then please drop me an
email. As it's all coded in LC, it should work fine on Windows / Mac /
Linux.
Thank
73 matches
Mail list logo