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 that I’m past a year of purchasing and there still is no
deliverable.

If I missed it please let me know.

regards,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
> 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 you used hypercard instead of livecode there were more sample code
> available and then you could easily migrate to livecode (similarly to get
> complex routines you could ask for python or another language that had a
> large code base to pull from)
>
> 4. you can start with asking it to write a routine and then after it
> responds you can then ask it to enhance the routine or add to the routine
> etc as if you were dialoguing with a programmer
>
> 5. I have found that it makes its best effort based on the level of cases
> and so not all the code is correct but fairly close (I did a test with
> mathematica). Optionally copilot is more rigid and alpha code is also more
> precise but limited to two languages
>
> 6. it's other strength is writing blog topics, letters, marketing etc
>
> Not sure if any of this is of interest.
>
> On Fri, Dec 9, 2022 at 3:23 PM Jim Lambert via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>>
>>
>> > On Dec 9, 2022, at 11:02 AM, Stephen Barncard 
>> wrote:
>> >
>> > OK, we are interested. What is the backstory?  I just looked up ChatGPT
>> > what did you have to do to get that response?
>>
>> Stephen,
>>
>> See the lines labelled ME? That's what I did. And that's all that I did.
>> Try it yourself!
>> chat.openai.com/chat 
>>
>> JimL
>>
>>
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 you used hypercard instead of livecode there were more sample code
available and then you could easily migrate to livecode (similarly to get
complex routines you could ask for python or another language that had a
large code base to pull from)

4. you can start with asking it to write a routine and then after it
responds you can then ask it to enhance the routine or add to the routine
etc as if you were dialoguing with a programmer

5. I have found that it makes its best effort based on the level of cases
and so not all the code is correct but fairly close (I did a test with
mathematica). Optionally copilot is more rigid and alpha code is also more
precise but limited to two languages

6. it's other strength is writing blog topics, letters, marketing etc

Not sure if any of this is of interest.

On Fri, Dec 9, 2022 at 3:23 PM Jim Lambert via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
>
> > On Dec 9, 2022, at 11:02 AM, Stephen Barncard 
> wrote:
> >
> > OK, we are interested. What is the backstory?  I just looked up ChatGPT
> > what did you have to do to get that response?
>
> Stephen,
>
> See the lines labelled ME? That's what I did. And that's all that I did.
> Try it yourself!
> chat.openai.com/chat 
>
> JimL
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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.com> wrote:
>
> > 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 mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
>
>
> --
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>and did a little diving.
> And God said, "This is good."
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/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
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 databases, but never with LC.
>
> And although i was pretty sure that it will work with LC, i just did a
> quick test with LC to be 100 percent sure.
>
> Yes it's possible.
>
> I have created a small quick start guide for Windows some weeks ago, but
> unfortunately that is in German.
>
> I could translate that to English and add some additional information for
> macOS. But it would take 1 or 2 days.
>
> If you could wait i could send you that guide.
>
> Regards,
>
> Matthias
>
> > Am 10.03.2022 um 12:34 schrieb Ben Rubinstein via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> >
> > I need to access a (MySQL) database on a remote service - which has to
> be done over an SSH tunnel.
> >
> > Has anyone done this in LiveCode? Is it trivial/possible/impossible?
> >
> > TIA,
> >
> > Ben
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 also
> stop working. If you need to build apps that work forever, you need the
> Standard plan.”
>
> This seems to imply that Starter plan apps “phone home” to LiveCode when
> they open to check the status of the developer’s subscription.
>
> A heads up for anyone contemplating the use of this plan for app users in
> China—the Great Firewall is very blocking these days. If the “phone call”
> connection is required, the application may not open dependably.
>
> I have experience with Internet blocking issues in China. It’s an
> alternate online reality there…
>
> Peter Bogdanoff
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 -- your formatted moment here
>
>set the itemDel to "-"
>put item 1 of rawTime into tDay
>put  itemOffset(item 2 of
> rawTime,"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec") into tMonth
>put item 3 of rawTime into temp
>set the itemDel to ";"
>put item 1 of temp into tYear
>delete item 1 of temp
>set the itemDel to ":"
>put item 1 of temp into tHour
>put item 2 of temp into tMinutes
>put item 3 of temp into tSeconds
>
>put tYear & "," & tMonth & "," & tDay & "," & tHour & "," & tMinutes &
> "," & tSeconds & "," & tDay into standardFormat
>convert standardFormat from dateItems to seconds
>answer standardFormat
> end mouseUp
>
> Brute force for sure. My favorite.
>
> Craig
>
>
>
>
> --
> Sent from:
> http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 <
use-livecode@lists.runrev.com> wrote:

