Re: Crowd Funding Enhancements

2014-02-11 Thread Jan Schenkel
Hi Tim et al, The advantage of Quartam Reports is that is 100% LiveCode, no externals required. The flip-side of the coin is that it has the same Unicode limitations as LiveCode itself. The general rule is: iif you can put it in a LiveCode field, you can put it into a Quartam Reports data

Re: Crowd Funding Enhancements

2014-02-11 Thread David Bovill
I'd be happy to support a crowd funding initiative for the LiveCode community. Monte's suggestion for an organised RunRev supported FOSS bounty site is the way to go in my opinion. I'm happy to put work into this from March 1st? On 11 February 2014 08:26, Jan Schenkel janschen...@yahoo.com

Re: Crowd Funding Enhancements

2014-02-11 Thread David Bovill
Kevin I'm not sure how far you are internally with your Agile / FOSS processes, but wouldn't it be a good idea to share more data regarding the work actually being done? On 10 February 2014 16:19, Kevin Miller ke...@runrev.com wrote: Actually its the core refactor / Unicode that was the really

Re: LiveCode in Elementary Schools

2014-02-11 Thread David Bovill
It would be great if there was a list / forum / social network site for teachers, and for young learners? On 10 February 2014 17:01, J. Landman Gay jac...@hyperactivesw.com wrote: j...@unmla.com wrote: I'm interested in learning whether LiveCode is an appropriate tool for introducing

Re: LiveCode in Elementary Schools

2014-02-11 Thread Peter W A Wood
David There has been a teacher's forum for some time at http://forums.runrev.com/viewforum.php?f=25 Regards Peter LiveCode1001.blogspot.com On 11 Feb 2014, at 17:12, David Bovill wrote: It would be great if there was a list / forum / social network site for teachers, and for young

Re: LiveCode in Elementary Schools

2014-02-11 Thread David Bovill
I'm wandering about the Scottish schools? On 11 February 2014 09:19, Peter W A Wood peterwaw...@gmail.com wrote: David There has been a teacher's forum for some time at http://forums.runrev.com/viewforum.php?f=25 Regards Peter LiveCode1001.blogspot.com On 11 Feb 2014, at 17:12, David

[OT] Possible chance to spread the word

2014-02-11 Thread Malte Brill
One of the social thingies I participate in, had a link that might help us spread the word about liveCode. http://www.howdoyoucode.com/ Maybe it is worth taking that survey. Cheers, Malte ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: [OT] Possible chance to spread the word

2014-02-11 Thread Mark Schonewille
Done: http://www.howdoyoucode.com/responses/21c696d8db0c -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab

Defining Pet Features and Essentials

2014-02-11 Thread Ender Nafi Elekcioglu
This was part of another topic, but I didn’t want to digress it, so opened a new thread.  I think the issue is important as customers have an effect on the future roadmaps of companies.  People wanted *theming* and *resolution independence*, RunRev provided it.  Nobody seems to care about size

Dollar Sign Variables

2014-02-11 Thread Ray
Does anybody know of a way to stop the script editor from displaying all the dollar sign variables? I'll list a few, below, for reference. Sometimes they don't show up for some reason but most of the time they not only show up but they're listed at the top, causing a lot of unnecessary

Re: Defining Pet Features and Essentials

2014-02-11 Thread Kevin Miller
There must be a way we can serve you better here. That specific case defies belief - it does not cost that amount of money to produce that feature, nothing like it. Our development team is highly trained and very, very efficient these days. Its just too small to defocus from delivering the KS

Re: Dollar Sign Variables

2014-02-11 Thread Thierry Douez
Hi Ray, This has been dicussed few times in this list with a solution. Sorry, don't have the link but... Regards, Thierry Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf 2014-02-11 Ray

Re: Dollar Sign Variables

