Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread Paul Hibbert via use-livecode
Configurable sounds like a great idea to me too. I’d like to see a more defined break from the regular handlers if that’s possible. Also there is a Typo - PasteKey in the Field script is missing the “P” - it just states asteKey, I wondered what that was! :) Paul > On Jul 11, 2017, at 8:01

Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread Mark Wieder via use-livecode
On 07/11/2017 03:07 PM, Kevin Miller via use-livecode wrote: Is it something perhaps you could get used to? We are working hard to attract new users to the platform. This has come up again and again in user testing. This evening we tested this new handler list on new users for the first time.

8.16rc1 release notes - wow!

2017-07-11 Thread james--- via use-livecode
I was really blown away by the changes and bug fixes listed in the 8.16rc1 release notes. Then I looked a bit closer and thought many seemed familiar. It seems the script to compile the release notes has either gotten greedy or something else has changed as it has grabbed quite a few additions

Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread J. Landman Gay via use-livecode
I'd vote for this, a configurable option would make everyone happy. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 11, 2017 5:38:43 PM Alex Tweedly via use-livecode

Re: Set the tooltip of a datagrid

2017-07-11 Thread Mike Bonner via use-livecode
There should be a couple ways.. Assuming the tooltip data and the displayed data are already associated, you can do as suggested and pass in the popop information as part of the dgdata.. Then in the fillindata you 'set the tooltip of field 1 of me to ... the data that was passed in with the array.

Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread Terry Judd via use-livecode
I’ve just had a quick play with the enhanced script editor and these all seem like good suggestions to me, and in the script editor pane of the preferences window I’d allow the user to (i) hide/show the list of available common handlers and (ii) hide/show included comments on their

Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread hh via use-livecode
Very good: The idea and also all the refinement proposals. It would also be great if the prototypes were editable. Bad: Some of the prototypes use protected names like "filename" as parameters. So they don't compile ... ___ use-livecode mailing list

Re: Set the tooltip of a datagrid

2017-07-11 Thread Bob Sneidar via use-livecode
Yup. But now what I want to do is intercept the hover message, or whatever that is that detects I am over a datagrid control, then set the tooltip to a string that represents selected datagrid data. The idea is that even though I have a subset of data actually displaying in the datagrid, I

Re: Set the tooltip of a datagrid

2017-07-11 Thread Mark Wieder via use-livecode
On 07/11/2017 06:11 PM, Bob Sneidar via use-livecode wrote: That is half the battle, but the trick is how to detect I am hovering over a datagrid element in the first place. It's a tooltip. You shouldn't have to do anything special. Here's how I set the tooltip of widgets in the PowerTools

Re: Set the tooltip of a datagrid

2017-07-11 Thread Bob Sneidar via use-livecode
That is half the battle, but the trick is how to detect I am hovering over a datagrid element in the first place. Bob S > On Jul 11, 2017, at 16:54 , Mark Wieder via use-livecode > wrote: > >> Hi all. >> Not sure if anyone has thought of a way to get the

Re: Set the tooltip of a datagrid

2017-07-11 Thread Mark Wieder via use-livecode
On 07/11/2017 04:03 PM, Bob Sneidar via use-livecode wrote: Hi all. Not sure if anyone has thought of a way to get the dgDataOfHover (so to speak) of a datagrid. By that I mean, I would like to display a tooltip of selected data from a table datagrid record whenever I hover over a control of

Set the tooltip of a datagrid

2017-07-11 Thread Bob Sneidar via use-livecode
Hi all. Not sure if anyone has thought of a way to get the dgDataOfHover (so to speak) of a datagrid. By that I mean, I would like to display a tooltip of selected data from a table datagrid record whenever I hover over a control of that record. That would have to bean a mouseWithin handler

Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread Tore Nilsen via use-livecode
Just to make my points a bit clearer, here is a list of what enhancements to the handler list I think will be helpful: 1. Put the list in a menu/scrolling list field above the current list showing actual handlers in the script 2. Label this menu/list clearly as “Common handlers” to make sure

Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread Alex Tweedly via use-livecode
On 11/07/2017 23:07, Kevin Miller via use-livecode wrote: Is it something perhaps you could get used to? We are working hard to attract new users to the platform. This has come up again and again in user testing. This evening we tested this new handler list on new users for the first time. It

Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread Tore Nilsen via use-livecode
I have played a bit with the enhanced script editor and while I like the idea with the handler lists I am not sure that the implementation is as good as it could be. I find it a bit confusing to see a list of handlers in the handler list without any actual handlers in the script itself. From

Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread Kevin Miller via use-livecode
Is it something perhaps you could get used to? We are working hard to attract new users to the platform. This has come up again and again in user testing. This evening we tested this new handler list on new users for the first time. It went over very well. Kind regards, Kevin Kevin Miller ~

Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread Matthias Rebbe via use-livecode
Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu ‌ > > > A new feature in the script editor has been added, this is the ability to > choose from a list of default handlers to add to the object script. I am not sure if i like this new handler list. At least at that