> First of all that date cannot be converted in that format. Secondly, try
> convert "Jun 6 2019 09:05:21" to seconds
>
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/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
purposes.

Of course after the scale is done and the determination of the number of
ticks used (i think it would be between 5 and 10 ) then you could reverse
the tick marks labels from seconds back to time.

I guess my difficulty is is getting 06-Jun-2019;09:05:21 converted to
seconds. I have gone through several of the dictionary details around
converting but have not found a solution...

Any suggestions?

thanks,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Design questions...

2019-06-06 Thread Glen Bojsza via use-livecode
All good feedback! Fortunately I plan to limit the scope of things to the
desktop as previously mentioned.

I can't fathom the tablet / phone market given the number of devices and
their different specs.

Thanks to everyone for their input.

Glen

On Thu, Jun 6, 2019 at 2:12 PM Phil Davis via use-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
>
>
>
> On 6/6/19 6:47 AM, Glen Bojsza via use-livecode wrote:
> > 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 the
> > noraml or considered the standard screen resolution for a desktop laptop?
> >
> > 3. Are apps considered acceptable if the user needs to scroll down to see
> > the full app.
> >
> > 4. Are menu bars (ie File Open) still necessary or are users familiar
> > enough with section buttons?
> >
> > 5. If the stack is too large for a user (say they use a lower resoultion
> > screen notebook then is there a way to detect this and have scroll bars
> > appear?
> >
> > I appreciate any insights the list may have.
> >
> > regards,
> >
> > Glen
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> >
>
> --
> Phil Davis
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 the
noraml or considered the standard screen resolution for a desktop laptop?

3. Are apps considered acceptable if the user needs to scroll down to see
the full app.

4. Are menu bars (ie File Open) still necessary or are users familiar
enough with section buttons?

5. If the stack is too large for a user (say they use a lower resoultion
screen notebook then is there a way to detect this and have scroll bars
appear?

I appreciate any insights the list may have.

regards,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Line Graph Widget - Plotting time series

2019-06-04 Thread Glen Bojsza via use-livecode
Hi Alex,

I will take a look at it...thanks.

Can it do dual Y axis graphs?

On Tue, Jun 4, 2019 at 8:50 PM Alex Tweedly via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Glen,
>
> Sounds like the graph widget won't do it.
>
> You could try using my GraphMaker library. I gave a brief talk about it
> at the conference, but since I got back I've been so busy I haven't yet
> got around to making a general announcement.
>
> You can get the library from
> https://github.com/alextweedly/LivecodeGraphMaker
>
> This includes the library (a script-only stack), a demo example (binary
> UI stack) and a text file of notes.
>
> I've added a couple of new examples, covering two different ways to
> approach your example; they both convert the time-series to seconds, and
> plot that. Then:
>
>   - graph 7 uses a custom formatting function to convert the 'seconds'
> values into the desired hh:mm:ss to produce a few well-spaced out labels
>
> - graph 8 uses explicit X-axis labels for each data point.
>
> I'm not sure which of those (or some variant of them) might be what you
> want.
>
> Feel free 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 required input setup in the demo stack.
>
> Alex.
>
>
> On 04/06/2019 07:20, Glen Bojsza via use-livecode wrote:
> > 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
> covers
> > the time period as x labels.
> >
> > I also tried just using linear data series for the x axis and the Line
> > Graph Widget wants to put a label for every number.
> >
> > Is there a property that could be set that recognizes the x data series
> as
> > a number or time?
> >
> > thanks,
> >
> > Glen
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 covers
the time period as x labels.

I also tried just using linear data series for the x axis and the Line
Graph Widget wants to put a label for every number.

Is there a property that could be set that recognizes the x data series as
a number or time?

thanks,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 do this...

regards,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 pushing out a 116.5 MB app where its OS X
version as almost a 10th the size.


Is there something in the standalone features that I need to turn off?

Below are the files and their sizes in the external folder...



llibcef.dll 70240768

icudtl.dat 10196592

cef.pak 4209654

d3dcompiler_47.dll 3747512

cef_extensions.pak 3332471

libGLESv2.dll 3175936

d3dcompiler_43.dll 2106216

v8_context_snapshot.bin 1522008

snapshot_blob.bin 1198536

cef_200_percent.pak 681853

cef_100_percent.pak 588801

libbrowser-cefprocess.exe 561664

chrome_elf.dll 431104

natives_blob.bin 218275

libEGL.dll 79872
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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

2019-02-20 Thread Glen Bojsza via use-livecode
Your license is good up to the last stable version that was released prior
to expiration.



On Wed, Feb 20, 2019 at 2:35 PM Richmond via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On Macintosh it is there: 7.1.4, 8.1.14, 9.0.2.
>
> Why are you mucking around with Indy Version 8.0.0 DP4?
>
> If your licence is still valid you can upgrade to the "latest and
> greatest."
>
> If your licence has expired then your 8.0.0 DP4 should not be working,
> at which point you can either download a more current Community version
> or pay
> for 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...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?
> >
> >
> >
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 choosing an icon is the Image Library, which is also in
> the Development menu. It doesn't show all controls, only images, but it
> does have an option to show all the images in the current stack.
>
> You can't use the Image Library to delete an image from the stack though.
> For that you just select the image on the card and hit the delete key on
> the keyboard. If the image isn't visible you can select it in either the
> app browser or the project browser.
>
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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

2019-02-20 Thread Glen Bojsza via use-livecode
No, it would show all the controls a stack has which includes the imported
ones.

When you scrolled through the images it contained the really old Metacard
images.

You can see this when you want to add an image to a button but that is when
you are in the button’s property manager selecting an image.

I was sure there was a view option which allowed you to edit which images
get stored with a stack.

Perhaps asking the question how do you remove an imported image?

On Tue, Feb 19, 2019 at 10:52 PM J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Are you 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-livecode
>  wrote:
>
> > 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
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Regex (matchChunk) help...

2018-06-15 Thread Glen Bojsza via use-livecode
Hi Mike,

Yes this worksnever used or knew about trueword.

thanks!

Glen

On Fri, Jun 15, 2018 at 1:21 PM, Mike Bonner via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Try this..
>
> on mouseup
>local tCharOffset
>--set the text of field 1 to the text of field 1
>put the text of field 1 into tText
>put "beginning" into tstartword -- string begin
>put "ending" into tEndword -- string end
>put 1 into tCounter -- tracks current word
>repeat for each trueword tWord in tText
>   switch tWord
>  case tStartword
> put tCounter into tPair
> break
>  case tEndword
> if tPair is not empty then
>put tPair & comma & tCounter & cr after tPairs
> end if
> break
>   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 mouseup
>
> On Fri, Jun 15, 2018 at 11:03 AM Glen Bojsza via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > 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, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 but the example text looks like a paragraph with multiple lines but
it is actually a single line and the formatting of it may be deceiving.

On Fri, Jun 15, 2018 at 12:27 PM, Jerry Jensen via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Will this do what you want? (untested)
>
> put empty into tExtract
> repeat for each line L in bigText
>   if char -9 to -1 of L is “skyrider1” then
> if char 1 to 9 of L is “selkirkst” then
>   put L & return after tExtract
> end if
>   end if
> end repeat
> if char -1 of tExtract is return then delete char -1 of tExtract
>
> *Start of line *
> > Use the *selkirkst* function to check whether a *string* contains a
> > specified pattern. If *selkirkst* includes a pair of parentheses, the
> > position of the substring matching the part of theregular expression
> inside
> > the parentheses is placed in the variables in the *positionVarsList*. The
> > number of the first character in the matching substring is placed in the
> > first variable in the positionVarsList, and the number of the last
> > *selkirkst is
> > placed in the second **skyrider1*. Additional starting and ending
> > positions, matching additional parenthetical expressions, are placed in
> > additional pairs of variables in thepositionVarsList. If the
> > *selkirkst* function
> > returns false, the values of the variables in the positionVarsListare not
> > changed. The string and regularExpression are always case-sensitive,
> > regardless of the setting of the caseSensitive property. (If you need to
> > make a case-insensitive comparison, use "(?i)" at the start of the
> > regularExpression to make the match case-insensitive.)
> *End of line*
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 * FROM memorydb WHERE stringtext LIKE 'selkirkst%' OR stringtext
> LIKE '%skyrider1'
>
> If you need lines that have both use a single comparison
> 'selkirkst%skyrider1'
>
> Sometimes SQL is the best way to find things.
>
> Bob S
>
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 line where a string exists there are
several strings that have the same beginning selkirkst but none of the have
the correct ending skyrider1.

My thoughts are to find ending of the string first and then work backwards
to the first beginning string.

I created the following example which is gibberish but should make this
clearer... this is the string I want to extract from the line given is
 *selkirkst is
placed in the second **skyrider1*



Use the *selkirkst* function to check whether a *string* contains a
specified pattern. If *selkirkst* includes a pair of parentheses, the
position of the substring matching the part of theregular expression inside
the parentheses is placed in the variables in the *positionVarsList*. The
number of the first character in the matching substring is placed in the
first variable in the positionVarsList, and the number of the last
*selkirkst is
placed in the second **skyrider1*. Additional starting and ending
positions, matching additional parenthetical expressions, are placed in
additional pairs of variables in thepositionVarsList. If the
*selkirkst* function
returns false, the values of the variables in the positionVarsListare not
changed. The string and regularExpression are always case-sensitive,
regardless of the setting of the caseSensitive property. (If you need to
make a case-insensitive comparison, use "(?i)" at the start of the
regularExpression to make the match case-insensitive.)

The next line will not have *is placed in the second*  but some other text
*selkirkst*     *skyrider1*

I am not sure if this explains it well enough but I believe a regex
expression could be used (or perhaps a matchChunk) to extract the correct
string from each line of text.

Any suggestions?

thanks,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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, Glen Bojsza via use-livecode wrote:
>
>> 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?
>>
>
> Try setting the pixelScale to 2. LC is supposed to do that automatically
> on startup though. What does "put the screenPixelScale" return?
>
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 reasonable spaced for the
size of graph which means I would want to do a minimum of 10 and a maximum
of 30 labels...not a label for every point. So I want to take the total
time of the data and divide it into 30 blocks of equal time. This means
that the x-axis range still covers the data range but the labels need to be
changed.

Suggestions on the best approach?

- I am not sure if the labels are label fields or actually SVG?

But either way I would need to rotate the text 90 degrees so the 30 labels
would fit...so if SVG (which I think the text is how would I do this). This
would also be useful to know since if the text is SVG then I could add
additional information that would resize nicely.

Or am I going down the "rabbit hole" and this is not easily done?

thanks,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Graphing Solution...

2018-05-27 Thread Glen Bojsza via use-livecode
Hi Brian,

They are good ideas...I haven't done anything with widgets.

How do I get access to the source code?


On Sun, May 27, 2018 at 8:40 PM Brian Milby via use-livecode <
use-livecode@lists.runrev.com> wrote:

> In LC9, you could possibly use the line graph widget.  The source is
> available, so you could modify it to support dual y-axis (but I'll admit
> this wouldn't be trivial to complete).
>
> A possibly easier modification would be to add the ability to display the y
> labels on the right side.  Then you could use 2 widget instances, properly
> aligned, to display the data.  The first series in an instance with the
> left labels and the second in the one with right labels.
>
> Another option, depending on how much data is being displayed (and if you
> need the ability to select a point on the graph and display the value -
> which would probably require the first solution), would be to fake it  .
> You could take the data for the first y scale and then map the next series
> to those values for graphing.  Then you would just need to display another
> scale on the right side of the chart to show the values.
>
> So for 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:
>
> > 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 ChartMaker or ChartsEngine support this
> type
> > of plot.
> >
> > Does anyone have any suggestions?
> >
> > thanks,
> >
> > Glen
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 ChartMaker or ChartsEngine support this type
of plot.

Does anyone have any suggestions?

thanks,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 is interested. It comes with a 100 record sqlite database with a
> sites table to query against. By editing a constant in the FindBar field,
> you control which columns you want to do queries against. When the FindBar
> field is entered for the first time, it saves the contents of the datagrid,
> so that the cancel button in the FindBar group can restore the original
> data.
>
> Someone can turn this into a Widget if they like. I don't use widgets for
> the simple reason that I do not want to have to recompile them every time I
> move to a new version. When that eventually gets resolved, I think I will
> begin to use them more.
>
> Bob S
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 Simulator 10.3
> Xcode 7.1.2==> SDK 9.2 Simulator 9.2
> Xcode 6.2==> SDK 8.2 Simulator 8.2
> Xcode 5.1.1==> SDK 7.1 Simulator 7.1
> Xcode 4.6.3==> SDK 6.1 Simulator 6.1
>
> To load all these versions without problems:
>
> 1] Keep only one version of Xcode in the applications folder named
> Xcode.app.
> 2] Create an OldXcodeVersions folder.
> 3] When upgrading:
>   A] Move Xcode.app from applications folder to the OldXcodeVersions folder
> and rename it to Xcode.x.y.app.
>   B] Download the new Xcode from the developer portal.
>   C] Open up downloads and install Xcode into the applications folder..
>   D] Open up the new Xcode.app
>   E] In the LC prefs select...add a new Xcode.
>   F] Add the Xcode that you just moved and renamed in A and B. This give
> you
> access to older SDKs and simulators.
> 4] Never upgrade Xcode.*
> 5] Never install from App Store . *
> 6] Trash any versions of Xcode that were upgrades and re-download them
> fresh
> from developers portal.
> 7] Open the downloaded Xcode versions one at a time named Xcode.app in the
> applications folder and then move to the OldXcodeVersions folder and
> rename.
>
> Repeat 6-7 for each old version you want access to. While installing these
> old versions temporarily move your current xcode.app from the applications
> to a temporary folder until done.
>
>
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 application’s Code Signing Entitlements
> file are invalid, not permitted, or do not match those specified in your
> provisioning profile. (0xE8008016)
>
> I don't know if this is a bug in LC or an Apple Xcode / Provisioning issue.
>
> Has anyone experienced this error while using Livecode?
>
> regards,
>
> Glen
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-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 application’s Code Signing Entitlements
file are invalid, not permitted, or do not match those specified in your
provisioning profile. (0xE8008016)

