Livecode Compiler

2023-03-21 Thread Glen Bojsza via use-livecode
It has now been over one year since I purchased a Livecode Compiler license which the original delivery date was last fall. I recall there being a preview release in the summer of 2022 and GA version by the end of the year. Is there any update or announcements regarding this? It’s disheartening

Re: ChatGPT

2022-12-09 Thread Glen Bojsza via use-livecode
forgot the most important things...the greatest benefit comes from being able to properly phrase your request. On Fri, Dec 9, 2022 at 3:43 PM Glen Bojsza wrote: > Just for fun I thought I would add a few things here. > > 1. if you add the chrome extension from https://sharegpt.com/ then you >

Re: ChatGPT

2022-12-09 Thread Glen Bojsza via use-livecode
Just for fun I thought I would add a few things here. 1. if you add the chrome extension from https://sharegpt.com/ then you can print save the chat.openai.com output seamlessly. 2. If you are ambitious you could port this extension to safari and then port it to ios for iphone and ipda 3. if

Re: YAML support

2022-11-09 Thread Glen Bojsza via use-livecode
Thanks I will check it out On Wed, Nov 9, 2022 at 1:13 PM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > there is a yaml parser built into levure. > > On Wed, Nov 9, 2022 at 9:42 AM Glen Bojsza via use-livecode < > use-livecode@lists.runrev.co

YAML support

2022-11-09 Thread Glen Bojsza via use-livecode
Hello, I was wondering what the current state and recommendations are for working with YAML files and Livecode. The last posts I have found on this was back in 2020 so is anyone currently using Livecode with YAML files. regards, Glen ___ use-livecode

Script Compiler

2022-11-02 Thread Glen Bojsza via use-livecode
I haven't been following things for a few months and the Script Compiler beta was coming out sometime in the summer. Has this happened? Is there any delivery date for it? regards, Glen ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: revOpenDatabase over SSH tunnel?

2022-03-10 Thread Glen Bojsza via use-livecode
I would be interested in this guide if possible. Will you be willing to share? regards, Glen On Thu, Mar 10, 2022 at 10:32 AM matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi, > > I've used SSH tunneling in the past to connect SQLPro Studio with remote > MySQL

Re: Starter Plan offer - China users

2021-09-27 Thread Glen Bojsza via use-livecode
What happens if the user is on an airplane and wants to use the app? On Mon, Sep 27, 2021 at 2:26 PM Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com> wrote: > The starter plan for LiveCode is described: > > "On the Starter plan, if you cancel your subscription your apps will

Using shell as administrator on Windows 10

2019-06-28 Thread Glen Bojsza via use-livecode
Hello, Is there a way to us LC shell to do commands as administrator? thanks, Glen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Date and time

2019-06-06 Thread Glen Bojsza via use-livecode
Craig, Well done...not over done. I hope you’re out from under your desk. Glen On Thu, Jun 6, 2019 at 6:18 PM dunbarxx via use-livecode < use-livecode@lists.runrev.com> wrote: > Feel like I am overdoing this, but a bit more compact: > > on mouseUp >put "06-Jun-2019;09:05:21" into rawTime

Re: Date and time

2019-06-06 Thread Glen Bojsza via use-livecode
Obviously I overthought this (thanks Bob)...I was trying to convert the time separately and then the date and combining them which was leading to issues. The dictionary format example doesn't show this as being a solution... Glen On Thu, Jun 6, 2019 at 2:54 PM Bob Sneidar via use-livecode <

Date and time

2019-06-06 Thread Glen Bojsza via use-livecode
I'm pondering the easiest way to do a linear scale based on date and time data. My thoughts are that if you can change 06-Jun-2019;09:05:21 to epoch seconds then it would possible to take all the similar timestamped data and change it to seconds thus using it as an "x-axis" scale for graphing

Re: Design questions...

2019-06-06 Thread Glen Bojsza via use-livecode
-livecode < use-livecode@lists.runrev.com> wrote: > Hi Glen, > > There are some screen resolution stats on the web that may be useful, at > least for 'general public' app window sizes: > > https://en.wikipedia.org/wiki/Display_resolution > > Phil Davis > > &g

Re: Design questions...

2019-06-06 Thread Glen Bojsza via use-livecode
Bob, thanks for the info...I will start with 1024x768 as a minimal screen resolution for now and see what happens. As for the combo of menus and buttons I will try to find if there is a benefit of both and also usability space within the app. My target platforms are Windows 10 and OS X 10.X Glen

