Re: When me is not me

2018-03-09 Thread Brian Milby via use-livecode
I think I know what is going on. If you add a couple of put statements to that script you will find that "me" by itself doesn't include the card or stack. So "put me" would give something like [group "Language Choice"] which isn't specific enough from another card. This works: local tID put

Re: When me is not me

2018-03-09 Thread Peter Bogdanoff via use-livecode
Yes, it works great if you are on the card, not if you are somewhere else. > On Mar 9, 2018, at 6:03 PM, Mike Bonner via use-livecode > wrote: > > Nevermind. Another card. DOH > > On Fri, Mar 9, 2018 at 6:59 PM, Mike Bonner wrote: > >>

Re: When me is not me

2018-03-09 Thread Mike Bonner via use-livecode
Nevermind. Another card. DOH On Fri, Mar 9, 2018 at 6:59 PM, Mike Bonner wrote: > What version? Its working for me in 9 dp11 by using either dispatch or > send to the group. > > In the group: > command doit pbtn >set the hilitedbutton of me to pbtn > end doit > > And

Re: When me is not me

2018-03-09 Thread Mike Bonner via use-livecode
What version? Its working for me in 9 dp11 by using either dispatch or send to the group. In the group: command doit pbtn set the hilitedbutton of me to pbtn end doit And from the message box.. send ("doit" && 2) to group 1 or dispatch "doit" to group 1 with 3 On Fri, Mar 9, 2018 at 6:23

When me is not me

2018-03-09 Thread Peter Bogdanoff via use-livecode
I learned something today. I was trying by script to set the hilite of a radio button in a group on another card. My script is in the group “Language Choice” which is called by openStack. I’m thinking that “me” would operate on the group: set the hilitedButton of me to tNum Didn’t

Re: Navigation widget

2018-03-09 Thread Brian Milby via use-livecode
Correct... the code does not currently support nothing being selected. It should not be that difficult to add though. On Fri, Mar 9, 2018 at 4:20 PM Ralph DiMola wrote: > Setting it to zero was what I was what I tried it and it did nothing. What > I was thinking of is

RE: Navigation widget

2018-03-09 Thread Ralph DiMola via use-livecode
Setting it to zero was what I was what I tried it and it did nothing. What I was thinking of is a splash page with the navigation widget all gray and then you select an option and navigate to that page. After that one item would always be hilited. Ralph DiMola IT Director Evergreen

Re: Navigation widget

2018-03-09 Thread Brian Milby via use-livecode
Although that could be an interesting thing to change on Thursday in my LCG talk (allow a selection of “0”). Not sure if it would get accepted, but would make a good demo of the process. On Fri, Mar 9, 2018 at 3:37 PM Brian Milby wrote: > Navigation Bar should always have

Re: Navigation widget

2018-03-09 Thread Brian Milby via use-livecode
Navigation Bar should always have exactly one icon selected. On Fri, Mar 9, 2018 at 3:26 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > I can't seem to figure out how to reset the hilited option back to > unhilited. None of the traditional button properties seem to

Re: Forcing a device update

2018-03-09 Thread Bob Sneidar via use-livecode
You've just summarized my whole life in general. ;-) Bob S > On Mar 9, 2018, at 12:10 , J. Landman Gay via use-livecode > wrote: > > I feel both relieved and stupid. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com

Navigation widget

2018-03-09 Thread Ralph DiMola via use-livecode
I can't seem to figure out how to reset the hilited option back to unhilited. None of the traditional button properties seem to work. I can change the hilited option but not clear it. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

Re: Unicode inconsistency

2018-03-09 Thread Brian Milby via use-livecode
Is it a font issue? I get an empty box on Win10 and a box with a ? inside on my Mac. Had to go to fileformat.info to see what it should look like. On Fri, Mar 9, 2018 at 1:49 PM Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > When I do this: > > put

Re: Forcing a device update

2018-03-09 Thread J. Landman Gay via use-livecode
On 3/9/18 1:51 PM, J. Landman Gay via use-livecode wrote: On 3/8/18 6:24 PM, Ralph DiMola wrote: dispatch "androidDevicesChanged" to stack ("revDeployLibraryAndroid") I had high hopes, but no go. It was me. The app opens a bunch of stacks including the one I was working on. The test

Re: Forcing a device update

2018-03-09 Thread J. Landman Gay via use-livecode
On 3/8/18 6:24 PM, Ralph DiMola wrote: dispatch "androidDevicesChanged" to stack ("revDeployLibraryAndroid") I had high hopes, but no go. My phone was uncabled overnight, I left LC running with all the various windows and scripts open. Just cabled the phone up again. Terminal sees it

Unicode inconsistency

2018-03-09 Thread Richmond Mathewson via use-livecode
When I do this: put numToCodePoint(0xA8FD) [Jain Omkara] I get the symbol in the Message Box. HOWEVER when I do this: put numToCodePoint(0xA8FD) into fld "gg" I get a "silly square: in fld "gg" For those of us who are "kinky" about symbols such as the Jain OM this is "most unfortunate".

Re: Bizarre Number Sort of Files Mac

2018-03-09 Thread Bob Sneidar via use-livecode
Hmmm... I ran into this a few days ago. If you sort numeric, and any of the values are not numeric, the sort fails silently. I would have expected it to sort with the affinity for numeric, but that apparently is not how the sort command works. If you were to simply sort without the numeric

Re: Bizarre Number Sort of Files Mac