I don't know if this is a bug in LC or an Apple Xcode / Provisioning issue.

Has anyone experienced this error while using Livecode?

regards,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 which has the iOS 9.3 SDK?

thanks,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Thoughts on BLOBs in SQLite

2017-08-23 Thread Glen Bojsza via use-livecode
Thanks Steve...it looks like (in my current case) that the encode / decode
SQLite text field is the easiest way to get me solution.

Glen

On Wed, Aug 23, 2017 at 1:43 PM, Stephen MacLean via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Glen,
>
> First, as Richard G. mention, internet wars have been fought over this
> issue… to me it’s your choice.
>
> I’ve done both and both have their ups and downs.
>
> For mobile, I’ve sided with keeping it in the DB. It keeps everything
> together and the way I’m querying the DB, I’m already pulling the data and
> the image just comes along with it. My experience is that it’s very fast.
>
> As does Jonathan L, I store my images as base64 encoded so they can be
> transmitted over the internet as needed and decode them on the fly when
> needed by the app. The added benefit is you can store them in a TXT field
> in SQLite. LC is very fast at decoding them.
>
> As for growing in size, especially for mobile, something is going to grow
> either way… wether it’s the files on the file system or the DB file, as you
> add, it’s going to grow.
>
> Sorry, I don’t have anything 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:
> >
> > 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 for.
> >
> > Can I assume that any issues would be the same for both Android and iOS?
> >
> > thanks,
> >
> > Glen
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 also for
maintenance ... a single database file is easy to deliver and easy to
delete.