Design questions...

2019-06-06 Thread Glen Bojsza via use-livecode
Hello, I was looking for input on the following design questions...I haven't done anything for years so I am looking for other developers' experiences. 1. what would be considered the smallest stack size for a desktop app? 2. Does the above fill most of the screens in use today ...ie what is

Re: Line Graph Widget - Plotting time series

2019-06-04 Thread Glen Bojsza via use-livecode
ee to ask me any questions if anything is unclear, or needs > changing. > > You can see the output at > > https://www.kilmelford.com/images/graph7.jpg > > https://www.kilmelford.com/images/graph8.jpg > <https://www.kilmelford.com/images/graph7.jpg> > > and the

Line Graph Widget - Plotting time series

2019-06-04 Thread Glen Bojsza via use-livecode
Hello, I am trying to use the Line Graph Widget to grapg a time series (x axis) where the time is in the format 2:45:16 The time data is being treated like text and therefore tries to plot using every x series as a x label. Optimally I would like to see only a handful of x labels spread that

SQLite import

2019-05-31 Thread Glen Bojsza via use-livecode
Hello, I know LC can script SQLite database inserts but can you script an SQLite csv file import? thanks, Glen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

How to install a dependency

2019-05-31 Thread Glen Bojsza via use-livecode
Hello, I am trying to get a widget working but when I run try to install it I get the error message "Dependency com.livecode.system not available. Please install before proceeding". The lcb calls for "use com.livecode.library.scriptitems" in the dependency declarations. I am not certain how to

Why such a large external folder on Windows?

2019-05-23 Thread Glen Bojsza via use-livecode
Hello, I took a very basic app that has a browser widget and made a standalone for OS X and Windows in LC 9.0.5 I was shocked that the Windows standalone has an external folder of 116.5 MB plus the .exe file where as on OS X the single standalone file was 18MB. I cannot fathom the concept of

Any recommendations on hotels for conference

2019-03-19 Thread Glen Bojsza via use-livecode
I was wondering if there a a list of hotels that attendees for the San Jose conference are using? thanks, Glen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Old Rev stack feature / view ...where is it in LC 8

2019-02-20 Thread Glen Bojsza via use-livecode
r a new licence. > > Richmond. > > On 20.02.19 21:21, J. Landman Gay via use-livecode wrote: > > I see it in both 8.1.10 and 9.0.2, second item from the top. > > > > On 2/20/19 9:54 AM, Glen Bojsza via use-livecode wrote: > >> I found the problem.

Re: Old Rev stack feature / view ...where is it in LC 8

2019-02-20 Thread Glen Bojsza via use-livecode
I found the problem...in my Indy Version 8.0.0 DP4 there is no image library under the development menu?? In LC 6.7.6 there is. So why isn't there one in LC 8.0.0? On Wed, Feb 20, 2019 at 10:35 AM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > What you see when

Re: Old Rev stack feature / view ...where is it in LC 8

2019-02-20 Thread Glen Bojsza via use-livecode
thinking of the old application browser? It's now in the Plugins > menu, named revApplicationOverview. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On February 19, 2019 6:36:05 PM Glen Bojsza via use-liv

Old Rev stack feature / view ...where is it in LC 8

2019-02-19 Thread Glen Bojsza via use-livecode
Hello, I have an old rev stack that I had saved images as controls and could reference them by their ID number and remember that you could bring up all controls used by rev to see what controls you had saved. I can't seem to find that anywhere in LC 8? Glen

Re: Setting hidden of lines very slow

2018-11-30 Thread Glen Bojsza via use-livecode
I was wondering at what stage or how the lines get chosen to be hidden or not? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Regex (matchChunk) help...

2018-06-15 Thread Glen Bojsza via use-livecode
gt; end switch > add 1 to tcounter >end repeat >delete the last char of tPairs >repeat for each line tLine in tPairs > set the textcolor of trueword (item 1 of tLine) to (item 2 of tLine) > of field 1 to "blue" >end repeat > end mouse

Re: Regex (matchChunk) help...

2018-06-15 Thread Glen Bojsza via use-livecode
Mike, I believe that you are correct in understanding what I am trying to extract. I will need a bit more time to work through your solution. regards, Glen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Regex (matchChunk) help...

2018-06-15 Thread Glen Bojsza via use-livecode
Hi Jerry, I may be wrong but it looks like your solution assumes that the line has the beginning and ending I am looking for in the first and last positions...in my example text that I gave it was all one line and the string I am looking for is somewhere in the middle. I may not have been clear