2018-03-09 Thread PEL via use-livecode
When you add text to a number, it ceases to be a number. If you had a space between 01-11-04-09-_2018 and the rest of the line you might be able to sort lines of field “TheFiles” dateTime ascending by word one of each Paul Looney > On Mar 9, 2018, at 10:31 AM, Sannyasin Brahmanathaswami via

Bizarre Number Sort of Files Mac

2018-03-09 Thread Sannyasin Brahmanathaswami via use-livecode
On Mac, on disk, you will finder files in order _categories.txt _date.txt _title.txt 01-11-04-09-09_2018-Noni-Building-Blessing.jpg 01-11-04-09-09_2018-Noni-Building-Blessing.txt 02-02-10-02-03_2018-Noni-Building-Blessing.jpg 02-02-10-02-03_2018-Noni-Building-Blessing.txt

Re: Standalone compile problem including more than two stack files to the mainstack

2018-03-09 Thread Bob Sneidar via use-livecode
I suppose you decide after the fact whether or not the short or the long straw gets to go?? Bob S > On Mar 9, 2018, at 09:04 , J. Landman Gay via use-livecode > wrote: > > It only holds two, you'll have to draw straws. > > -- > Jacqueline Landman Gay

RE: "Open in New Navigator" is back

2018-03-09 Thread Clarence Martin via use-livecode
I must take the time to say: Geoff was super responsive to my inquiries. I have to say - Great Support! I look forward to future updates to Navigator. -Original Message- From: use-livecode On Behalf Of Clarence Martin via use-livecode Sent: Friday,

Saving stack locations in multi monitor setups

2018-03-09 Thread Bob Sneidar via use-livecode
Hi all. Here is a handy snippet for saving a stacks location, which is multi-monitor aware. It creates an array of key value pairs for any monitor resolution a stack is in when this function is called. The key is the monitor resolution and the value is the loc of the stack passed as

RE: Standalone compile problem including more than two stack files to the mainstack

2018-03-09 Thread J. Landman Gay via use-livecode
It only holds two, you'll have to draw straws. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 9, 2018 10:36:04 AM Ralph DiMola via use-livecode wrote: And then

Re: Standalone compile problem including more than two stack files to the mainstack

2018-03-09 Thread J. Landman Gay via use-livecode
On March 9, 2018 9:42:28 AM Bob Sneidar via use-livecode wrote: On Mar 8, 2018, at 13:45 , dunbarx via use-livecode wrote: Jacque usually has a way out. If she were in a horror film, she'd be the one who survives. ;-) Bob S

Re: Standalone compile problem including more than two stack files to the mainstack

2018-03-09 Thread Bob Sneidar via use-livecode
I suppose that's fine, but I usually run into the bathroom, where there is no hope of escape, then cower in the bathtub, ensuring there's plenty of water in it, and an electric blow dryer handy on the counter. Bob S > On Mar 9, 2018, at 07:48 , Ralph DiMola via use-livecode >

RE: Standalone compile problem including more than two stack files to the mainstack

2018-03-09 Thread Ralph DiMola via use-livecode
I usually panic and run into the barn with all the chain saws hanging from the ceiling to hide. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Bob Sneidar

Re: Sparkle anybody?

2018-03-09 Thread Bob Sneidar via use-livecode
Everyone can code. Not everyone can deploy. ;-) Honestly, I don't think the Levure Framework is all that complex. It's simple a matter of putting certain files where your app can find them, then editing a configuration file, if I am not wholly mistaken. You do not have to convert any stacks to

Re: Standalone compile problem including more than two stack files to the mainstack

2018-03-09 Thread Bob Sneidar via use-livecode
> On Mar 8, 2018, at 13:45 , dunbarx via use-livecode > wrote: > > Jacque usually has a way out. If she were in a horror film, she'd be the one who survives. ;-) Bob S ___ use-livecode mailing list

RE: "Open in New Navigator" is back

2018-03-09 Thread Clarence Martin via use-livecode
Problem Solved - this was caused by some corruption in my O/S. Restarting my computer solved the prolem. -Original Message- From: use-livecode On Behalf Of Clarence Martin via use-livecode Sent: Thursday, March 08, 2018 7:25 PM To: 'How to use

Re: Issues with storage of data in stack

2018-03-09 Thread Richard Gaskin via use-livecode
Some notes from a while back on using LSON (LiveCode encoded arrays): http://lists.runrev.com/pipermail/use-livecode/2016-May/227330.html -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

is tsnet downwards compatible?

2018-03-09 Thread Tiemo Hollmann TB via use-livecode
Hello, can I take the newest tsnet.dll (from 8.1.9 or 9..0dp4) and use it with LC 8.1.4? Is it downward compatible? The reason I ask for is, that I need the newest tsnet because of some proxy server problem in older version, but I can't use LC newer than 8.1.4 because it can't play mp4

Re: Issues with storage of data in stack

2018-03-09 Thread Lagi Pittas via use-livecode
HI Mark, I am intrigued by your way of saving only whats changed and also when you say save to disk after arrayencoded. Do you meanas a simple save as a binfile or in an sqlite BLOB? I would really like to see some exampleish code on saving to disk - if it's other than a single array in a

Re: tsNet and Digest Authentication - some problems or better said: missing knowledge

2018-03-09 Thread Matthias Rebbe via use-livecode
Hi Charles, thanks for your answer. I´ve done as requested. With tsNetLibUrlReuseConnection set to true A session cookie is sent from the PABX after the first successful connection. The 2nd unsuccessful connection shows "HTTP/1.1 401 Unauthorized Authentication problem. Ignoring this.” And