So my next question would be does someone have a simple example stack in
inserting an image and retrieving the image in a LC stack?

Should the image be encoded prior to inserting or is native format fine?

Glen

On Wed, Aug 23, 2017 at 12:25 PM, Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Better is a relative term. Do you need to occasionally edit the images?
> Will the database continue to grow over time? My instinct is to keep files
> as files on the disk, because managing them is not dependent on access to a
> database. However, having the images universally accessible in a multiuser
> application is much easier if you store them in a database because then you
> wouldn't have to deal with maintaining images on a users file system.
>
> I keep the binary equivalent of blank PDF forms in a binary blob in mySQL.
> This way I can create new PDF forms on the fly without much fuss. I do NOT
> however, keep the FILLED forms in the database (although I've been tempted
> to) because these will keep multiplying over the life of the application,
> and I am worried about database bloat. Backups get larger and take longer,
> and eventually this would pose a scalability problem if the app was used
> extensively by a whole lot of people.
>
> Bob S
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 for.

Can I assume that any issues would be the same for both Android and iOS?

thanks,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Is there Digital Clock Component out there?

2017-06-30 Thread Glen Bojsza via use-livecode
I was maybe over thinking it since I was looking at a series of repeat
loops and implementing mouseclicks for stopping and starting.

Your solution is perfect since it is great for a time card solution and
with a little mod I can make it into a stop watch solution.