Re: Regex (matchChunk) help...

2018-06-15 Thread Glen Bojsza via use-livecode
Bob, this is an interesting approach using SQL. I will try and setup a simple test with SQLite. thanks On Fri, Jun 15, 2018 at 11:53 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > one way would be to populate a memory database, then query it with LIKE: > > SELECT *

Regex (matchChunk) help...

2018-06-15 Thread Glen Bojsza via use-livecode
Hello, I have a couple of hundred pages of text where I need to extract out a different string. The ending of each string I need has the same endingskyrider1 The beginning of each string is the same selkirkst The middle of each string can be any text. The problem is that within each

Re: Linux Screen Resolution

2018-06-13 Thread Glen Bojsza via use-livecode
"put the screenPixelScale" returns 1 set the pixelScale to 2 gives an error that the pixelScale property cannot be set on this platform On Wed, Jun 13, 2018 at 3:34 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 6/13/18 6:37 AM,

Linux Screen Resolution

2018-06-13 Thread Glen Bojsza via use-livecode
Hello, I just got a new Ubuntu system and after installing Livecode the app interface is tiny. My screen resolution is 4K and all the other Ubuntu apps (libre office, firefox etc) appear normal in size? Is there a way I can change Livecode's appearance so it is useable? thanks, Glen

Graphing widget questions

2018-05-28 Thread Glen Bojsza via use-livecode
Following up from previous suggestions I have looked at the LC Graphing widget and have a couple of questions in hopes of recommendations. The widget looks promising but I will be doing a time series graph with several thousands of points. - I need to have the number of x-axis labels look

Re: Graphing Solution...

2018-05-28 Thread Glen Bojsza via use-livecode
Thanks everyone for your suggestions and code. Never having made a widget is there any youtube videos explaining the framework? Is there a book or guide specifically working with lcb? regards, Glen > ___ use-livecode mailing list

Re: Graphing Solution...

2018-05-27 Thread Glen Bojsza via use-livecode
or s1 = 1, 2, 3; s2 = 30, 20, 10 > You would graph s1 = 1, 2, 3; s2 = 3, 2, 1 (but have a label on the right > going from 10 to 30) > > Thanks, > Brian > > On Sun, May 27, 2018 at 2:21 PM, Glen Bojsza via use-livecode < > use-livecode@lists.runrev.com> wrote: >

Graphing Solution...

2018-05-27 Thread Glen Bojsza via use-livecode
Hello, I am trying to find a graphing solution that will support dual y - axis line plots. Both sets of data need to be plotted on the same graph so the left Y scale is used for one set of data that is plotted and the right Y scale is for the other set of data. >From what I have found neither

Re: FindBar Demo Stack

2018-05-02 Thread Glen Bojsza via use-livecode
Hi Bob, It looks like it may interesting to play with...can you add me to your list. regards, Glen On Wed, May 2, 2018 at 12:27 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all. > > I've pieced together a very simple demo stack of my FindBar group if > anyone

Re: Sierra update --> Xcode install --> LC no provisioning profile

2017-08-24 Thread Glen Bojsza via use-livecode
Thanks Ralph...I will use this as a guide. I don't work enough with Xcode ( or Android ) to keep up on the basics. Glen On Thu, Aug 24, 2017 at 1:09 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > Here's the deal with Sierra and LC 8.1.6 > > Xcode 8.3.3==> SDK 10.3

Re: Entitlements file are invalid...what does LC set?

2017-08-24 Thread Glen Bojsza via use-livecode
Never mind...I had a difference between my Bundle ID and Internal ID...I fixed it from my Provisioning Profile and everything works! Glen On Thu, Aug 24, 2017 at 9:14 AM, Glen Bojsza wrote: > I updated my system to the following: > > Sierra 10.12.6 > Xcode 8.3.3 > Livecode

Entitlements file are invalid...what does LC set?

2017-08-24 Thread Glen Bojsza via use-livecode
I updated my system to the following: Sierra 10.12.6 Xcode 8.3.3 Livecode Community 8.1.6 I can build an iOS app with no errors BUT when I go to install it on my iPad I get the following Xcode error: *The executable was signed with invalid entitlements*. The entitlements specified in your

Sierra update --> Xcode install --> LC no provisioning profile

2017-08-23 Thread Glen Bojsza via use-livecode
Well, as usual, upgrading OS X and doing an install of Xcode causes LC 8.0.01 not to find any provisioning profile and wants iOS 9.3 SDK. The Xcode shows a 10.3 SDK so now I need to figure out how to add earlier SDKs...any suggestions on how to go about this? Or do I need to download Xcode 7.3