Re: unlocked fields beep on text entry

2017-07-11 Thread Dr. Hawkins via use-livecode
On Tue, Jul 11, 2017 at 2:55 PM, Dr. Hawkins wrote: > > What else could cause this? > grr. It *is* going to a different handler, that's noticing I'm not typing numbers. My custom property for the value type was wrong. Hmm, I think it's a keydown getting handled. grr.

unlocked fields beep on text entry

2017-07-11 Thread Dr. Hawkins via use-livecode
I have a couple of fields with, according to the inspector, visible, focus with keyboard, focuskorder, and autohlite set, and nothing else. I can click into them, but I can't enter text--it simply beeps. It has no behavior. I trapped keyup, and single stepped, and it doesn't go anywhere. What

Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread panagiotis merakos via use-livecode
H Richmond, Thanks for the feedback. The default handlers appear exactly as they are in the dictionary. Indeed, the mouseUp handler for example does take a parameter (see dictionary). If you don't need to do different things in the mouseUp handler depending on the , you can just ignore it

Re: [ANN] Release 8.1.5

2017-07-11 Thread panagiotis merakos via use-livecode
Hi Ben, It is safer to those steps every time you have to use a different Xcode version (with older LC versions), since if you don't that, you *might* see some unexpected (and completely non-descriptive) errors when building iOS standalones. May I ask why you have to switch back to an older LC

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-11 Thread Matthias Rebbe via use-livecode
Hi Dan, reading my comment makes me think that it is confusing. What i wanted to say was, To use the “old” libURL unload tsNET as described, then create the standalone. The standalone then will use the old libURL. One little caveat. The created standalone still contains the tsNET external,

Server Basics Everyone Should Do

2017-07-11 Thread Jonathan Lynch via use-livecode
Richard's comment about storing password hashes rather than actual passwords has got me to thinking that there are probably several basic server activities developers should do when creating a database. Doing these things from the beginning will help avoid future headaches. Despite a couple

Re: [ANN] Release 8.1.5

2017-07-11 Thread Ben Rubinstein via use-livecode
Thanks Panos. But what happens when switching back to an older LC which references an older Xcode - do I have to redo the incantation below each time? Or should it always be set to the latest Xcode, regardless of which one LC is using to build with? Many thanks, Ben On 11/07/2017 18:00,

Re: Augmented Earth now on the App Store!

2017-07-11 Thread Jonathan Lynch via use-livecode
Thanks Richard - for sure I will implement this on the server side. Sent from my iPhone > On Jul 11, 2017, at 3:50 PM, Richard Gaskin via use-livecode > wrote: > > jonathandlynch wrote: > > > I do need to make password recovery an option. > > Please don't. >

Re: Augmented Earth now on the App Store!

2017-07-11 Thread Richard Gaskin via use-livecode
jonathandlynch wrote: > I do need to make password recovery an option. Please don't. Reset is good, but recovery means the password is stored in the system, which is generally no longer done. Instead only a hash of the password is stored, which allows it to be reset but never recovered.

Re: Augmented Earth now on the App Store!

2017-07-11 Thread Alex Tweedly via use-livecode
On 11/07/2017 19:18, prothero--- via use-livecode wrote: Jonathon, Re password changing. If someone has forgotten their password, what most sites do is send a reset link to a registered email. For even better security, a code is sent to the user's message system, which must be received and

Re: Augmented Earth now on the App Store!

2017-07-11 Thread Jonathan Lynch via use-livecode
As it stands right now - they do not have to reenter their password. If they are logged in, they just change it and submit changes. But, if they are logged they can see their password at any time. The version I am submitting on Thursday makes the process more obvious. I do need to make

Re: [ANN] Release 8.1.6 RC-1

2017-07-11 Thread Richmond Mathewson via use-livecode
I am impressed with the new default handler list . . . BUT . . . I wonder why, on choosing either mouseDown or mouseUp it prompts me for a mouseButton number . . . if this feature is meant to speed things up, it doesn't, as one normally spends time choosing the default handler and then

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-11 Thread Matthias Rebbe via use-livecode
Dan, before creating the standalone you can disable the tsNet external To unload: dispatch "revUnloadLibrary" to stack "tsNetLibUrl" To load again: dispatch "revLoadLibrary" to stack “tsNetLibUrl" Regards, Matthias Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu

Re: Augmented Earth now on the App Store!

2017-07-11 Thread Alex Tweedly via use-livecode
On 11/07/2017 19:18, prothero--- via use-livecode wrote: If a person has logged in, and wants to change their password, I don't see why they would be required to enter their old password, but they must know it, or,they wouldn't have been able to log in. That's done to prevent someone else

Re: Augmented Earth now on the App Store!

2017-07-11 Thread prothero--- via use-livecode
Jonathon, Re password changing. If someone has forgotten their password, what most sites do is send a reset link to a registered email. For even better security, a code is sent to the user's message system, which must be received and entered before reset can be accomplished. If a person has