Thanks Mike.

On Fri, Jun 30, 2017 at 9:59 AM, Mike Kerner via use-livecode <
use-livecode@lists.runrev.com> wrote:

> well,
>
> on openCard
>updateClock
> end openCard
>
>
>
> on updateClock
>if the tool is "browse tool" then put the long time into field "clock"
>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, 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 visit this url to subscribe, unsubscribe and manage your
> > > subscription preferences:
> > > http://lists.runrev.com/mailman/listinfo/use-livecode
> > >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
>
>
>
> --
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>and did a little diving.
> And God said, "This is good."
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
licensing where I repeatedly get an error message...

===
Copied Directly From My Account Page
===

You license allows you access to the following platforms:

Mac valid from version 5.5.x to version 8.0.2
Windows valid from version 5.5.x to version 8.0.2
Linux valid from version 5.5.x to version 8.0.2
iOS valid from version 5.5.x to version 8.0.2
Android valid from version 5.5.x to version 8.0.2
Server valid from version 5.5.x to version 8.0.2

On Sat, Mar 25, 2017 at 8:41 PM, James Hale via use-livecode <
use-livecode@lists.runrev.com> wrote:

> The other way to be sure about your particular case is to visit your
> account page on the LiveCode site. The login link is in the upper right of
> the page.
>
> When I visit mine I see all my licenses and can tell from the version
> pop-up associated with each one what is actually licensed.
>
> I have 4
>
> From the oldest to the newest they go:
> LiveCode Personal- the pop up shows 4.6.4 and the deployment tab indicates
> it is for iOS
> LiveCode Commercial - the pop up shows 5.5.5 and the deployment tab
> indicates three platforms (Mac Windows and Linux) versions 4.5.x to 5.5.x
> LiveCode Commercial - the pop up shows 8.1.3 down to 6.1.0 and the
> deployment tab shows 7 platforms valid for all versions. This is a
> perpetual license from the kickstarter.
> LiveCode Business - the pop up shows 8.1.3 down to 6.1.0 and the
> deployment tab shows 6 platforms valid as follows: valid for all versions
> while your subscription remains active.
> So, while I have a perpetual commercial license my business license needs
> to be renewed annually. This means if I do not renew it I can no longer
> use, maintain, develop or release using the business edition.
>
> If you examine what you have listed under your account page on the
> LiveCode site you will be able to answer you questions.
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 not have this
requirement.