Re: Thoughts on BLOBs in SQLite

2017-08-23 Thread Glen Bojsza via use-livecode
thing resembling a example stack to share, but in > keeping the above in mind, it’s not too hard to implement. > > HTH, > > Steve MacLean > > > > On Aug 23, 2017, at 12:11 PM, Glen Bojsza via use-livecode < > use-livecode@lists.runrev.com> wrote: > > &g

Re: Thoughts on BLOBs in SQLite

2017-08-23 Thread Glen Bojsza via use-livecode
My databases will be fixed in their content (basically they are going to be different test engines for students) so the images will not be edited nor changed. I am thinking that this may help me avoid any future issues that may arise if different platforms have different directory structures and

Thoughts on BLOBs in SQLite

2017-08-23 Thread Glen Bojsza via use-livecode
Hello, I was looking for feedback on whether it is better to store images as BLOBs in an SQLite database for a LC app or store paths to the images in the SQLite database and the images in a separate folder. Any help in understanding possible performance and memory issues is what I am looking

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Glen Bojsza via use-livecode
;send "updateClock" to me in 1 second > end updateClock > > On Fri, Jun 30, 2017 at 9:53 AM, Glen Bojsza via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Time crunch...no pun intended! > > > > On Fri, Jun 30, 2017 at 9:39 AM,

Re: Is there Digital Clock Component out there?

2017-06-30 Thread Glen Bojsza via use-livecode
Time crunch...no pun intended! On Fri, Jun 30, 2017 at 9:39 AM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Why not just use a field and write one? > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please

Is there Digital Clock Component out there?

2017-06-30 Thread Glen Bojsza via use-livecode
Hello, I have found several Analog Clocks but with the component architecture I thought this would be readily available ... maybe I am missing something. regards, Glen ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: iOS SDK Question

2017-03-25 Thread Glen Bojsza via use-livecode
Hi James, Well I saw this in my account...but the license file and online activation won't work? So is this telling me I still have valid license for the following versions but the system won't allow me to install them? I have tried both the license file which ends up a zero bytes or automatic

Re: iOS SDK Question

2017-03-25 Thread Glen Bojsza via use-livecode
Hi James, thanks for pointing this to me. I guess my earlier licenses that I had which do not fall into this category would be fine though the versions would be quite old. For example version 4.6 I should be able to do closed source apps still since the license that came with it at the time did

Re: iOS SDK Question

2017-03-24 Thread Glen Bojsza via use-livecode
download any versions released after the license expiry. > > Bob S > > >> On Mar 24, 2017, at 11:14 , Glen Bojsza via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> As I mentioned previously...I do not have an active subscription. >>

Re: iOS SDK Question

2017-03-24 Thread Glen Bojsza via use-livecode
ny of them. > > I suggest you just download and try, or log into your account area to see. > > Best, > Panos > -- > > On Fri, Mar 24, 2017 at 5:07 PM, Glen Bojsza via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> I believe it may

Re: iOS SDK Question

2017-03-24 Thread Glen Bojsza via use-livecode
; > On Fri, Mar 24, 2017 at 4:52 PM, Paul Hibbert via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> >>>> On 23 Mar 2017, at 17:36, Glen Bojsza via use-livecode < >>> use-livecode@lists.runrev.com> wrote: >>> >>> Ple

Re: iOS SDK Question

2017-03-23 Thread Glen Bojsza via use-livecode
connection breaks, so once > you have a working combination it’s worth making sure you have a good > back-up, especially considering Xcode is over 4.5GB. It also helps to turn > off auto software updates and manage them manually. > > Paul > >> On 23 Mar 2017, at 13:20, G

iOS SDK Question

2017-03-23 Thread Glen Bojsza via use-livecode
Hello, I currently have Livecode Indy 8.0.1 and am running on OS X 10.11.5 (El Capitan) with Xcode Version 8.0 (8A218a). When I go to generate a standalone I get the following error message: *In order to perform device builds you need to have iOS 9.3 SDK configured.* *- iOS 9.3 comes with

Re: Kindle fire apps?

2017-01-05 Thread Glen Bojsza via use-livecode
I have Google Play installed on my Fire so I can install apps that aren't in the Amazon store...I did it over a year ago but this article is more recent and looks like it is easier than the hoops I jumped through to get it installed on mine at the time.