2014-02-11 Thread Ray
Yeah I tried looking it up before posting. I discovered these variables are environment variables but I couldn't see how to suppress the display of them. On 2/11/2014 8:13 AM, Thierry Douez wrote: Hi Ray, This has been dicussed few times in this list with a solution. Sorry, don't have the

Re: Dollar Sign Variables

2014-02-11 Thread Richmond
On 11/02/14 15:10, Ray wrote: Does anybody know of a way to stop the script editor from displaying all the dollar sign variables? I'll list a few, below, for reference. Sometimes they don't show up for some reason but most of the time they not only show up but they're listed at the top,

Re: Dollar Sign Variables

2014-02-11 Thread Ray
I've definitely got a system which shows up issues in the script editor. LC did confirm the bug I posted a few weeks ago about the script editor's propensity to always open partially off the screen instead of where I closed it, although a lot of guys reported they couldn't repeat that one

Re: Defining Pet Features and Essentials

2014-02-11 Thread Ender Nafi Elekcioglu
Kevin, My point was, RunRev shouldn’t lose its focus. We are programmers, after all; somethings should be done by us. No need to be lazy. You should provide us what we can't achieve by ourselves. Raw performance,  unicode,  a modern set of commands to interact with servers, an up-to-date

Delete a single custom property set

2014-02-11 Thread Ray
Does anybody know how to delete a single custom property set without deleting any others? The documentation mentions setting an object's customPropertySets to empty, but that deletes ALL the customPropertySets. I just want to delete one specific custom property set. Thanks, Ray

RE: Delete a single custom property set

2014-02-11 Thread John Dixon
Ray... from the user guide... In LiveCode, there is no command to delete a custom property set. Instead, you place all the custom property set names in a variable, delete the one you don't want from that variable, and set the customPropertySets back to the modified contents of the variable.

Re: LiveCode in Elementary Schools

2014-02-11 Thread Peter W A Wood
There doesn't seem to be a forum for Scottish Schools, only this http://livecode.com/community/teaching-with-livecode/schools/ Regards Peter LiveCode1001.blogspot.com On 11 Feb 2014, at 17:31, David Bovill wrote: I'm wandering about the Scottish schools? On 11 February 2014 09:19, Peter

Re: Delete a single custom property set

2014-02-11 Thread Ray
John, Thanks for this tip. That's really weird though isn't it? As I look at the variable I put the customPropertySets into I only see the names of the sets, not the properties (array elements) or their values. Nonetheless, it works when I put them back so I guess I have no worries.

Re: Delete a single custom property set

2014-02-11 Thread Richard Gaskin
Ray asked: Thanks for this tip. That's really weird though isn't it? It may be helpful to submit a request for that in the Bug DB, something like: delete propertySet propSetName Under the hood it would do what we can do now in script, but it would be much more intuitive. -- Richard

Re: Dollar Sign Variables

2014-02-11 Thread Mark Schonewille
Hi Ray, Does it help if you uncheck the Show globals checkbox in the Script Editor pane of the Preferences window? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK:

Re: Crowd Funding Enhancements

2014-02-11 Thread Richard Gaskin
Kay C Lan wrote: It's too late to start now, but I'm sure it would make for an interesting info-graphic, one that continually recorded and then displayed the man hours and Kickstarter £ spent on the various 'areas' that the Runrev team is focusing on as they move LC forward. I'm sure refactor

Re: Delete a single custom property set

2014-02-11 Thread Ray
I'll do that, and I'll also add a request for an intuitive, one-liner way to rename a custom property set, as in set the name of customPropertySet oldName of object objName to newName which is another thing we can currently only do by writing a script. Thanks Richard, Ray On 2/11/2014

Re: Crowd Funding Enhancements

2014-02-11 Thread Richard Gaskin
Trevor DeVore wrote: On Mon, Feb 10, 2014 at 7:20 PM, Richard Gaskin wrote: Kevin Miller wrote: Actually its the core refactor / Unicode that was the really tough bit. A long time with heads down and only internal dps so far. But in terms of actual throughput its been massive. The other