I am not certain about the last version I have installed on my old machine
but I think it was in the 6 series and I bet if I boot up the machine the
software should still work...it's the software that came after my license
expired last year is what will need a new license for to build closed apps?

Again, I should be getting an answer from Livecode support this coming week
to clarify things.

Glen



On Sat, Mar 25, 2017 at 10:28 AM, James Hale via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On the "pricing" page of the Livecode site, towards the bottom, there is
> an FAQ.
> The first question there is indeed what you are asking.
> The answer given is:
> "To build closed source apps you must have a valid current Indy, Business
> or other commercial license. If you do not renew this license your access
> to LiveCode will revert to the Open Source edition and you will no longer
> be able to build closed source apps."
>
> Fairly clear.
>
> James
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS SDK Question

2017-03-24 Thread Glen Bojsza via use-livecode
I'm not sure so I am waiting to hear from Livecode support. 

But Pycharm tried a system where users would lose their ability to continually 
use the product after licenses expired and the users revolted and Pycharm 
reversed their policy.

I guess it comes to the question of how you want to work with your user base.

Once I get an answer I will post it here to confirm what the situation is.

Glen

> On Mar 24, 2017, at 4:36 PM, Bob Sneidar via use-livecode 
>  wrote:
> 
> It was explained to me that when the license expires, I would be unable to 
> use the indy license for existing installations of Livecode, which shocked me 
> as this was a departure from prior policy, but that horse has been beaten 
> despite it's lifeless condition. 
> 
> I might be mistaken. It may only mean I cannot create standalones and 
> download any versions released after the license expiry. 
> 
> Bob S
> 
> 
>> On Mar 24, 2017, at 11:14 , Glen Bojsza via use-livecode 
>>  wrote:
>> 
>> As I mentioned previously...I do not have an active subscription.
>> 
>> My license expired August 2016. 
>> 
>> When I log into my account the highest version of Livecode Indy that shows I 
>> can download is 8.1.3.
>> 
>> I even tried activating a 7 version of Livecode which was a year prior to my 
>> license expiring and it fails.
>> 
>> But I believe that I should still be able to use the Livecode Indy version 
>> that was covered prior to expiration. Hence, my email to Livecode support in 
>> asking what is the highest Livecode version that I can still use.
>> 
>> Glen
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS SDK Question

