Re: Segmented Control Widget

2020-11-09 Thread Terence Heaford via use-livecode
I will give this a try. It’s a shame that widgets always seem to be incomplete in one way or another. Thanks for your help. All the best Terry > On 9 Nov 2020, at 16:52, Bob Sneidar via use-livecode > wrote: > > In my custom tabbed object group, I had to put transparent buttons over the

Re: Windows startup issue

2020-11-09 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > On 11/9/20 3:54 PM, Richard Gaskin via use-livecode wrote: >> And WTH happened to LC's error reporting dialog? > > Standalones have always reported this way on both desktop and mobile. > It is up to the developer to include the translated references if > they want to see

Re: Windows startup issue

2020-11-09 Thread J. Landman Gay via use-livecode
That should work, I don't see anything in those three lines that would fail -- except maybe if "the fontnames" couldn't be retrieved on that machine. It almost looks like the engine thinks "the fontnames" is a custom function since it's reporting it can't find the handler. I'm not sure how

Re: Windows startup issue

2020-11-09 Thread J. Landman Gay via use-livecode
On 11/9/20 3:54 PM, Richard Gaskin via use-livecode wrote: Where do those appear? And WTH happened to LC's error reporting dialog? Standalones have always reported this way on both desktop and mobile. It is up to the developer to include the translated references if they want to see those.

Re: Windows startup issue

2020-11-09 Thread Marty Knapp via use-livecode
The errors show up in a dialog window. The section of code referenced is just checking the status a a custom font. On Windows we install the font with an Inno installer (and on Mac we just start using an embedded font). Here's my code with the line numbers added. 67 being referenced several

Re: Code Signing and Kernel Mode drivers

2020-11-09 Thread General 2018 via use-livecode
Great thanks ! Regards Cam > On 8 Nov 2020, at 18:06, Paul Dupuis via use-livecode > wrote: > > The basic windows code signing cert works fine. You do not need the more > expensive "EV" certificate. > >> On 11/8/2020 12:58 PM, General 2018 via use-livecode wrote: >> Hi , >> >> Are the

Re: Windows startup issue

2020-11-09 Thread Richard Gaskin via use-livecode
Marty Knapp wrote: I have a customer who is having a weird issue with a Windows app built in LC (9.6.1). It worked fine for about a month, it works fine here for me all the time and it works fine for all our other customers. On startup is begins to launch then gets a bunch of errors:

Re: Windows startup issue

2020-11-09 Thread J. Landman Gay via use-livecode
Right, the first number is the error code and the second is the line number in the script. It does look like a permissions error: 269 Operators is: error in right operand 262 import: can't open file, mask file or display 252 if-then: error in condition expression 241 Handler:

Re: Windows startup issue

2020-11-09 Thread Paul Dupuis via use-livecode
The first things is to determine what the error codes mean. I forget off teh top of my head, but I things of the first 2 numbers one is a line number and the other an error code? Hopefully someone can chime in who knows for sure. Knowing the errors will tell you more about what the likely

Windows startup issue

2020-11-09 Thread Marty Knapp via use-livecode
I have a customer who is having a weird issue with a Windows app built in LC (9.6.1). It worked fine for about a month, it works fine here for me all the time and it works fine for all our other customers. On startup is begins to launch then gets a bunch of errors: 269,76,1 262,67,1 252,67,1

Re: New Google PlayStore Console

2020-11-09 Thread J. Landman Gay via use-livecode
I *think* I was using the "new and improved" console when I submitted but I can't be positive. I did switch over before the deadline but I did some hopping back and forth and can't quite remember which I was using when I finally hit the Submit button. I don't care for the change, to be honest.

RE: New Google PlayStore Console

2020-11-09 Thread Ralph DiMola via use-livecode
I submitted a week earlier with the same widgets/externals using the "classic" console and only received the first one. This seems to be connected to the "new and improved" console. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message-

[ANN] This Week in LiveCode 244

2020-11-09 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #244 here: https://bit.ly/3naApUe This is a weekly newsletter about LiveCode, focussing on what's been going on in and

RE: New Google PlayStore Console

2020-11-09 Thread J. Landman Gay via use-livecode
I've never seen the last two, but that might imply you're using widgets or other extensions I've never used. The last submission I made about a month ago only got the first one. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November

Re: The Most Stupid Question Ever?

2020-11-09 Thread Bob Sneidar via use-livecode
I have seen this sort of thing before with the wait command. Very frustrating. Apparently Livecode is not *strictly* single threaded. Bob S > On Nov 8, 2020, at 22:31 , Roger Guay via use-livecode > wrote: > > Thank you, Mark. You’re very kind! And very helpful. I do remember now how >

Re: Is the DateFormat read only?

2020-11-09 Thread Bob Sneidar via use-livecode
Your code contains a smart quote and an em dash. This works: function fUTCTime local t1,t2,t3 -- this gets the current time and puts it into UTC format, i.e -MM-DDThh:mm:ssTZD put word 5 to 6 of the internet date into t3 -- we are interested in the time and time zone put the

Re: Segmented Control Widget

2020-11-09 Thread Bob Sneidar via use-livecode
I believe so. In my custom tabbed object group, I had to put transparent buttons over the tabs, then have a way to size and rearrange the buttons to match the size of the tabs, just so I could get it to respond to mouse messages and drag/drop operations. It's so ugly it's cute. Like a shar-pei.

RE: New Google PlayStore Console

2020-11-09 Thread Ralph DiMola via use-livecode
No it isn't. Apparently no one on the list has any input on the implications of this is. I will have to take this to the mother ship and file a QCC report. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

Re: New Google PlayStore Console

2020-11-09 Thread Riko Abadi via use-livecode
Hai Ralph, whether this problem has been resolved? . Pada tanggal Jum, 6 Nov 2020 00.46, Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> menulis: > I received these 3 warnings when uploading APKs using the new Google Play > Console. The first one I've been seeing for a while.