Re: Header Widget troubles and orientationchange examples?

2017-07-11 Thread Alex Tweedly via use-livecode
On 11/07/2017 17:42, JOHN PATTEN via use-livecode wrote: Hi All, I am trying to do some simple navigation with the header widget. ... I have changed the action name to Back and Next. However Back works fine, but Next does not. If i reset the action to “new item” the next button then works.

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-11 Thread Dan Friedman via use-livecode
I am porting a large project from LC 7 to 8.1.5. Occasionally, I get this error when accessing the internet: “tsneterr: Not initialised” (misspelled, by the way). It works fine for a while, then it just fails. And, once it fails you have to completely restart. Sometimes LC even crashes!

Re: [ANN] Release 8.1.5

2017-07-11 Thread panagiotis merakos via use-livecode
Hi Ben, Yes, this error means that still the old_path_to_xcode_command_line_tools is used (i.e. the /Applications/Xcode.app one). You can change it in two ways: 1) Open a terminal and type: sudo xcode-select -s path/to/new/xcode.app e.g. for me this is: sudo xcode-select -s

Re: [ANN] Release 8.1.5

2017-07-11 Thread Ben Rubinstein via use-livecode
Hi Panos, On 10/07/2017 18:20, panagiotis merakos via use-livecode wrote: @MIke I guess that Xcode8.3.3 is the one in /Applications/Xcode.app? BTW I would suggest to have separate folders for each Xcode version, to avoid problems where the Xcode version is updated automatically (the one in

Header Widget troubles and orientationchange examples?

2017-07-11 Thread JOHN PATTEN via use-livecode
Hi All, I am trying to do some simple navigation with the header widget. on mouseUp local tActionName put the mouseAction of me into tActionName --if tActionName is not empty then -- Execute script triggered by the given action if tActionName is "back" then go prev card else if

Re: Augmented Earth now on the App Store!

2017-07-11 Thread Jonathan Lynch via use-livecode
Hi Lagi, Thank you for your feedback! I have changed it so that the initial mode does exactly what you said - it has two options that allow the user to choose to create a new user or sign in. From there it only reveals the fields and buttons that are appropriate for whether the user is logging

Re: Augmented Earth now on the App Store!

2017-07-11 Thread Lagi Pittas via use-livecode
Hi Jonathan, I've tried to to login to the app from an iphone 6 ios 10.3.2 Ive restarted it a couple of time but always the same. The Username and Password field asre white and enabled - I enter the details but no other field is enabled. Now some feedback. My pet peeve (it happened on a

RE: No screenshot from LC video possible

2017-07-11 Thread Paul Richards via use-livecode
Although this is for a browser and recommended for use by some banks. I have used this "app/plugin" before on Windows and it does prevent screenshots from taking place. https://www.trusteer.com/en/support/rapport-installation-links I don't know if it would interfere with Livecode, but it

[ANN] Release 8.1.6 RC-1

2017-07-11 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 8.1.6 RC-1. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 8.1.6 RC-1 contains 32 bug

AW: No screenshot from LC video possible

2017-07-11 Thread Tiemo Hollmann TB via use-livecode
Hi Paul, Roger and Hermann, No DRM involved, all videos are self produced and as Roger said, on most machines they are playing fine. The video never is fullscreen, because it is played in a frame within my LC program. The video card and it's handling of the video buffer is also my guess, but up to

Re: No screenshot from LC video possible

2017-07-11 Thread hh via use-livecode
May be connected to fullscreen mode (=black) or windowed mode (=working). ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: No screenshot from LC video possible

2017-07-11 Thread Roger Eller via use-livecode
I don't think it's DRM since the OP also said, " Up to now, this issue happens only at 2 customers, on all other Win 10 machines, taking a video screenshot works fine." I'll place my 2 cent bet on the video card. Look for a common thread like - the fails happening on Nvidia, ATI, or built-in

Re: No screenshot from LC video possible

2017-07-11 Thread Paul Dupuis via use-livecode
My guess is that it could be Digital Rights Management related? If you can screenshot a DRM protected video then, in principle, you could screenshot every frame and encode the frames back into a DRM-free version of the video. Do you know what the videos that had the problem were? On 7/11/2017

Re: modal window = block handler?

2017-07-11 Thread Lagi Pittas via use-livecode
I second that emotion. And this shouldn't cause any regressions or refactoring - should be announced by thursday then? ;-) Lagi On 10 July 2017 at 22:53, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > On 7/10/2017 4:54 PM, J. Landman Gay via use-livecode wrote: > > On

No screenshot from LC video possible

2017-07-11 Thread Tiemo Hollmann TB via use-livecode
Hello, LC 8.1.4, Windows 10 I am using the standard LC videoPayer (directShow) to play H.264 mp4 videos. One essential feature of my program is, that the user can take screenshots from the video, edit and save them. Today I got the second customer call with a Win 10 machine, who can't take