2017-03-24 Thread Glen Bojsza via use-livecode
As I mentioned previously...I do not have an active subscription.

My license expired August 2016. 

When I log into my account the highest version of Livecode Indy that shows I 
can download is 8.1.3.

I even tried activating a 7 version of Livecode which was a year prior to my 
license expiring and it fails.

But I believe that I should still be able to use the Livecode Indy version that 
was covered prior to expiration. Hence, my email to Livecode support in asking 
what is the highest Livecode version that I can still use.

Glen

> On Mar 24, 2017, at 1:17 PM, panagiotis merakos via use-livecode 
>  wrote:
> 
> I think that if you log into your account area, you should see all the LC
> versions you can access with your current license.
> 
> If you have an active subscription to Indy then you should be able to
> activate any 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 be the last paid version that I have a license for (I
>> sent a message to Livecode support to confirm what the highest paid version
>> I have access to).
>> 
>> Glen
>> 
>>> On Mar 24, 2017, at 12:58 PM, panagiotis merakos via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> @Glen
>>> 
>>> Why are you still using LC 8.0.1? I suggest you download the latest
>> stable
>>> version, currently 8.1.3:
>>> 
>>> http://downloads.livecode.com/livecode/
>>> 
>>> Note that 8.1.3 on OS X 10.11.x will require Xcode 8.2.
>>> 
>>> Best regards,
>>> Panos
>>> --
>>> 
>>> 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:
>>>>> 
>>>>> Please let me know if I missed anything.
>>>> 
>>>> 
>>>> It looks like you are on the right path. Hope it goes well.
>>>> 
>>>> Paul
>>>> ___
>>>> use-livecode mailing list
>>>> use-livecode@lists.runrev.com
>>>> Please visit this url to subscribe, unsubscribe and manage your
>>>> subscription preferences:
>>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>>> 
>>> 
>>> --
>>> Panagiotis Merakos 
>>> LiveCode Software Developer
>>> 
>>> Everyone Can Create Apps <https://livecode.com>
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS SDK Question

