Re: Transparent browser widgets?

2017-05-15 Thread Roger Eller via use-livecode
On Mon, May 15, 2017 at 12:03 PM, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2017-05-15 16:43, Richard Gaskin via use-livecode wrote: > >> Any chance we'll see the ability to play audio and video at all in >> Linux restored? >> > > I'm not quite sure what relatio

Re: Another Stupid Question

2017-05-13 Thread Roger Eller via use-livecode
Or accessing databases without worrying about local drivers being installed. On May 13, 2017 1:48 PM, "Richard Gaskin via use-livecode" < use-livecode@lists.runrev.com> wrote: > Richmond Mathewson wrote: > > > What is the point of LiveCode server and how > > can it be used? > > LC Server is a goo

Re: ANN: new team member

2017-05-11 Thread Roger Eller via use-livecode
on babyStartup set babysFather to "Ali Loyd" -- write to permanent memory if unconditional = true then put "love" into tForeverAndAlways end if end babyStartup On Thu, May 11, 2017 at 1:08 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Wait! You

Re: Calling a livecode executable -ui from LC server and get back a result.

2017-05-05 Thread Roger Eller via use-livecode
Have you considered running a faceless Desktop app as a service, having it watch for a socket message, or a file, or even clipboard content to signal it to do something. You could keep an account signed in with an app running -with-or-without a UI. ~Roger On Fri, May 5, 2017 at 6:48 AM, Malte Br

Re: Creating apps directly on mobile devices

2017-04-30 Thread Roger Eller via use-livecode
Build it and they will come... er, download it. :) On Apr 29, 2017 7:25 PM, "Alejandro Tejada via use-livecode" < use-livecode@lists.runrev.com> wrote: > In other message threads, I have asked about a > LiveCode Features Demo for mobile platforms. > > This APP/APK Demo would allows to test > int

Re: Community Coding Standards, Naming Conventions, Best Practice in LiveCode Script for community contribution work

2017-04-28 Thread Roger Eller via use-livecode
i and j are about as far as I go with nested repeats. Although sometimes I further process the resulting tEmpList in yet another repeat loop. It helps me to follow my own code if I can produce a list with modifications, and put tEmpList (into msg) before proceeding with more processing. Personal

Re: on tabKey - what field contains the blinking curser?

2017-04-27 Thread Roger Eller via use-livecode
dfield end doSelect On 4/26/17 7:21 PM, Roger Eller via use-livecode wrote: > When I tab to the next field, I want to select after the field content, or > in other words place the blinking bar at the end of whatever is already > there. By default, it is placing it in front of the field c

Re: on tabKey - what field contains the blinking curser?

2017-04-26 Thread Roger Eller via use-livecode
use-livecode@lists.runrev.com> wrote: > On 4/26/17 3:58 PM, Roger Eller via use-livecode wrote: > >> How do I discover the name of the field which has received focus (blinking >> edit bar cursor) when the tabKey is pressed? >> > > One way: > > on openfield > put

Re: on tabKey - what field contains the blinking curser?

2017-04-26 Thread Roger Eller via use-livecode
Thank you, Tom! On Wed, Apr 26, 2017 at 5:18 PM, tbodine via use-livecode < use-livecode@lists.runrev.com> wrote: > One way... > > if the focusedObject begins with "field" then > put the focusedObject into tActiveField > end if > > Tom B. > > > > -- > View this message in context: http://runtime

on tabKey - what field contains the blinking curser?

2017-04-26 Thread Roger Eller via use-livecode
How do I discover the name of the field which has received focus (blinking edit bar cursor) when the tabKey is pressed? ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your sub

Re: Make numberFormat even better

2017-04-25 Thread Roger Eller via use-livecode
I wouldn't even be here if not for my introduction to English-like syntax via HyperCard 25+ years ago. My apparently "not very useful work" over the past 25 years while benefiting from that very same "less complex" syntax has kept me employed, my family clothed and fed, a roof over our heads, and

Re: Make numberFormat even better

2017-04-25 Thread Roger Eller via use-livecode
+1 And if you must introduce a arguably newer/better term, please make its syntax more English-like and less code-like. This _is_ LiveCode. Cryptic is for those other languages. /2_cents ~Roger On Tue, Apr 25, 2017 at 10:11 AM, Rick Harrison via use-livecode < use-livecode@lists.runrev.com>

Re: Stupid Q No 999: mergeBLE