Re: repeating string

2014-02-11 Thread Devin Asay
On Feb 10, 2014, at 5:15 PM, Alex Tweedly a...@tweedly.net wrote: On 10/02/2014 17:51, Devin Asay wrote: Seems like the most LiveCode-like syntax would be something like: pad container with string at beginning|end|chunk description [for] N [times] So, pad myvar with space at

Re: Most Effecient way to repeat a handler/function - Found word(s) list error in the Text body

2014-02-11 Thread Bob Sneidar
If you are talking about recursion, that is having a function call itself, be aware that there is a limit to recursion. But I don’t think that is what you are asking. The repeat structure is pretty damned efficient already. For repeats of a fixed number where your script doesn’t need the

Re: Dollar Sign Variables

2014-02-11 Thread dunbarx
Hi. This is one of my favorite things, courtesy of Thierry. Open the script of the debugger and place this in its script. Replace the handler completely. function revDebuggerValidGlobalNames local tGlobalsRaw put the globals into tGlobalsRaw replace comma with return in

Re: Dollar Sign Variables

2014-02-11 Thread Ray
Theiry, Craig, This method works: http://lists.runrev.com/pipermail/use-livecode/2012-February/169029.html but it can't be saved, forcing me to do a lot of work-around each time I open Livecode. It seems I have a permission issue. Here's what I do: Open Message Box, Show Front Scripts,

Re: Dollar Sign Variables

2014-02-11 Thread dunbarx
Ray. This has worked for me without issue for years, in my several versions of both Commercial and Community. I do have to save the debugger script, and then quit LC for the changes to stick, but never see the errors you do. Craig -Original Message- From: Ray r...@linkit.com To:

Re: Dollar Sign Variables

2014-02-11 Thread Ray
Craig, For some reason I'm experiencing multiple issues with the script editor window. Not only do I see the environment variables (preceded with the dollar sign) but the window is always popping up in odd places on my monitors. It also seems kind of add that I can't save changes to this

Re: [OT] Possible chance to spread the word

2014-02-11 Thread dunbarx
Malte. Done. Craig -Original Message- From: Malte Brill revolut...@derbrill.de To: use-livecode use-livecode@lists.runrev.com Sent: Tue, Feb 11, 2014 5:32 am Subject: [OT] Possible chance to spread the word One of the social thingies I participate in, had a link that might help us

Re: Most Effecient way to repeat a handler/function - Found word(s) list error in the Text body

2014-02-11 Thread J. Landman Gay
On 2/11/14, 9:48 AM, Bob Sneidar wrote: For small tasks though, your users will not even be able to blink before 100,000 simple repeats are executed. I ran a 100,000 count loop with nothing in the repeat loop to do and it took 1 tick. ONE TICK! The repeat loop is NOT what slows things down!

Re: Dollar Sign Variables

2014-02-11 Thread J. Landman Gay
On 2/11/14, 7:19 AM, Richmond wrote: That is really wierd as after about 12 years of using Livecode I have NEVER seenanything like that in a script editor. They are in the variable watcher at the bottom of the script editor. They've been there ever since the beginning of LiveCode time. --

Re: Dollar Sign Variables

2014-02-11 Thread J. Landman Gay
Is there a feature request in the QCC asking for a preference that would turn off the $ globals? They don't bother me much, but it would be nice to be able to choose. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: LiveCode in Elementary Schools

2014-02-11 Thread J. Landman Gay
On 2/11/14, 3:31 AM, David Bovill wrote: I'm wandering about the Scottish schools? I found this link: http://runrev.com/leading-education-authority-selects-livecode-for-computer-science-initiative/ There are several others if you do a search for LiveCode in Scottish schools. Apparently it

Re: repeating string

2014-02-11 Thread J. Landman Gay
On 2/10/14, 6:15 PM, Alex Tweedly wrote: I don't see any need to invent a new verb pad; why not simply something like put value [for N times] chunk description or put [N copies of] value chunk description Thus put hello into myVar put xyz for 2 times after char 3 of myVar--

Test Post...

2014-02-11 Thread Researchware, Inc.
Been having some posting problems. Trying to track them down. Please delete or ignore. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Test Post...

2014-02-11 Thread Paul Dupuis
Trying to debug some list posting issues. Please delete or ignore. -- Paul Dupuis Cofounder *Researchware, Inc.* http://www.researchware.com http://www.twitter.com/researchware http://www.facebook.com/researchware http://www.linkedin.com/company/researchware-inc

Re: repeating string

2014-02-11 Thread Mike Kerner
I guess I'm more of a fan of having multiple ways of saying something, because then each person can use whatever feels most natural and intuitive to them instead of being forced. On Tue, Feb 11, 2014 at 12:40 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On 2/10/14, 6:15 PM, Alex Tweedly

New England area (US) user group?

2014-02-11 Thread Paul Dupuis
New England area (USA) LiveCode User Group A number of regional informal LiveCode users groups have been formed over the years that remain active today. With the very increasing robustness of LiveCode and the many platforms it support, sharing information, tips, techniques, and methods is more

Re: Dollar Sign Variables

2014-02-11 Thread Roger Eller
Or list them at the bottom. I wouldn't want them gone. Out of sight, out of mind, and you forget they are there when you need them. ~Roger On Tue, Feb 11, 2014 at 12:33 PM, J. Landman Gay jac...@hyperactivesw.comwrote: Is there a feature request in the QCC asking for a preference that would

Re: Dollar Sign Variables

2014-02-11 Thread Ray
Since this is already a preference in the Script Editor pane so I took reported it as a bug since checking/unchecking it has no effect. It's bug #11786 Show Globals Preference Doesn't Work Funny thing though, somehow in my testing I've succeeded in hiding them, although the check box still

Re: Dollar Sign Variables

2014-02-11 Thread Richmond
On 11/02/14 19:31, J. Landman Gay wrote: On 2/11/14, 7:19 AM, Richmond wrote: That is really wierd as after about 12 years of using Livecode I have NEVER seenanything like that in a script editor. They are in the variable watcher at the bottom of the script editor. They've been there ever

Re: Dollar Sign Variables

2014-02-11 Thread Peter Haworth
10041 and 11786 Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and SQLiteAdmin http://www.lcsql.com/sqliteadmin.html On Tue, Feb 11, 2014 at 9:33 AM, J. Landman Gay jac...@hyperactivesw.comwrote: Is there a feature request in the QCC

Re: Dollar Sign Variables

2014-02-11 Thread dunbarx
Ray... This has been a topic, bugaboo and bug report (I think) for a while, but no reason not to do it again. Richmond... WHAT!!??!!! WHT The first time? How, how is that possible? I have never used revXMLEndTree. But the debugger? Craig -Original Message- From:

Re: Dollar Sign Variables

2014-02-11 Thread dunbarx
Richmond. Sorry for earlier aghastness. I find the system globals to be a distraction. Sometimes there are a dozen or more, depending on where I am in the session, and they begin the variable list. Certainly better if they were at the bottom, and this hack is possible, just as the hack from

Re: Dollar Sign Variables

2014-02-11 Thread Ray
Not sure what to make of this reply. On 2/11/2014 1:28 PM, Peter Haworth wrote: 10041 and 11786 Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and SQLiteAdmin http://www.lcsql.com/sqliteadmin.html On Tue, Feb 11, 2014 at 9:33 AM, J.

Re: Dollar Sign Variables

2014-02-11 Thread Ray
Richmond, Just out of curiosity, how do you debug scripts without using the variable watcher part of the script editor window? Thanks, Ray On 2/11/2014 1:28 PM, Richmond wrote: On 11/02/14 19:31, J. Landman Gay wrote: On 2/11/14, 7:19 AM, Richmond wrote: That is really wierd as after

Re: Dollar Sign Variables

2014-02-11 Thread Ray
Craig, Are you able to open a Rev UI back script or front script, edit it and then save it? This is where I'm running into problems with the last two versions of LC. I can't save anything because of 'permissions' errors on my Window 8 system, and my old work-around, to 'save as' and then

Re: Dollar Sign Variables

2014-02-11 Thread Richmond
On 11/02/14 20:38, dunb...@aol.com wrote: Ray... This has been a topic, bugaboo and bug report (I think) for a while, but no reason not to do it again. Richmond... WHAT!!??!!! WHT The first time? How, how is that possible? I have never used revXMLEndTree. But the debugger?

Re: Dollar Sign Variables

2014-02-11 Thread Ray
Wouldn't that be a 'yellowey' :-) On 2/11/2014 2:03 PM, Richmond wrote: On 11/02/14 20:38, dunb...@aol.com wrote: Ray... This has been a topic, bugaboo and bug report (I think) for a while, but no reason not to do it again. Richmond... WHAT!!??!!! WHT The first time? How, how

Re: Dollar Sign Variables

2014-02-11 Thread Richmond
On 11/02/14 21:47, Ray wrote: Wouldn't that be a 'yellowey' :-) NO: http://www.collinsdictionary.com/dictionary/english/yellowy Richmond. On 2/11/2014 2:03 PM, Richmond wrote: On 11/02/14 20:38, dunb...@aol.com wrote: Ray... This has been a topic, bugaboo and bug report (I think) for

Re: Dollar Sign Variables

2014-02-11 Thread Peter Haworth
Those are the bug numbers related to this problem, in response to Jacque's question, one of them is yours of course. Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and SQLiteAdmin http://www.lcsql.com/sqliteadmin.html On Tue, Feb 11,

Re: Dollar Sign Variables

2014-02-11 Thread J. Landman Gay
On 2/11/14, 12:38 PM, dunb...@aol.com wrote: WHAT!!??!!! WHT The first time? How, how is that possible? I have never used revXMLEndTree. But the debugger? I was wondering the same thing. How in the world does one program without the debugger? Jaw dropped. -- Jacqueline Landman

Re: Dollar Sign Variables

2014-02-11 Thread Richmond
On 11/02/14 22:24, J. Landman Gay wrote: On 2/11/14, 12:38 PM, dunb...@aol.com wrote: WHAT!!??!!! WHT The first time? How, how is that possible? I have never used revXMLEndTree. But the debugger? I was wondering the same thing. How in the world does one program without the

Re: Dollar Sign Variables

2014-02-11 Thread Ray
Thanks Pete - I didn't make the connection for some reason. On 2/11/2014 3:18 PM, Peter Haworth wrote: Those are the bug numbers related to this problem, in response to Jacque's question, one of them is yours of course. Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser

Re: Dollar Sign Variables

2014-02-11 Thread dunbarx
Richmond. So if I see an egregious typo, like: putt myVar into someOtherVar then I do what you do. But you never, really never, had to follow the contents of a variable while stepping through a script? Never mind when debugging due to an error, but rather just to see if your plan was

Re: Dollar Sign Variables

2014-02-11 Thread Ray
I find the way Richmond works kind of fascinating but I work more or less like Jackie does so I feel the script editor is at heart of writing software in Livecode. With this in mind I've posted two bugs lately which will hopefully make it a little easier to get around. 1/31/14, Bug #1176,

Re: Message path question

2014-02-11 Thread Peter Haworth
All works as you predicted Richard. I looked at the User Guide diagram and your excellent write up on the message path before posting this question but the availability of back scripts and libraries to other back scripts wasn't immediately obvious in either place so thanks for the enlightenment.

What is a .ric file?

2014-02-11 Thread Richmond
Nosing around here: http://developer.runrev.com/components/revolution/enterprise/ I found a lot of interesting files with the suffix .ric I would be most grateful if someone could tell me what that signifies, and how to open a .ric file in a meaningful way. Richmond.

Re: Dollar Sign Variables

2014-02-11 Thread Richmond
On 11/02/14 22:36, dunb...@aol.com wrote: Richmond. So if I see an egregious typo, like: putt myVar into someOtherVar then I do what you do. But you never, really never, had to follow the contents of a variable while stepping through a script? Never mind when debugging due to an error,

Re: Dollar Sign Variables

2014-02-11 Thread Jim Lambert
Jacque wrote: How in the world does one program without the debugger? Simple. Write flawless code on the first go. ;) Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Dollar Sign Variables

2014-02-11 Thread J. Landman Gay
On 2/11/14, 3:16 PM, Jim Lambert wrote: Jacque wrote: How in the world does one program without the debugger? Simple. Write flawless code on the first go. ;) Oh, I meant how do other people do it. ;) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

St. Louis User Group

2014-02-11 Thread Andrew Kluthe
I've thought about doing it for a while and never had time. I know there are at least a couple of livecoders on the fringes of the St. Louis, MO area. After taking a new position recently where livecode isn't an everyday kind of thing, I have the urge to find more things livecode in my spare time.

Re: What is a .ric file?

2014-02-11 Thread Mark Schonewille
Hi Richmond, I believe I saw some .rlc files on my Mac and I assumed these were revolution license files. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use

Re: Dollar Sign Variables

2014-02-11 Thread Peter Haworth
One way to see variable contents when in debug mode is to hover the mouse over a variable name - a tooltip with its contents appears. Only discovered that a couple of weeks ago. Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and

Re: Defining Pet Features and Essentials

2014-02-11 Thread Gerry Orkin
Ender wrote: One cannot update the UI while pulling the content from the server. Er, yes you can. I'm doing it. Here's a screencast of it in action: http://quick.as/qyvjtr47 g ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Defining Pet Features and Essentials

2014-02-11 Thread Gerry Orkin
And here it is with 2 files downloading concurrently: http://quick.as/yn6aiq18 Gerry On 12 Feb 2014, at 12:38 pm, Gerry Orkin gerry.or...@gmail.com wrote: Ender wrote: One cannot update the UI while pulling the content from the server. Er, yes you can. I'm doing it. Here's a

diesel

2014-02-11 Thread Mark Wieder
Diesel's email is kaput again. Just fyi, in case anyone cares. I realize runrev doesn't. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Defining Pet Features and Essentials

2014-02-11 Thread Ender Nafi Elekcioglu
Gerry hi, Apparently I couldn’t express myself clearly,  please excuse my lack of linguistic proficiency. By *updating UI*, I didn’t mean giving visual feedback to the user, which I’m already using; I meant responding to user’s interactions like tap, scroll, pinch, etc. and act accordingly as

Android Test Won't Install

2014-02-11 Thread Dan Friedman
Greetings! I an clicking Test in the toolbar, like I always do to test to my Android devices. However, suddenly, it seems to not be working. It's going through all the steps but stopping on Installing app on target device I believe the phone (a GalaxyS3) was recently updated to Android

Re: diesel

2014-02-11 Thread Mark Wieder
Actually, I see from the status page that *all* on-rev's servers are down. Nice. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: What is a .ric file?

2014-02-11 Thread Richmond
On 12/02/14 00:43, Mark Schonewille wrote: Hi Richmond, I believe I saw some .rlc files on my Mac and I assumed these were revolution license files. NOT .rlc but .ric Richmond. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: Defining Pet Features and Essentials

2014-02-11 Thread John Craig
Have you tried 'load URL' on mobile? For non blocking downloads? Sent from my iPhone On 12 Feb 2014, at 03:17, Ender Nafi Elekcioglu endern...@keehuna.com wrote: Gerry hi, Apparently I couldn’t express myself clearly, please excuse my lack of linguistic proficiency. By *updating UI*,