2017-03-24 Thread Glen Bojsza via use-livecode
I believe it may be the last paid version that I have a license for (I sent a 
message to Livecode support to confirm what the highest paid version I have 
access to).

Glen

> On Mar 24, 2017, at 12:58 PM, panagiotis merakos via use-livecode 
>  wrote:
> 
> @Glen
> 
> Why are you still using LC 8.0.1? I suggest you download the latest stable
> version, currently 8.1.3:
> 
> http://downloads.livecode.com/livecode/
> 
> Note that 8.1.3 on OS X 10.11.x will require Xcode 8.2.
> 
> Best regards,
> Panos
> --
> 
> 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:
>>> 
>>> Please let me know if I missed anything.
>> 
>> 
>> It looks like you are on the right path. Hope it goes well.
>> 
>> Paul
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> 
> -- 
> Panagiotis Merakos 
> LiveCode Software Developer
> 
> Everyone Can Create Apps <https://livecode.com>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS SDK Question

2017-03-23 Thread Glen Bojsza via use-livecode
Hi Paul,
It looks like you are correct and so I have started the massive download.

I assume that once installed I would then do an "add entry" in 
Livecode-->Preferences-->Mobile and select the /Applications/Xcode

This should then find the SDK in the contents of Xcode...

Please let me know if I missed anything.

thanks,

Glen

> On Mar 23, 2017, at 8:10 PM, Paul Hibbert via use-livecode 
>  wrote:
> 
> AFAIK the iOS SDK comes with the particular flavour of Xcode and you need to 
> have the correct version of Xcode to match the version of LC on your choice 
> of OS, if you go to Help > Release Notes the version you need is listed under 
> the iOS Platform Support section, about page 4 I think, or bookmark this link 
> for future ref:
> 
> https://livecode.com/support/ask-a-question/what-iosxcode-version-matches-which-version-of-livecode/
>  
> <https://livecode.com/support/ask-a-question/what-iosxcode-version-matches-which-version-of-livecode/>
> 
> According to this list, it appears that you need to use Xcode 7.3
> 
> Almost every time Xcode or LiveCode updates the 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, Glen Bojsza via use-livecode 
>>  wrote:
>> 
>> 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 Xcode 7.3*
>> 
>> 
>> How do I find what version of SDK I have and in Livecode Preferences what
>> is the location I can add the entry for the SDK?
>> 
>> Years ago in Livecode 5 it seemed that Livecode knew all the SDK Versions
>> available and the preferences reflected this?
>> 
>> regards,
>> 
>> Glen
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 Xcode 7.3*


How do I find what version of SDK I have and in Livecode Preferences what
is the location I can add the entry for the SDK?

Years ago in Livecode 5 it seemed that Livecode knew all the SDK Versions
available and the preferences reflected this?

regards,

Glen
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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.

http://lifehacker.com/how-to-get-google-play-on-a-kindle-fire-and-install-any-1790706649

On Thu, Jan 5, 2017 at 1:24 PM, Richmond Mathewson via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I wonder if a Kindle can download and install an Android app from a
> webpage?
>
> Richmond.
>
>
> On 1/5/17 8:08 pm, William Prothero via use-livecode wrote:
>
>> Folks,
>> I'm considering purchasing a Kindle Fire so I can take my books with me
>> on a trip to Spain without fear of losing my iPad Pro, which costs 10 times
>> as much as the Kindle.
>>
>> I'm wondering, tho, if anybody is making apps for Kindle with livecode. I
>> read, in the Kindle reviews, that the Kindle doesn't access the Google App
>> Store. So I'm wondering if the Kindle is a viable test platform for Android
>> apps.
>>
>> Thx for any insights.
>> Bill
>>
>> William Prothero
>> http://es.earthednet.org
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode