Re: Mobile slider control

2019-03-21 Thread J. Landman Gay via use-livecode
For scrollbars I use scripted native (i.e., mobile) scrollers. You can set them to show their scrollbars or not. Indetermine progress bars can be replaced by the LC spinner widget, and an animated gif also works well. For determinate progress bars, it isn't too hard to create a graphic that gr

Re: ANN: Script Editor Refactoring Support

2019-03-21 Thread Mark Wieder via use-livecode
On 3/21/19 7:42 PM, Robert Brenstein via use-livecode wrote: Wow! Which versions of LiveCode is this baby compatible with? The LC8 and LC9 series. Before that the IDE doesn't have proper hooks or the subscribe mechanism to support the plugin mechanics. -- Mark Wieder ahsoftw...@gmail.com

Re: Mobile slider control

2019-03-21 Thread Roger Guay via use-livecode
I have a utility called ScrollbarOmatic on LC Sample Stacks that might give you ideas. Roger > On Mar 21, 2019, at 4:34 PM, Devin Asay via use-livecode > wrote: > > Hi all, > > So native LiveCode scrollbars (sliders, progress bars, and little arrows) > look really bad on mobile devices. Has

Re: ANN: Script Editor Refactoring Support

2019-03-21 Thread Robert Brenstein via use-livecode
Wow! Which versions of LiveCode is this baby compatible with? On 20 Mar 2019, at 18:45, Mark Wieder via use-livecode wrote: Announcing (60 days until the San Jose conference): Script Editor Refactor Plugin Brings refactoring support to the LiveCode Script Editor. Place the plugin into

Re: ANN: Script Editor Refactoring Support

2019-03-21 Thread Mark Wieder via use-livecode
On 3/21/19 8:51 AM, Bob Sneidar via use-livecode wrote: And another. Find Orphans flags all the values as unused constants in a constant declaration. Example: constant cExcludedWords = "inc,incorporated,corp,corporation,co,comp,company,llc,llp,ltd" produces a flag for "inc" "Incorporated" etc

Re: ANN: Script Editor Refactoring Support

2019-03-21 Thread Mark Wieder via use-livecode
On 3/21/19 3:41 AM, AndyP via use-livecode wrote: This is outstanding..what a contribution to the community. Found one problem though.. No close/dismiss button. Thanks. fixed on github. -- Mark Wieder ah

Re: ANN: Script Editor Refactoring Support

2019-03-21 Thread Mark Wieder via use-livecode
Thanks to a suggestion from Mikey, the refactor plugin has been removed from SampleStacks/LiveCodeShare and now lives at https://github.com/mwieder/revRefactor -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.run

Mobile slider control

2019-03-21 Thread Devin Asay via use-livecode
Hi all, So native LiveCode scrollbars (sliders, progress bars, and little arrows) look really bad on mobile devices. Has anyone produced a widget or just a scripted replacement for them? Thanks, Devin Devin Asay Director Office of Digital Humanities Brigham Young University

Re: Localisation - Internationalization Package

2019-03-21 Thread Richard Gaskin via use-livecode
R.H. wrote: > Dear Richard > > Thanks a lot for the input regarding the dateFormat function. Very > nice. > > To add: It is also helpful to > > ... set the useSystemDate to true... > > and then also the local date format such as dd.mm. evaluates to > true when asking if it is a date, or not.

Re: A Question about Ask File

2019-03-21 Thread Roger Guay via use-livecode
Yeah, I know….. > On Mar 21, 2019, at 7:46 AM, Bob Sneidar via use-livecode > wrote: > > It is ALWAYS the developer's fault. ;-) > > Bob S > > >> On Mar 20, 2019, at 19:37 , Roger Guay via use-livecode >> wrote: >> >> Yes, you are so right! I found my problem: Some of my filenames had sl

Re: ANN: Script Editor Refactoring Support

2019-03-21 Thread Bob Sneidar via use-livecode
And another. Find Orphans flags all the values as unused constants in a constant declaration. Example: constant cExcludedWords = "inc,incorporated,corp,corporation,co,comp,company,llc,llp,ltd" produces a flag for "inc" "Incorporated" etc. Bob S > On Mar 21, 2019, at 03:41 , AndyP via use-liv

Re: A Question about Ask File

2019-03-21 Thread Bob Sneidar via use-livecode
It is ALWAYS the developer's fault. ;-) Bob S > On Mar 20, 2019, at 19:37 , Roger Guay via use-livecode > wrote: > > Yes, you are so right! I found my problem: Some of my filenames had slashes > in them which created confusion for the filePath. Once I got rid of the > slashes, everything w

Re: Localisation - Internationalization Package

2019-03-21 Thread Klaus major-k via use-livecode
Hi all, > Am 21.03.2019 um 14:42 schrieb R.H. via use-livecode > : > > Dear Richard > > Thanks a lot for the input regarding the dateFormat function. Very nice. > To add: It is also helpful to > ... set the useSystemDate to true... > ... > So, internationalization is a strong need in business a

Re: Localisation - Internationalization Package

2019-03-21 Thread R.H. via use-livecode
Dear Richard Thanks a lot for the input regarding the dateFormat function. Very nice. To add: It is also helpful to ... set the useSystemDate to true... and then also the local date format such as dd.mm. evaluates to true when asking if it is a date, or not. The problem here is that thinki

Re: ANN: Script Editor Refactoring Support

2019-03-21 Thread AndyP via use-livecode
This is outstanding..what a contribution to the community. Found one problem though.. No close/dismiss button. - Andy Piddock My software never has bugs. It just develops random features. TinyIDE

Re: ANN: Script Editor Refactoring Support

2019-03-21 Thread Andre Garzia via use-livecode
this is just TOO AWESOME One of the things I always complained is the lack of refactoring support. Thanks a ton my friend. On Thu, Mar 21, 2019 at 2:48 AM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 3/20/19 2:53 PM, Mark Wieder via use-livecode wrote: > > > H