2017-04-24 Thread Roger Eller via use-livecode
>> >>> " All of the addons have full documentation making it a joy to use them >>> in >>> your app." >>> >>> Well I am unfortunately missing 2 things: "full" documentation (extremely >>> minimal in the

Re: Stupid Q No 999: mergeBLE

2017-04-23 Thread Roger Eller via use-livecode
Have you looked at the mergBLE commands in the LC dictionary? mergBLEConnectPeripheral pUUID Monte will likely have the answers you seek. ~Roger On Sun, Apr 23, 2017 at 6:38 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > So, here I am with Livecode 8.1.3 Ind

Re: mergEXT

2017-04-14 Thread Roger Eller via use-livecode
88... number is the robot's MAC address. > > BLE Reader gave me the MAC Address. > > Bluetooth Monitor listed classes: 7936, 7936, 1f00 and a very long > SerialPort Service > which may be a UUID (?): 1101--1000-8000-00805f9b34fb > > nRF Toolbox for BLR seemed

Re: mergEXT

2017-04-14 Thread Roger Eller via use-livecode
If you (or someone you know or work with) have an Android phone or tablet, try this app. It will scan for nearby bluetooth devices and provide a plethora of info (including UUID) about the devices. It even sees Monte's "Hello World" broadcast from LiveCode when you open his MergBLE sample stack.

Re: AW: vertical text?

2017-04-12 Thread Roger Eller via use-livecode
This is really the first mention I've seen of the resource requirements of certain widgets. Assuming that overhead is minimal just because it is so darn easy to add to a stack will be our downfall. :) ~Roger On Wed, Apr 12, 2017 at 2:12 PM, Richard Gaskin via use-livecode < use-livecode@lists.

Re: AW: vertical text?

2017-04-12 Thread Roger Eller via use-livecode
That's nice, but text angle should come as standard a field property (in my opinion). There are many use cases for field labels or table headers to sit on an angle for screen space consideration. ~Roger On Wed, Apr 12, 2017 at 11:25 AM, Paul Richards via use-livecode < use-livecode@lists.runrev

Re: mergEXT

2017-04-12 Thread Roger Eller via use-livecode
t; use-livecode@lists.runrev.com> wrote: > I must be really stupid . . . but . . . > > How do I use mergBLE to get a simple list of BlueTooth devices in a > listField? > > Richmond. > > > > On 4/12/17 4:08 pm, Roger Eller via use-livecode wrote: > >> That looks rea

Re: mergEXT

2017-04-12 Thread Roger Eller via use-livecode
py interface that > one has to pay $50 for that stinks. > > Richmond. > > > On 4/12/17 3:58 pm, Roger Eller via use-livecode wrote: > >> Robot? >> >> >> On Wed, Apr 12, 2017 at 8:57 AM, Richmond Mathewson via use-livecode < >> use-livecode@lists.

Re: mergEXT

2017-04-12 Thread Roger Eller via use-livecode
Robot? On Wed, Apr 12, 2017 at 8:57 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > OK: now for the goofy questions . . . . > > 1. How do I find my robot's pUUID on a Mac? > > > Richmond. > > ___ use-livecode mailing l

Re: mergMicrophone - audio format suitable for Windows playback?

2017-04-11 Thread Roger Eller via use-livecode
Any add-on in the merg suite is likely to only use Apple centric formats. I would let Windows PPT convert the audio, then if playback is suitable on both platforms, distribute the converted file. On Apr 11, 2017 2:53 AM, "Terry Judd via use-livecode" < use-livecode@lists.runrev.com> wrote: > I’m

Re: Mysterious customer

2017-04-04 Thread Roger Eller via use-livecode
Is it possible that "Artie" has his display set to a lower resolution to compensate for vision impairment? ~Roger On Tue, Apr 4, 2017 at 6:49 AM, Richmond via use-livecode < use-livecode@lists.runrev.com> wrote: > I pumped out a 32-bit Mac standalone from my Char Ref stack and > > released it th

Re: Single File Deploy on Windows?

2017-04-03 Thread Roger Eller via use-livecode
Can an empty file placeholder be created within preOpenStack, then extract the real DLL when it is really needed? On Apr 3, 2017 6:34 PM, "Dan Friedman via use-livecode" < use-livecode@lists.runrev.com> wrote: > So, I deliver a single file for my LC standalones on Windows. Any > required DLLs or

Re: within and scaleFactor

2017-04-02 Thread Roger Eller via use-livecode
Also the content of option menus remain at 1X scale even though everything else has increased in size. #thatsabug ~Roger On Apr 1, 2017 3:17 PM, "Dan Friedman via use-livecode" < use-livecode@lists.runrev.com> wrote: > I call this a bug, would you? > > If the scaleFactor of stack “myStack” is s

Re: Overlaying on video

2017-03-27 Thread Roger Eller via use-livecode
Will there be a similar capability to allow objects (buttons and fields) to overlay a browser widget, which might also be displaying a video? I believe there is a need to make this possible for any situation. ~Roger On Mon, Mar 27, 2017 at 8:47 AM, panagiotis merakos via use-livecode < use-live

Re: nabble babble

2017-03-24 Thread Roger Eller via use-livecode
s.runrev.com> wrote: > On 3/24/17 12:19 PM, Roger Eller via use-livecode wrote: > >> I have always used "the mail archive" site as my X-Talk Time Machine. >> > > How do you search? I've never found a good way to do that in the > "officia

Re: nabble babble

2017-03-24 Thread Roger Eller via use-livecode
I have always used "the mail archive" site as my X-Talk Time Machine. LIVECODE https://www.mail-archive.com/use-livecode@lists.runrev.com/ REVOLUTION https://www.mail-archive.com/use-revolution@lists.runrev.com/ METACARD https://www.mail-archive.com/metacard@lists.runrev.com/ ~Roger On Fri, M

Re: [ANN] tinyDictionary

2017-03-22 Thread Roger Eller via use-livecode
Outstanding! Much better than the built-in webpage-like dictionary. Great job! On Wed, Mar 22, 2017 at 10:37 AM, BNig via use-livecode < use-livecode@lists.runrev.com> wrote: > I uploaded a compact version of the dictionaries for LC 8.1 and up to > Livecodeshare > > http://livecodeshare.runre

Re: Producing a list of duplicates

2017-03-22 Thread Roger Eller via use-livecode
You will find that and SO MUCH MORE in the incredible resource MASTER LIBRARY, by Michael Doub. https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0 ~Roger On Wed, Mar 22, 2017 at 7:41 AM, Skip Kimpel via use-livecode < use-livecode@lists.runrev.com> wrote: > Anybody have a go

Re: (off) dropbox down

2017-03-17 Thread Roger Eller via use-livecode
Or maybe THIS had some complications they were working through. I received an email from Dropbox that said: "This is a reminder that your Public folder links will become inactive on *March 15*. On that date, your Public folder will become a standard Dropbox folder, and your files will remain safe

Re: Download LC Community: trapped

2017-03-10 Thread Roger Eller via use-livecode
It's a matter of forced consent, not necessarily about the intended use of your email address. I get it, and I agree that it should not be required. ~Roger On Fri, Mar 10, 2017 at 12:13 PM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > Indeed; but now this is dri

Re: Download LC Community: trapped.

2017-03-09 Thread Roger Eller via use-livecode
On Mar 9, 2017 5:26 PM, "Richmond Mathewson via use-livecode" < use-livecode@lists.runrev.com> wrote: > > Asking for an e-mail address is a small thing to ask for. > > But _forcing_, rather than _asking_, isn't quite the same thing. > > Personal blether starts now --- > > I don't feel

Re: [ANN] Release 9.0.0 DP-5

2017-03-08 Thread Roger Eller via use-livecode
+1 On Mar 8, 2017 7:42 PM, "Andre Garzia via use-livecode" < use-livecode@lists.runrev.com> wrote: > On Mon, Mar 6, 2017 at 5:12 PM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Besides, this is not > > debugging, this is remote debugging, and if anything screams "

Re: "ouch: the beginning of the end"

2017-03-08 Thread Roger Eller via use-livecode
So... Why not convert the forms to high-res (300+ dpi) PNG or JPEG as Mark suggests as one of the many options, and overlay LiveCode fields to create an app for filling the form? Once filled in, merge the high-res image with the collected field data into a fresh new PDF generated via the Quartum P

Re: Remote debugger

2017-03-06 Thread Roger Eller via use-livecode
Where can the new version be found? Is this page still maintained? http://mergext.com/plugins/mergdeploy/ On Mon, Mar 6, 2017 at 2:19 PM, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > > > On 7 Mar 2017, at 4:01 am, Mike Kerner via use-livecode < > use-livecode@lists

Re: Dragging widgets

2017-03-02 Thread Roger Eller via use-livecode
On Mar 2, 2017 3:08 AM, "Richmond Mathewson via use-livecode" < use-livecode@lists.runrev.com> wrote: > Is menu driven scripting really programming? (500-900 words, on my desk by Monday). > > Why do I feel that menu driven scripting is like driving an automatic car (last time I drove one > of thos

Re: Anyone doing a LiveCode Community Chat Bot? Wondering

2017-03-01 Thread Roger Eller via use-livecode
I am very interested in AI bots. It would be really cool to use LiveCode to interface with the Google Home, or Amazon Echo API. Through kickstarter, I have supported the DashBot in hopes that it's core OS can run apps made with LiveCode. I don't have it yet, but I am hoping it has Android inside

Re: Image Manipulation by javascript/HTML5 using a widget

2017-02-28 Thread Roger Eller via use-livecode
Sounds very cool! Where is the download link? On Tue, Feb 28, 2017 at 4:53 PM, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all. > > There is a new sample stack by Jonathan Lynch called > "Browser Widget Image Manipulator". > This name could lead to underestimate a bit this

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Roger Eller via use-livecode
moving, but I'm hoping > that with a few of these little projects started we're picking it up... > > On Sat, Feb 25, 2017 at 3:50 PM, Roger Eller via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > On Sat, Feb 25, 2017 at 10:47 AM, Roger Eller < &

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Roger Eller via use-livecode
On Sat, Feb 25, 2017 at 10:47 AM, Roger Eller wrote: > On Feb 25, 2017 9:21 AM, "Mike Kerner via use-livecode" < > use-livecode@lists.runrev.com> wrote: > > > > All I did was plant the thought, and Bernd went nuts with it. Welcome to > > management.

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-25 Thread Roger Eller via use-livecode
On Feb 25, 2017 9:21 AM, "Mike Kerner via use-livecode" < use-livecode@lists.runrev.com> wrote: > > All I did was plant the thought, and Bernd went nuts with it. Welcome to > management. Where's my big paycheck and pin stripes? > Anyway, we have been raly slow as a

Re: Remote debugger

2017-02-24 Thread Roger Eller via use-livecode
But if you wanted to continue developing an alternative way of remote debugging, the open-source LC users would love you. :) On Fri, Feb 24, 2017 at 2:48 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2/24/17 2:36 AM, Monte Goulding via use-livecode wrote: > >>

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-24 Thread Roger Eller via use-livecode
And if for #5, if I just want to keep using the LC built-in editor because I am comfortable using it, then I would hope it still exists. I guess like metacard, it would branch into it's own open-source thing, maintained by those who want it. On Fri, Feb 24, 2017 at 9:07 AM, Mike Kerner via use-l

Re: Reveal in Find on Windows

2017-02-23 Thread Roger Eller via use-livecode
You get a star for effort. ;-p I tried your handler on Mac and Win, (not currently one of the 50 million Linux users). It opened the folder but did not select (reveal) the file or folder. The start of your command name didn't match the end, but that's okay. Community effort, right? ~Roger O

Re: Reveal in Find on Windows

2017-02-23 Thread Roger Eller via use-livecode
50 Million!!! pffft Well, let's not forget about the Amiga then. I know there are still at least 2, because I still have mine. ;) ~Roger On Thu, Feb 23, 2017 at 10:52 AM, Richard Gaskin via use-livecode < use-livecode@li

Re: Reveal in Find on Windows

2017-02-23 Thread Roger Eller via use-livecode
> > >> OK I studied the doc here: > >> > >> https://support.microsoft.com/en-us/help/130510/command-line > >> -switches-for-windows-explorer > >> > >> and actually the use cases are more often to open a folder > >> >

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-22 Thread Roger Eller via use-livecode
at 11:16 AM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Roger Eller wrote: > > > On Feb 21, 2017 9:28 PM, "Richard Gaskin via use-livecode" wrote: > > > >> It's always exciting to see new ground explored with inter-app

Re: Reveal in Find on Windows

2017-02-22 Thread Roger Eller via use-livecode
get shell (”explorer.exe /select,c:\windows\system32\selected_file.txt") Source: http://stackoverflow.com/questions/29970897/cmd-file-tasks-open-directory-and-select-file ~Roger On Feb 21, 2017 10:43 PM, "Sannyasin Brahmanathaswami via use-livecode" < use-livecode@lists.runrev.com> wrote: for i

Re: Script Editor fixable? (was: Configuring a Sublime Text project to notify LiveCode IDE about updates to script only stacks)

2017-02-21 Thread Roger Eller via use-livecode
I'm not what you would call a power user, nor do I need an editor that handles multiple languages and syntax coloring variations. I like the truly integrated LC editor just fine. It is great to see users providing options for those who need more than that. ~Roger On Feb 21, 2017 9:28 PM, "Richa

[OT] DevDocs.io doesn't have "LiveCode"

2017-02-07 Thread Roger Eller via use-livecode
This is another place where LiveCode could receive some great exposure, if represented. A great resource for many language API docs in one convenient location. https://devdocs.io/ ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Plea

Re: LC-Magick Collection

2017-02-01 Thread Roger Eller via use-livecode
t the bottom of this thread: http://forums.livecode.com/viewtopic.php?f=9&t=13399&p=64351#p64351 ~Roger On Wed, Feb 1, 2017 at 6:41 AM, Roger Eller wrote: > There is a dedicated tracing stack somewhere on the LC forum. I think it > was made about a year ago, maybe longer. > > ~R

Re: Mobile library for barcodes?

2017-02-01 Thread Roger Eller via use-livecode
e the image (on > ios), so I am not sure why you would then have a separate JS library > attempt to read it, since AV also includes a BC interpretation component. > > On Tue, Jan 31, 2017 at 9:13 PM, Roger Eller via use-livecode < > use-livecode@lists.runrev.com> wrote: > >

Re: LC-Magick Collection

2017-02-01 Thread Roger Eller via use-livecode
There is a dedicated tracing stack somewhere on the LC forum. I think it was made about a year ago, maybe longer. ~Roger On Feb 1, 2017 2:37 AM, "hh via use-livecode" wrote: > Tracing all opaque parts of a picture with transparency, not only the > outline, is one of the tools that BerndN uses

Re: LC-Magick Collection

2017-01-31 Thread Roger Eller via use-livecode
I think your stack that traces the outlines of a multicolor PNG into polygon shapes would be a fabulous addition to this image tool collection. ~Roger On Jan 31, 2017 6:23 PM, "hh via use-livecode" < use-livecode@lists.runrev.com> wrote: > Added today #6: Bilinear Perspective Image Distortion >

Re: Mobile library for barcodes?

2017-01-31 Thread Roger Eller via use-livecode
When a question about what's available for "mobile" is raised, I always read it as "android, iOS, and maybe even Windows-mobile". I never purchaced the full merg-suite because it doesn't fully support all of LiveCodes mobile platforms. I do have mergZXing because it works on Android. It shouldn'

Re: Mobile library for barcodes?

2017-01-31 Thread Roger Eller via use-livecode
This? http://mergext.com/home/mergzxing/ or http://splash21.com/sQuiRt.php On Tue, Jan 31, 2017 at 12:25 PM, Devin Asay via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all, > > I have a vague memory that someone had created a barcode library or > extension for mobile. Anybody kn

Re: OT: Flash tablet

2017-01-24 Thread Roger Eller via use-livecode
I don't see any downloads on their website. You can contact their support here: http://www.allwinnertech.com/index.php?c=message ~Roger On Tue, Jan 24, 2017 at 4:37 PM, Roger Eller wrote: > Oh, I see what you mean now. That particular model is very hard to find > now. When I

Re: OT: Flash tablet

2017-01-24 Thread Roger Eller via use-livecode
Oh, I see what you mean now. That particular model is very hard to find now. When I buy a cheap unknown device, I usually try to get the original ROM while it is new, and save it away for the dreaded day. ~Roger On Tue, Jan 24, 2017 at 4:17 PM, Roger Eller wrote: > If it were mine, I wo

Re: OT: Flash tablet

2017-01-24 Thread Roger Eller via use-livecode
If it were mine, I would try to get a rom from the original manufacturers site, if possible. I found this just by googling... http://mytabletguru.com/allwinner-a33-firmware-and-tool/ ~Roger On Jan 24, 2017 4:04 PM, "Mike Bonner via use-livecode" < use-livecode@lists.runrev.com> wrote: I'm try

Re: Boring but important - selling a download product for Windows

2017-01-23 Thread Roger Eller via use-livecode
If there's a ditch on either side of the road, we can easily get in it. :) ~Roger On Mon, Jan 23, 2017 at 3:39 PM, Graham Samuel via use-livecode < use-livecode@lists.runrev.com> wrote: > Actually I do know someone who speaks, more or less, Etruscan. He is an > expert in dead and dying languag

Re: Boring but important - selling a download product for Windows

2017-01-22 Thread Roger Eller via use-livecode
I tend to disagree with the consensus to use zip files on Windows. Nothing screams UNPROFESSIONAL more than not having an installer that is standard for the platform you are installing to. ~Roger On Jan 22, 2017 8:06 AM, "Richmond Mathewson via use-livecode" < use-livecode@lists.runrev.com> wrot

Re: Engine Performance across Versions

2017-01-19 Thread Roger Eller via use-livecode
Performance times of a standalone created from each version would be interesting as well. And on each platform... On Thu, Jan 19, 2017 at 11:14 AM, Curry Kenworthy via use-livecode < use-livecode@lists.runrev.com> wrote: > > Bob: > >> If you get around to it try one for Save As Standalone times

Re: Nightly Builds

2017-01-18 Thread Roger Eller via use-livecode
Here it is: Nightly Builds discussion <https://www.mail-archive.com/use-livecode@lists.runrev.com/msg81538.html> On Wed, Jan 18, 2017 at 12:41 PM, Roger Eller wrote: > Just a few days ago, nightly builds were being discussed. Some thought it > would take too long to automate

Re: Nightly Builds

2017-01-18 Thread Roger Eller via use-livecode
Just a few days ago, nightly builds were being discussed. Some thought it would take too long to automate the process enough to provide nightly builds. Monte chimed in with the fact that nightly builds are already automated, but are not published to everyone. I think he said they were available

Re: Help: Odd menu behavior under LC6.7.11 on OSX

2017-01-12 Thread Roger Eller via use-livecode
6.7.5 is my poison of choice. 8.x gives an error when it opens. Bug was reported several times, but it's still there, even in the latest. Also, my Windows applications are tightly spaced in the UI department, and 8.x text spacing goes crazy. It would take a lot of time to go through everything a

Re: I'm a stupid GIT

2017-01-07 Thread Roger Eller via use-livecode
On Jan 7, 2017 4:01 PM, "Richard Gaskin via use-livecode" < use-livecode@lists.runrev.com> wrote: > > Malte Brill wrote: > > > I also am a stupid GIT. Way over my head. That said - can’t this be > > somehow automated so that one could download nightly builds? > > While nightly builds can be a good

Re: Kindle fire apps?

2017-01-05 Thread Roger Eller via use-livecode
My wife has a Kindle Fire HD, and if I remember correctly, she can install apps from the Google Play Store, but has to access it from the website rather than an app. https://play.google.com/store/apps ~Roger On Thu, Jan 5, 2017 at 1:08 PM, William Prothero via use-livecode < use-livecode@lists.

Re: TS Net for Indy vs Business

2016-12-30 Thread Roger Eller
I am really disappointed that SFTP (for Indy) is limited to a variable (RAM) -vs- writing directly to a file. Moving large files that exceed system RAM is very common. ~Roger On Dec 30, 2016 5:13 AM, "Charles Warwick" wrote: > Hi Andre, > > I will be adding a fair amount of documentation for t

Re: Anybody on the list looking for LC contract work?

2016-12-22 Thread Roger Eller
Could you describe what exactly the software currently does? I have very little spare time, but it sounds like I good cause. If I could help in some small way, I would. Just need to know the level of skill needed, and the full scope of the project. ~Roger On Thu, Dec 22, 2016 at 8:10 AM, Tiem

Re: LC 8.1.2 Stable

2016-12-20 Thread Roger Eller
I really like that one too! Monte really does make great stuff. My only wish is for x-plat ports of his existing iOS add-ons. ~Roger On Mon, Dec 19, 2016 at 7:38 PM, J. Landman Gay wrote: > On 12/19/16 4:56 PM, Monte Goulding wrote: > >> There are some android java externals I did and releas

Re: LC 8.1.2 Stable

2016-12-19 Thread Roger Eller
Could you provide a list of the externals that are cross-platform iOS/Android/Desktop/Server. I remember that was something that was to come after the acquisition. On Mon, Dec 19, 2016 at 3:52 PM, Peter TB Brett wrote: > On 19/12/2016 20:12, Richmond Mathewson wrote: > >> >> Anyway, be that as

Re: [ANN] XLSX Library ready for a test - Looking for testers

2016-12-01 Thread Roger Eller
Zyrip, The report looks similar in Excel 2010 (Win), and Libre Office 4.3 (Mac). Mac Preview didn't render any of the totals. I had to reduce the font size in Libre Office to have a similar appearance, otherwise the totals were shown as . There was one difference

Re: [OT] Hosed Xubuntu system

2016-11-27 Thread Roger Eller
Not as much as for Windows, but still some. https://en.wikipedia.org/wiki/Linux_malware On Sun, Nov 27, 2016 at 3:54 PM, Richmond Mathewson < richmondmathew...@gmail.com> wrote: > I am slowly recovering my stuff: estimated completion about 2 weeks .

Re: JavaScript + LC HTML5 = LiveCode.js

2016-11-25 Thread Roger Eller
On Nov 25, 2016 11:03 AM, "Richard Gaskin" wrote: > > Roger Eller wrote: > > > Back when we had the RevWeb plugin, my browser based apps just worked. > > That's exactly where a standalone is every bit as valuable as Mark was suggesting... > >

Re: JavaScript + LC HTML5 = LiveCode.js

2016-11-24 Thread Roger Eller
ocesses via JavaScript. (Nor any kind of native code which is > not part of the browser executable - well, outside the browsers very tight > sandbox). > > Mark. > > > > Sent from my iPhone > > > On 24 Nov 2016, at 20:00, Roger Eller > wrote: > > > >

Re: JavaScript + LC HTML5 = LiveCode.js

2016-11-24 Thread Roger Eller
ation before it fully launches? Similar to how Android tells the user what permissions are needed is how I imagine it would present itself. ~Roger Roger Eller Graphics Systems Analyst 803 North Maple Street P: 864.967.1625 Simpsonville, SC 29681 C: 864.908.0337 SealedAir.com

Re: JavaScript + LC HTML5 = LiveCode.js

2016-11-24 Thread Roger Eller
File picker should not have to be built in another language, in my opinion. Ask or Answer file SHOULD just work. Again, my opinion. This is LiveCode after all. ~Roger On Nov 24, 2016 10:49 AM, "Todd Fabacher" wrote: > Hello LiveCode community, > > At Digital Pomegranate we are very excited a

Re: Suffering from a Brain Fart...

2016-11-22 Thread Roger Eller
Try toplevel stack "myStack" ~Roger On Tue, Nov 22, 2016 at 5:10 PM, Paul Dupuis wrote: > Help, > > I was to open a modal dialog from a single handler and continue the > handler, updating certain information in a dialog, in a repeat loop. > > The 'modal ' command pauses the handler execution

Re: roundUp function?

2016-11-22 Thread Roger Eller
Good to know. Thanks again. On Tue, Nov 22, 2016 at 9:44 AM, Peter TB Brett wrote: > > > On 22/11/2016 14:40, Roger Eller wrote: > > ceil works in 8.1.1, and in the docs of 8.1.1 says "Introduced in 6.7", yet >> it fails in 6.7.5 and6.7.8, nor is it in the 6.7.x

Re: roundUp function?

2016-11-22 Thread Roger Eller
o old school > and > > add .5 to the number, then round to achieve the same affect. > > > > On Tue, Nov 22, 2016 at 7:29 AM, Roger Eller < > roger.e.el...@sealedair.com> > > wrote: > > > >> Thanks, Peter! > >> > >> ~Roger >

Re: roundUp function?

2016-11-22 Thread Roger Eller
Peter, ceil works in 8.1.1, and in the docs of 8.1.1 says "Introduced in 6.7", yet it fails in 6.7.5 and6.7.8, nor is it in the 6.7.x dictionary. That said, I need it in an app that is built and deployed in 6.7.5. ~Roger On Tue, Nov 22, 2016 at 9:29 AM, Roger Eller wrote: >

Re: roundUp function?

2016-11-22 Thread Roger Eller
Thanks, Peter! ~Roger On Tue, Nov 22, 2016 at 9:27 AM, Peter TB Brett wrote: > > > On 22/11/2016 14:15, Roger Eller wrote: > >> We have round, which will either round up or down depending on the >> decimal >> value being > or < .5, but what if I want ANY

roundUp function?

2016-11-22 Thread Roger Eller
We have round, which will either round up or down depending on the decimal value being > or < .5, but what if I want ANY decimal value, even .01 to round UP to the next whole number? Dictionary Examples: the round of 26.2 -- yields 26 the round of 2.5 -- yields 3 (rounds up) I want to: get round

Re: Type on an angle

2016-11-19 Thread Roger Eller
I would much rather have a native angle property as a part of the text field. Live text on an angle like Adobe Photoshop and Illustrator have would enable a whole world of design apps with LiveCode. I've used the snapshot workaround for 15 years, and it has never impressed anyone. ~Roger On Sa

Re: lcGoogleDrive, Livecode for FM, etc.

2016-11-19 Thread Roger Eller
I have no use at all for FM, but a lcGoogleDrive would be just wonderful. ~Roger On Sat, Nov 19, 2016 at 5:04 PM, Monte Goulding wrote: > > > On 20 Nov. 2016, at 1:13 am, Alex Tweedly wrote: > > > > Wow ! Terrific. Like I said, I would have been happy to pay for extra > compnents, so to hear

Re: GUI Design Tasks Send Back - Bring Forward

2016-11-19 Thread Roger Eller
Besides wanting to only use the mouse for re-layering, you can already demo your layered images by clicking and pressing Control-[ or Control-]. ~Roger On Sat, Nov 19, 2016 at 4:21 PM, Sannyasin Brahmanathaswami < bra...@hindu.org> wrote: > when I switch from code to building GUI.. we are in an

Re: Can the new player work with YouTube in 8.1.1?

2016-11-18 Thread Roger Eller
://www.youtube.com/embed/K033kBr3C6c> HTH Paul > On Nov 17, 2016, at 2:10 PM, Roger Eller <mailto:roger.e.el...@sealedair.com >> wrote: > > A YouTube URL doesn't seem to work as the fileName. Is there some special > method or format of the URL needed? > > on mouse

Re: [OT] Quartum PDF Library - How to change text color of a cell in a table?

2016-11-18 Thread Roger Eller
forums at < > http://forums.quartam.com> or email me directly. > > Best regards, > > Jan Schenkel. > > = > Quartam Reports & PDF Library for LiveCode > www.quartam.com > > = > "As we grow older, we grow both wiser and more foolish at

Can the new player work with YouTube in 8.1.1?

2016-11-17 Thread Roger Eller
A YouTube URL doesn't seem to work as the fileName. Is there some special method or format of the URL needed? on mouseUp set the fileName of player 1 to "https://www.youtube.com/watch?v=K033kBr3C6c " end mouseUp ~Roger ___ use-livecode mailing list

[OT] Quartum PDF Library - How to change text color of a cell in a table?

2016-11-07 Thread Roger Eller
I am using Jan Shenkel's PDF Library in a project, and need to display negative numbers in a table in red. It seems to be possible to affect the entire table, but how can I apply color commands to a specific cell? TIA, ~Roger ___ use-livecode mailing lis

Re: tableField . . . refering to columns

2016-11-03 Thread Roger Eller
of fld "fTF" end mouseUp Roger Eller Graphics Systems Analyst 803 North Maple Street P: 864.967.1625 Simpsonville, SC 29681 C: 864.908.0337 SealedAir.com <http://www.sealedair.com/> roger.e.el...@sealedair.com On Thu, Nov 3, 2016 at 3:11 PM, Roger Eller wrote: > A

Re: tableField . . . refering to columns

2016-11-03 Thread Roger Eller
A regular table field is TAB delimited. Also, refer to your "column" as "item". Try this: on mouseUp set the itemDelimiter to "^" put line 1 of fld "fPRE" into PREE1 set the itemDeliniter to TAB put item 1 of PREE1 into item 1 of line 1 of fld "fTF" end mouseUp ~Roger On Thu, Nov

Re: Goofy question about Datagrids

2016-11-02 Thread Roger Eller
If you want to total a column in a simple table field, assuming column 8, this is my long-winded approach. on mouseUp set the itemDel to TAB constant tColumn = 8 constant tFieldName = "myFakeSpreadsheet" put the number of lines of fld tFieldName into tLineCount if line -1 of fld tFi

Re: Goofy question about Datagrids

2016-11-01 Thread Roger Eller
Hi Richmond, I'll give you an 'improperly formulated' explanation of my own experience with datagrids. They are more complicated to use (at first). So most of the time I still use a table field for everything except where the nice appearance of a datagrid gives the design a polished and professi

Re: [ANN] calendar widget updated

2016-10-24 Thread Roger Eller
Ok. Thanks for that clarification. ~Roger On Mon, Oct 24, 2016 at 3:35 PM, BNig wrote: > Hi Roger, > > please remove prior versions from the "extensions" folder in "My Livecode" > folder. > > Then move the unzipped folders to the "extensions" folder in "My Livecode" > folder manually. > > The

Re: [ANN] calendar widget updated

2016-10-24 Thread Roger Eller
Elanor's .lce file will select in Extensions Manager, but not your .lci file. ~Roger On Mon, Oct 24, 2016 at 3:21 PM, BNig wrote: > forgot to mention: > > compiled using 8.1.1, works in LC 9.0.0 DP1. > > http://www.berndniggemann.on-rev.com/calendar/calendar.zip > > Kind regards > Bernd > _

Re: [ANN] calendar widget

2016-10-18 Thread Roger Eller
Hi Bernd, I have updated bug# 17374 with new screenshots. http://quality.livecode.com/show_bug.cgi?id=17374 ~Roger On Tue, Oct 18, 2016 at 12:14 PM, BNig wrote: > Hi Roger, > > Could you try with a version > 8.1.0 and Windows 7? > > the widget does not use Mac specific code. > > Actually I j

Re: [ANN] calendar widget

2016-10-18 Thread Roger Eller
It worked fine for me in Mac OS 10.11.6 (LiveCode 8.1.0 Indy), but failed in Windows 7 (LiveCode 8.1.0 Indy) . ~Roger On Tue, Oct 18, 2016 at 11:06 AM, Bob Sneidar wrote: > Using 8.1.0 > > > On Oct 18, 2016, at 07:5

Re: Supercard 4.8 public beta

2016-10-17 Thread Roger Eller
On Oct 16, 2016 1:06 AM, "Kay C Lan" wrote: > > On Sun, Oct 16, 2016 at 2:39 AM, Richmond wrote: > > > I would argue that you can do all of that within Livecode, thereby avoiding > > a hiatus as you get kids to transfer. > > > And surely that's exactly the same argument as those who questions the

<    1   2   3   4   5   6   7   8   9   10   >