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 <http://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 <gboj...@gmail.com> 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 
> <use-livecode@lists.runrev.com> 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 
>> <use-livecode@lists.runrev.com> 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 
> <use-livecode@lists.runrev.com> 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 <panos.mera...@livecode.com>
>>> 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 
> <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 <panos.mera...@livecode.com>
> 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 
> <use-livecode@lists.runrev.com> 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 
>> <use-livecode@lists.runrev.com> 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


Conference Videos

2016-08-26 Thread Glen Bojsza
Hello,

I was wondering if anyone knows where (or when) the Conference videos for
the people that subscribed are available for download?

The presentations were released but as far as I can tell the videos have
not and you need to watch them online.

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


How to open an attachment on iOS device in LC App?

2016-06-20 Thread Glen Bojsza
Hello everyone,

I am still trying to figure out how to open an email attachment on an iPad
/ iPhone by a LC app.

There is an option on an iPad or iPhone to all ow the user to select the
application they want to open an attached file.

Is this a configuration in the iOS Standalone Application Settings? or a
MergExt plugin?

My iOS app reads and updates sqlite database files and I want the users to
be able to share their files via email.

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: IOS Provisioning Profile... again

2016-06-20 Thread Glen Bojsza
What about the LC Standalone iOS settings...in the Basic Application
Settings there is a drop down and select "IOS Provisioning Profile"?

On Sun, Jun 19, 2016 at 10:53 PM, Randy Hengst  wrote:

> All,
>
> I’ve come to my year-end renewing of my provisioning profiles and
> certificates.
>
> I have new development and distribution certificates…
> I can see the certificates in Keychain.
> I can see the provisioning profiles in Xcode under Team/Agent/View Details.
> ….no duplicates that I can see.
>
> I can build standalone apps via LiveCode… but when I try to put them on my
> iPad… Xcode says “no valid provisioning profile” found.
>
> I don’t recall getting this message in Xcode… but only in LiveCode….
>
> I’ve read several emails about the valid provisioning profile, but no
> answer to this specific bump.
>
> I am using Xcode 7.3.1 and LC 7.1.4
>
> So, any thoughts on what mess up on my part would allow LC to build, but
> not allow Xcode to load the app on my iPad?
>
>
> be well,
> randy
> ___
> 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: Open in...

2016-06-18 Thread Glen Bojsza
Hi Bill,

Thanks for the info but I was looking for the case where a user sends an
regular email from a computer (say from gmail with an database file
attached).

Another user , on their iPad, reads their mail and clicks on the attachment
to download and then once downloaded the user taps the file and it launches
the possible apps that you can use to open it in.

How do you get a LC app on the list of apps to open the downloaded file?

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


Open in...

2016-06-18 Thread Glen Bojsza
There are many iPad apps that when I receive a particular file via email
that I am given a choice which app I can open it with.

My app uses text files and sqlite files and I want the users to be able to
email their files to others.

1. How do you make a LC iOS app so email attachments can be opened?

2. How can you script it so a user can select files on their iOS device and
email them as an attachment?

I was hoping their would be a video tutorial showing these and how an app
can check for updates when opened but I have not found any.

I don't plan to update the app unless new features are added but I do want
to update the text and database files it uses.

Given these questions above are there any constraints on what version of LC
must be used?

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: Widgets don't show in iOS simulator or on iPad?

2016-06-18 Thread Glen Bojsza
Hi Monte,

You were correct!

I figured this out 6 months ago when I did the first app but forgot about
since not doing anything since then.

Thanks.

On Sat, Jun 18, 2016 at 1:10 AM, Monte Goulding <mo...@appisle.net> wrote:

> Are they selected in standalone settings? On 8.0.1 that's on the copy
> files pane.
>
> Sent from my iPhone
>
> > On 18 Jun 2016, at 11:45 AM, Glen Bojsza <gboj...@gmail.com> wrote:
> >
> > Any suggestions?
>
>
> ___
> 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


Widgets don't show in iOS simulator or on iPad?

2016-06-17 Thread Glen Bojsza
I have two apps with very similar layouts, groups and widgets.

*System Details*

XCode is Version 6.2 (6C131e)

OS X 10.9.5

LC 8.0.1 Indy

I build for iPad iOS 8.2

One app looks correct with all widgets, fields etc

One app doesn't show any widgets??

Even when I create a new app I can't get the widgets to show any more...why
in the one app they do show I have no idea.

This should be pretty straight forward at this stage of the game but
something is really missing!

Any suggestions?

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: Alternatives to Option Menu, Pulldown Menu and Combo Box for iOS

2016-06-16 Thread Glen Bojsza
Hi Klaus,

I looked it up in the Dictionary and it would appear to be the solution ...
this tells you how out of date I am on LC.

I signed up for the conference streaming in hopes that I can catch up.

regards,

Glen

On Thu, Jun 16, 2016 at 9:37 AM, Klaus major-k <kl...@major-k.de> wrote:

> Hi Glen,
>
> > Am 16.06.2016 um 15:34 schrieb Glen Bojsza <gboj...@gmail.com>:
> >
> > Hello,
> >
> > I wanted to see what everyone is using on iOS in stead of the standard
> > Option Menu, Pulldown Menu and Combo Box which all show the old Motif
> style.
> >
> > Is there something that can be done via SVG or is there any widgets that
> > replace these.
> >
> > I am using LC 8.0.1 and need something that looks appropriate in style
> with
> > iOS.
>
> what about "mobilepick..."?
> You can't be more native with that one :-)
>
> > thanks,
> >
> > Glen
>
> Best
>
> Klaus
>
> --
> Klaus Major
> http://www.major-k.de
> kl...@major-k.de
>
>
> ___
> 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


Alternatives to Option Menu, Pulldown Menu and Combo Box for iOS

2016-06-16 Thread Glen Bojsza
Hello,

I wanted to see what everyone is using on iOS in stead of the standard
Option Menu, Pulldown Menu and Combo Box which all show the old Motif style.

Is there something that can be done via SVG or is there any widgets that
replace these.

I am using LC 8.0.1 and need something that looks appropriate in style with
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: mergExtSocket stuff

2016-06-08 Thread Glen Bojsza
Are mobile sockets in LC 8.0.1? I checked the dictionary there are a lot of
mobilexxx but not sockets...is there documentation somewhere else?

regards,

Glen



On Wed, Jun 8, 2016 at 6:23 PM, Monte Goulding  wrote:

> Hi Jerry
>
> mergSocket is iOS only (so it won’t function in the IDE) and is only
> really maintained for legacy reasons because the engine now supports mobile
> sockets so I would recommend just using the engine commands.
>
> Cheers
>
> Monte
>
> > On 9 Jun 2016, at 8:20 AM, Jerry Daniels  wrote:
> >
> > Fellow socket addicts,
> >
> > I cannot seem to get a socket to open w mergSocketAcceptConnections. The
> code with it will not compile. ‘Can’t find handler’ error.
> >
> > Anyone else using and know the trick? Licensing not the issue.
> >
> > Best, Jerry
> > ___
> > 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

Looking for suggestions on how to approach this...

2016-06-07 Thread Glen Bojsza
Hello,

I am looking for a way to cycle through a large list of urls and capture
the home page and the about page (if it exists...some sites don't have one)
using LC 8.

My desired output would be a single pdf file per url.

Is LC 8 a good solution since I will need to do this on a regular basis and
each list may become a couple of thousand urls?

Can revBrowserPrint be used to output a pdf directly?

The ideal solution would be to feed a list of urls and the app would start
working on producing pdfs (using the url excluding the domain as the name
for the pdf).

Any suggestions on this would be great.

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: Apple Automator

2016-03-03 Thread Glen Bojsza
Hi Kay,

This was exactly what I was looking for and answers a lot of my questions.

Thanks!

Glen

On Wed, Mar 2, 2016 at 5:29 AM, Kay C Lan <lan.kc.macm...@gmail.com> wrote:

> On Tue, Mar 1, 2016 at 2:24 AM, Glen Bojsza <gboj...@gmail.com> wrote:
> > Is it possible to launch Apple Automator shell scripts from LC app?
>
> If by shell script you mean Workflow, then the answer is yes.
>
> Try this:
>
> Open up Automator, create a new workflow, go to the iTunes actions and
> drag 'Start iTunes Playing' into the right side. Save this to your
> Documents folder as 'test.workflow'
>
> Quit Automator.
>
> Start AppleScript Editor, click on the record button, then double
> click on your test.workflow so that Automator starts up. Go back to
> the AppleScript Editor and click stop. In the workspace their should
> be something like this:
>
> tell application "Finder"
> activate
> open document file "test.workflow" of folder "Documents" of folder
> "yourname" of folder "Users" of startup disk
> end tell
>
>
> To that add the following 4 lines:
>
> delay 2
> tell application "Automator"
> execute workflow "test.workflow"
> end tell
>
> So the whole lot in AppleScript should look like this:
>
> tell application "Finder"
> activate
> open document file "test.workflow" of folder "Documents" of folder
> "yourname" of folder "Users" of startup disk
> end tell
> delay 2
> tell application "Automator"
> execute workflow "test.workflow"
> end tell
>
> Quit Automator.
>
> Click on the Run button in AppleScript Editor. Automator should start
> up with your test.workflow and it should start iTunes playing. If not
> there might be an error about 'Can't get workflow "test.workflow" If
> so you need to try a bigger delay.
>
> Once you've got that working, Quit iTunes and Automator.
>
> You now go to LiveCode, New Stack, drag a button onto it.
>
> The next part is the hard part. You have to take that entire script
> above and put it into a variable, in this case I've called it tScript.
> You have to be careful because every " (quote) used in the script
> above MUST appear as the word 'quote' in the variable tScript. You
> have to also add all the carriage returns - cr
>
> So basically: tell application "Finder"
> becomes: "tell application " & quote & "Finder" & quote
>
> The final script for your button should look like this:
>
> on mouseUp
> put "tell application " & quote & "Finder" & quote & cr & \
> "activate" & cr & \
> "open document file " & quote & "test.workflow" & quote & " of folder
> " & quote & "Documents" & quote & " of folder " & quote & "yourname" &
> quote & " of folder " & quote & "Users" & quote & " of startup disk" &
> cr & \
> "end tell" & cr & \
> "delay 2" & cr & \
> "tell application " & quote & "Automator" & quote & cr & \
> "execute workflow " & quote & "test.workflow" & quote & cr & \
> "end tell" into tScript
>
> do tScript as "AppleScript"
>
> end mouseUp
>
> If it doesn't work, add a breakpoint and stop at the:
>
> put "...." into tScript
>
>  line and double check what is in tScript looks exactly the same -
> same number of lines, same quotes, as it appears in the AppleScript
> Editor. Once you have it perfect then:
>
> do tScript as "AppleScript"
>
> will cause AppleScript to launch, which will then launch your workflow.
>
> Practically, if you create the workflow as described, and give it the
> name 'test.workflow'. You should be able to just copy and past the
> LiveCode script here into your button, change 'yourname' to whatever
> your computer account name is and it should work. The only gotcha is
> you have to careful of linebreaks as email clients have a tendency to
> add hard line wraps where there is a soft line wrap: - the 4th line is
> very long
>
> 1st line: on mouseUp
> 7 lines which all end in: cr & \
> 9th line:  "end tell" into tScript
> blank line
> do tScript as "AppleScript"
> blank line
> last line: end mouseUp
>
> 13 lines total
>
> ___
> 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: OS X - how to write to a file associated as a Unix executable

2016-03-02 Thread Glen Bojsza
Thanks Mark

That did it ... both methods of filetype allowed me to correctly get the
chmod results I was looking for.



On Tue, Mar 1, 2016 at 2:54 AM, Mark Waddingham <m...@livecode.com> wrote:

> On 2016-03-01 02:06, Glen Bojsza wrote:
>
>> What I am trying to do is within a LC application
>>
>> 1. put field "mytest" into URL "binfile:~/race"
>>
>> This creates a file called race in the ~/ directory.
>>
>> The problem is that when you do a chmod +rw race the file is still
>> recognized as textedit file and NOT a UNIX executable.
>>
>> When you look at a file created with LC and chmod  verses a file created
>> with textmate and chmod you can see the differences in the finder or get
>> info on both files and see the difference.
>>
>
> Try doing:
>
> set the fileType to ""
>
> or
>
> set the fileType to empty
>
> Before saving the file from LC.
>
> The default setting is "ttxtTEXT". I believe, these days, that Mac first
> looks at the file extension and then falls back to the filetype. As the
> engine is explicitly setting the fileType of saved files (by default) to
> text, the OS will pick up any files without extensions as text files.
>
> Warmest Regards,
>
> Mark.
>
> --
> Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
> LiveCode: Everyone can create apps
>
>
> ___
> 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: OS X - how to write to a file associated as a Unix executable

2016-02-29 Thread Glen Bojsza
What I am trying to do is within a LC application

1. put field "mytest" into URL "binfile:~/race"

This creates a file called race in the ~/ directory.

The problem is that when you do a chmod +rw race the file is still
recognized as textedit file and NOT a UNIX executable.

When you look at a file created with LC and chmod  verses a file created
with textmate and chmod you can see the differences in the finder or get
info on both files and see the difference.


On Mon, Feb 29, 2016 at 7:52 PM, Warren Samples <war...@warrensweb.us>
wrote:

> On 02/29/2016 06:09 PM, Glen Bojsza wrote:
>
>> This only works IF the file created is associated with the terminal
>> application.
>>
>> The issue is creating the proper file format so when the chmod creates it
>> as Unix executable.
>>
>
>
> Are you saying that saving a file from TextMate and chmoding it works but
> using Terminal and 'print "something-that-will-execute" > /output/file' or
> 'cat /working/file > /working/file-cloned' and chmoding that file doesn't?
>
>
> Warren
>
>
> ___
> 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: OS X - how to write to a file associated as a Unix executable

2016-02-29 Thread Glen Bojsza
This only works IF the file created is associated with the terminal
application.

The issue is creating the proper file format so when the chmod creates it
as Unix executable.

On Mon, Feb 29, 2016 at 7:06 PM, Warren Samples <war...@warrensweb.us>
wrote:

> On 02/29/2016 03:13 PM, Glen Bojsza wrote:
>
>> Hello,
>>
>> I am trying to write the from a text field to a file and then change the
>> file so it is executable.
>>
>> put field "mytest" into URL "binfile:~/race"
>> or
>> put field "mytest" into URL"file:~/race"
>>
>> The file race is created in either case but are associated with textedit.
>>
>> I require it to be recognized as a Unix executable associated with the
>> terminal application once I have done a chmod +rx on it
>>
>> If I just save a file from textmate and do a chmod +rx then it works.
>>
>> So it has to do with how I am saving it out of LC.
>>
>> Any suggestions?
>>
>> thanks,
>>
>> Glen
>>
>
>
> You could look into fileType in the dictionary. I can recall having to
> explicitly set the file type for images saved from LiveCode or they would
> open in an editor because LiveCode was saving them as text files.
>
> You could also try using 'get shell()' and whatever command or method you
> feel most appropriate given you content, to create the file and then make
> it executable by
>
> 'get shell("chomd +x /your/new/file")'
>
> This works here under Linux and  work under OS X because the file
> itself is being created and saved by the system instead of by LiveCode.
>
>
> Warren
>
> ___
> 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


OS X - how to write to a file associated as a Unix executable

2016-02-29 Thread Glen Bojsza
Hello,

I am trying to write the from a text field to a file and then change the
file so it is executable.

put field "mytest" into URL "binfile:~/race"
or
put field "mytest" into URL "file:~/race"

The file race is created in either case but are associated with textedit.

I require it to be recognized as a Unix executable associated with the
terminal application once I have done a chmod +rx on it

If I just save a file from textmate and do a chmod +rx then it works.

So it has to do with how I am saving it out of LC.

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


Apple Automator

2016-02-29 Thread Glen Bojsza
Is it possible to launch Apple Automator shell scripts from LC app?

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


LC 8 hard question...

2016-02-29 Thread Glen Bojsza
After reviewing all the previous releases of Livecode I am trying to
determine when LC 8 will start getting to RC and then how long from there
to stable.

My question is hard since there is no true and fast answer on how the
development goes ...anything can cause it to derail.

But does anybody think it is reasonable to get to a stable release by July
this year?

My license expires in August and I would hope with the amount of time that
has passed and up to then that I would get a stable release of LC 8 before
my license expires.

Or I am expecting too much?

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


Running Processes in the background

2016-01-18 Thread Glen Bojsza
Hello,

Are there any examples of how to run a process in the background in an
application?

I need to have two timer processes run when the user is using the
application.

The processes need to check for certain trigger values every

- 1 minute

- 10 minutes

If the trigger value(s) exist then the application takes the user to a
different part in the application.

Everything I have read is that LC is not multithreaded but there is a way
to generate these as loops that can check for these values?

Any direction or examples are appreciated.

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: Running Processes in the background

2016-01-18 Thread Glen Bojsza
Hi Ralph,

 I tried an example outlined by you and I keep getting en error where  it
can't find the handler?


*on* mouseUp

   *put* 1 into x

   *set* the stimer of this stack to "false"

   *send* tTest to me in 1 minute **this is where the
first error occurs?

   *repeat* for 30 times

  *if* the stimer of this stack is true *then*

 *put* "reached goal" into fld counter

  *else*

 *put* x + 6 into x

 *put* x into fld counter

 *wait* for 1 second

 *end* *if*

  *end* *repeat*



*end* mouseUp


*on* tTest

 *put* "made it to tTest with x = " & x & cr

 *send* tTest to me in 1 minutes

*end* tTest

On Mon, Jan 18, 2016 at 10:14 AM, Ralph DiMola <rdim...@evergreeninfo.net>
wrote:

> Send in time will do it. You can also get the message ID to cancel the
> pending message.
>
> Example(not tested)
> Start up the timers(messages) in the main startup code:
>
> Send "testit to me in 1 minute
> Send "testitlong to me in 10 minutes
>
> Then use 2 handlers to receive the messages.
>
> On testit
>  If some condition is true then do something
>  Send "testit to me in 1 minutes
> End on testit
>
> On testitlong
>  If some condition is true then do something
>  Send "testitlong to me in 10 minutes
> End on testitlong
>
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
>
> -Original Message-
> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
> Behalf
> Of Glen Bojsza
> Sent: Monday, January 18, 2016 10:02 AM
> To: How to use LiveCode
> Subject: Running Processes in the background
>
> Hello,
>
> Are there any examples of how to run a process in the background in an
> application?
>
> I need to have two timer processes run when the user is using the
> application.
>
> The processes need to check for certain trigger values every
>
> - 1 minute
>
> - 10 minutes
>
> If the trigger value(s) exist then the application takes the user to a
> different part in the application.
>
> Everything I have read is that LC is not multithreaded but there is a way
> to
> generate these as loops that can check for these values?
>
> Any direction or examples are appreciated.
>
> 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: Running Processes in the background

2016-01-18 Thread Glen Bojsza
Yes changing the time worked!

thanks

On Mon, Jan 18, 2016 at 2:50 PM, Klaus major-k <kl...@major-k.de> wrote:

> Am 18.01.2016 um 20:01 schrieb Ralph DiMola <rdim...@evergreeninfo.net>:
> >
> > Enclose tTest in quotes in the send otherwise it is looking for the
> variable
> > tTest.
> >
> > send "tTest" to me in 1 minute
> >
> > Ralph DiMola
> > IT Director
> > Evergreen Information Services
> > rdim...@evergreeninfo.net
> >
> > -Original Message-
> > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
> Behalf
> > Of Glen Bojsza
> > Sent: Monday, January 18, 2016 12:20 PM
> > To: How to use LiveCode
> > Subject: Re: Running Processes in the background
> >
> > Hi Ralph,
> >
> > I tried an example outlined by you and I keep getting en error where  it
> > can't find the handler?
> >
> > *on* mouseUp
> > *put* 1 into x
> > *set* the stimer of this stack to "false"
> > *send* tTest to me in 1 minute
> # this is where the first error occurs?
> ## „minute“ is unknown to the engine, use "60 secs“ instead :-)
>
> > *repeat* for 30 times
> >*if* the stimer of this stack is true *then*
> >   *put* "reached goal" into fld counter
> >*else*
> >   *put* x + 6 into x
> >   *put* x into fld counter
> >   *wait* for 1 second
> >   *end* *if*
> >*end* *repeat*
> > *end* mouseUp
> >
> > *on* tTest
> > *put* "made it to tTest with x = " & x & cr
> > *send* tTest to me in 1 minutes
> > *end* tTest
>
> Best
>
> Klaus
>
> --
> Klaus Major
> http://www.major-k.de
> kl...@major-k.de
>
>
> ___
> 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

Motif look...

2015-12-03 Thread Glen Bojsza
I was wondering if there is a plan or timeline when the Motif look for iOS
applications will be replaced with something else?

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: HTML5 product

2015-11-05 Thread Glen Bojsza
Thanks Peter,

Your response and details (which are really nice pointers : helpful) make
me feel comfortable enough to go ahead and purchase it.

regards,

Glen

On Thu, Nov 5, 2015 at 10:46 AM, Peter TB Brett <peter.br...@livecode.com>
wrote:

> On 05/11/2015 15:30, Glen Bojsza wrote:
>
>> I was wondering if anyone knows the current state of the HTML5 product
>> that
>> is being sold.
>>
>
> I do!  I am the lead developer in the core dev team for the HTML5 platform.
>
> My concern is that if I buy a 1 year license and it needs so many releases
>> before it is developed well enough to deploy than am I buying too early?
>>
>
> People are already deploying apps to HTML5, so arguably it *is* "developed
> well enough to deploy"!  On the other hand, it may not have everything that
> *you* need for *your* app working yet.  I suggest trying it out and seeing
> what you think.
>
> When the product site has "Are there limitations to HTML5 deployment?" then
>> this seems to be a red flag to me...is there a list of the limitations? Is
>> datagrid supported?
>>
>
> Firstly: yes, the datagrid is supported.
>
> There's an "HTML5 Deployment" guide included with the IDE in all editions,
> and it describes the current things that work (and don't work).  You can
> also read it online here:
>
>
>
> https://github.com/livecode/livecode-ide/blob/develop/Documentation/guides/HTML5%20Deployment.md
>
> Needless to say, there are limitations.  You can look at the current bugs
> filed against HTML5 on the bug tracker:
>
> http://goo.gl/exZYQ3
>
> Also, here are my own personal notes [1] about the current state of HTML5
> platform support and things I think we should work on:
>
> https://gist.github.com/peter-b/0bb57cc2fe2f065b00f6
>
> Is HTML5 part of the community code base or is it only commercial? I
>> remember that you could only try HTML5 with the community version of LC so
>> can I assume that it is part of the community version still?
>>
>
> HTML5 support in community and commercial is identical, except that you
> can't make closed-source apps with the community edition.
>
> Can anyone share their current recent experiences with HTML5 so I can make
>> a better decision.
>>
>
> The HTML5 section of the forums has lots of examples that might help you
> out:
>
> http://forums.livecode.com/viewforum.php?f=120
>
> Hermann in particular has a bunch of really impressive demos:
>
> http://forums.livecode.com/viewtopic.php?f=120=25210
>
> From my perspective, the feedback I've received so far has been very
> positive.
>
>   Peter
>
> [1] Standard disclaimers: if it's on this list, it doesn't mean it will be
> done; if it's not on the list, it doesn't mean it won't be done; this list
> is not expected to be kept up-to-date or even to continue to exist.
>
> --
> Dr Peter Brett <peter.br...@livecode.com>
> LiveCode Open Source Team
>
> LiveCode on reddit: https://reddit.com/r/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


HTML5 product

2015-11-05 Thread Glen Bojsza
I was wondering if anyone knows the current state of the HTML5 product that
is being sold.

My concern is that if I buy a 1 year license and it needs so many releases
before it is developed well enough to deploy than am I buying too early?

When the product site has "Are there limitations to HTML5 deployment?" then
this seems to be a red flag to me...is there a list of the limitations? Is
datagrid supported?

Is HTML5 part of the community code base or is it only commercial? I
remember that you could only try HTML5 with the community version of LC so
can I assume that it is part of the community version still?

Can anyone share their current recent experiences with HTML5 so I can make
a better decision.

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: Sending encrypted and authenticated emails

2015-10-25 Thread Glen Bojsza
Hi Bob,

I tried contacting via bobsnei...@iotecdigital.com but the mail bounced.

I was going to try and help with the Telnet solution.

Glen

On Fri, Oct 23, 2015 at 7:11 PM, Bob Sneidar 
wrote:

> Hi all.
>
> I just figured out how to send encrypted authenticated emails via Exchange
> servers (although the same process applies to non-Exchange systems) via a
> shell. Telnet has to be installed to do this however, and Windows 7 and up
> have the telnet client disabled by default for some reason. If I can use
> the sockets commands built into Livecode, I will attempt to do that instead.
>
> I am going to put together a library stack, and will probably need to beta
> test it. Anyone interested please send me a private message, and I will get
> a copy out to you at the earliest convenience.
>
> 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: SQLite: how to open existing database in memory

2015-10-17 Thread Glen Bojsza
Thanks for the clarification...this changes the direction I need to take.

In creating an in memory database can you create one with a name?


On Sat, Oct 17, 2015 at 12:25 PM, Peter Haworth  wrote:

> Sorry, I should have looked at your syntax more closely.
>
> You can't open an existing database as an in memory database.  If you want
> to open an in memory database, the revopendatabase syntax is
> revOpenDatabase("sqlite",":memory:") and it will be a brand new, empty
> database with no tables.  The syntax you used would have created a disk
> database file named /Users/Dev/Documents/Ratings.db3:memory: with no tables
> in it, hence the error message you got.
>
> Hope that explains it better.
>
>
>
> Pete
> lcSQL Software 
> Home of lcStackBrowser  and
> SQLiteAdmin 
>
>
___
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: SQLite: how to open existing database in memory

2015-10-17 Thread Glen Bojsza
Essentially, I want to keep the database in its original form / content.

While the user is running the app I want to be able to make changes to the
database knowing that the changes are done in memory and will not be
written to the original database.

I could duplicate the database to a folder on the disk and then later
remove it but if I can do it just in memory and it automatically cleans out
after the user quits the app then it would be more convenient.

For example, if I don't the user to be able to look into the database
(which I believe can be done if it is written to disk) using in memory
would be the way to go...true?

On Sat, Oct 17, 2015 at 12:55 PM, Peter Haworth <p...@lcsql.com> wrote:

> No, no name is available because you have to use ":memory" as the name to
> indicate it is an in-memory db.
>
> Maybe if you explain what it is you're trying to achieve, we can help more.
>
> Pete
> lcSQL Software <http://www.lcsql.com>
> Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
> SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
>
> On Sat, Oct 17, 2015 at 9:42 AM, Glen Bojsza <gboj...@gmail.com> wrote:
>
> > Thanks for the clarification...this changes the direction I need to take.
> >
> > In creating an in memory database can you create one with a name?
> >
> >
> > On Sat, Oct 17, 2015 at 12:25 PM, Peter Haworth <p...@lcsql.com> wrote:
> >
> > > Sorry, I should have looked at your syntax more closely.
> > >
> > > You can't open an existing database as an in memory database.  If you
> > want
> > > to open an in memory database, the revopendatabase syntax is
> > > revOpenDatabase("sqlite",":memory:") and it will be a brand new, empty
> > > database with no tables.  The syntax you used would have created a disk
> > > database file named /Users/Dev/Documents/Ratings.db3:memory: with no
> > tables
> > > in it, hence the error message you got.
> > >
> > > Hope that explains it better.
> > >
> > >
> > >
> > > Pete
> > > lcSQL Software <http://www.lcsql.com>
> > > Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
> > > SQLiteAdmin <http://www.lcsql.com/sqliteadmin.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
>
___
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: how to open existing database in memory

2015-10-17 Thread Glen Bojsza
I am trying to open an existing SQLite database in memory.

When I do this (or think I do this) I get a database connection ID but the
it errors out when I try just to show the current data?

On OS X Mavericks LC 8 DP4

*on* mouseUp

   *put* "/Users/Dev/Documents/Ratings.db3:memory:" into tDatabasePath

   *put* revOpenDatabase("sqlite", tDatabasePath, , , , ) into tDatabaseID

   *put* "Connection = " & tDatabaseID  -- if I get an integer then a
database connection has been made

   *put "SELECT * from Movies" into tSQL*

   *put* revDataFromQuery(tab,*return*,tDatabaseID,tSQL) into myresults

   *put* myresults

   revCloseDataBase tDatabaseID

*end* mouseUp


My output:

Connection = 1 (shows I have a database connection)

revdberr,Database Error: no such table: Movies


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: SQLite: how to open existing database in memory

2015-10-17 Thread Glen Bojsza
Thanks Pete.

I will play with this as it looks to be the way I want to go.

On Sat, Oct 17, 2015 at 2:56 PM, Peter Haworth <p...@lcsql.com> wrote:

> I assume this is a single user application?  When you say you want to make
> changes to the database, do you mean the user makes changes to the data in
> the database using your application?  If the disk version never changes
> then the next time the user runs your app, whatever changes they made last
> time around will be gone - is that OK?
>
> I'm not totally sure what you mean by "look into the database" but assume
> you mean using anything other than your application.  There's always going
> to be ways to do that using any of the sqlite admin programs out there,
> unless you use one of the encryption add-ons for sqlite.
>
> If you want to continue down this path, then conceptually, here's one way
> to get the disk based db into an in memory version.
>
> 1.  Open the in memory database which will be completely empty.
> 2.  Use the ATTACH command to open the disk db over the same connection.
> Doing that involves assigning a name to identify the db which I'll assume
> is "diskdb".  You'll use that in the next step.
> 3. For each table in the disk db, issue a CREATE TABLE AS command, which
> will look something like this:  "CREATE main.TABLE Movies AS SELECT * FROM
> diskdb.Movies"
> 4. Issue the command DETACH DATABASE diskdb
>
> After that all your data will be in your in memory database and you can
> access it just as in any other db.
>
> Pete
> lcSQL Software <http://www.lcsql.com>
> Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
> SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
>
> On Sat, Oct 17, 2015 at 10:12 AM, Glen Bojsza <gboj...@gmail.com> wrote:
>
> > Essentially, I want to keep the database in its original form / content.
> >
> > While the user is running the app I want to be able to make changes to
> the
> > database knowing that the changes are done in memory and will not be
> > written to the original database.
> >
> > I could duplicate the database to a folder on the disk and then later
> > remove it but if I can do it just in memory and it automatically cleans
> out
> > after the user quits the app then it would be more convenient.
> >
> > For example, if I don't the user to be able to look into the database
> > (which I believe can be done if it is written to disk) using in memory
> > would be the way to go...true?
> >
> > On Sat, Oct 17, 2015 at 12:55 PM, Peter Haworth <p...@lcsql.com> wrote:
> >
> > > No, no name is available because you have to use ":memory" as the name
> to
> > > indicate it is an in-memory db.
> > >
> > > Maybe if you explain what it is you're trying to achieve, we can help
> > more.
> > >
> > > Pete
> > > lcSQL Software <http://www.lcsql.com>
> > > Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
> > > SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
> > >
> > > On Sat, Oct 17, 2015 at 9:42 AM, Glen Bojsza <gboj...@gmail.com>
> wrote:
> > >
> > > > Thanks for the clarification...this changes the direction I need to
> > take.
> > > >
> > > > In creating an in memory database can you create one with a name?
> > > >
> > > >
> > > > On Sat, Oct 17, 2015 at 12:25 PM, Peter Haworth <p...@lcsql.com>
> > wrote:
> > > >
> > > > > Sorry, I should have looked at your syntax more closely.
> > > > >
> > > > > You can't open an existing database as an in memory database.  If
> you
> > > > want
> > > > > to open an in memory database, the revopendatabase syntax is
> > > > > revOpenDatabase("sqlite",":memory:") and it will be a brand new,
> > empty
> > > > > database with no tables.  The syntax you used would have created a
> > disk
> > > > > database file named /Users/Dev/Documents/Ratings.db3:memory: with
> no
> > > > tables
> > > > > in it, hence the error message you got.
> > > > >
> > > > > Hope that explains it better.
> > > > >
> > > > >
> > > > >
> > > > > Pete
> > > > > lcSQL Software <http://www.lcsql.com>
> > > > > Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html>
> > and
> > > > > SQLiteAdmin <http://www.lcs

Re: SQLite: how to open existing database in memory

2015-10-17 Thread Glen Bojsza
I think we have a disconnect...

I want to open an existing database but in memory.

You are saying that I opened a new database in memory but need to create
tables in it.

So I guess the question is better put:

Can you open an existing base in memory if so how?

If you can't open an existing database in memory then if you create a new
one in memory can you copy the tables from an existing one into the
database that is in memory?

On Sat, Oct 17, 2015 at 10:36 AM, Peter Haworth <p...@lcsql.com> wrote:

> You created a database but you didn't create any tables in it. You'll need
> to issue a CREATE TABLE command after opening the db.
>
> On Sat, Oct 17, 2015, 7:22 AM Glen Bojsza <gboj...@gmail.com> wrote:
>
> > I am trying to open an existing SQLite database in memory.
> >
> > When I do this (or think I do this) I get a database connection ID but
> the
> > it errors out when I try just to show the current data?
> >
> > On OS X Mavericks LC 8 DP4
> >
> > *on* mouseUp
> >
> >*put* "/Users/Dev/Documents/Ratings.db3:memory:" into tDatabasePath
> >
> >*put* revOpenDatabase("sqlite", tDatabasePath, , , , ) into
> tDatabaseID
> >
> >*put* "Connection = " & tDatabaseID  -- if I get an integer then a
> > database connection has been made
> >
> >*put "SELECT * from Movies" into tSQL*
> >
> >*put* revDataFromQuery(tab,*return*,tDatabaseID,tSQL) into myresults
> >
> >*put* myresults
> >
> >revCloseDataBase tDatabaseID
> >
> > *end* mouseUp
> >
> >
> > My output:
> >
> > Connection = 1 (shows I have a database connection)
> >
> > revdberr,Database Error: no such table: Movies
> >
> >
> > 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


Re: iPad File structure question

2015-10-15 Thread Glen Bojsza
This must be how a lot of the other apps are doing it since I have seen
their SQLite files in their app contents.

I am only doing read only and was hoping that this be fine but your
suggestions are well taken.

What is the syntax for copying the file from the engine's folder?

Also any idea why I can't select Script Libraries for database and Database
Support for SQLite?


Glen


On Thu, Oct 15, 2015 at 12:31 PM, Ralph DiMola 
wrote:

> Mobile app's files specified in the "copy files" pane of the standalone
> settings are accessed via "the engine folder" path. You can't open SQLite
> DBs in "the engine folder" because "the engine folder" is read-only. There
> is no facility to open a SQLite db read-only. Option 1:Copy the db from
> "the
> engine folder" to "the documents folder" and open it there. On iOS make
> sure
> you mark any large files in the documents folder as "no backup" to make it
> through the review process. Option 2: Copy the db from "the engine folder"
> to "specialFolderPath("cache")" and open it there. The user can clear the
> cache so check at each startup to make sure the db is still in the
> "specialFolderPath("cache")" folder. There is no size limitation(within
> reason) for the cache on iOS as it is not backed up to the cloud.
>
> 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


Re: iPad File structure question

2015-10-15 Thread Glen Bojsza
Well I am behind when learning to make an iPad app... the SQLite is also a
checkbox in iOS Standalone settings (I see nothing about database libraries
so I assume LC 8 handles this in the background)

Also, the "engine's folder" may work since I would load the database in
memory while the app is running alternatively I can put them in the cache
or Documents folder as suggested.

Glen

On Thu, Oct 15, 2015 at 12:57 PM, Glen Bojsza <gboj...@gmail.com> wrote:

> This must be how a lot of the other apps are doing it since I have seen
> their SQLite files in their app contents.
>
> I am only doing read only and was hoping that this be fine but your
> suggestions are well taken.
>
> What is the syntax for copying the file from the engine's folder?
>
> Also any idea why I can't select Script Libraries for database and
> Database Support for SQLite?
>
>
> Glen
>
>
> On Thu, Oct 15, 2015 at 12:31 PM, Ralph DiMola <rdim...@evergreeninfo.net>
> wrote:
>
>> Mobile app's files specified in the "copy files" pane of the standalone
>> settings are accessed via "the engine folder" path. You can't open SQLite
>> DBs in "the engine folder" because "the engine folder" is read-only. There
>> is no facility to open a SQLite db read-only. Option 1:Copy the db from
>> "the
>> engine folder" to "the documents folder" and open it there. On iOS make
>> sure
>> you mark any large files in the documents folder as "no backup" to make it
>> through the review process. Option 2: Copy the db from "the engine folder"
>> to "specialFolderPath("cache")" and open it there. The user can clear the
>> cache so check at each startup to make sure the db is still in the
>> "specialFolderPath("cache")" folder. There is no size limitation(within
>> reason) for the cache on iOS as it is not backed up to the cloud.
>>
>> 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


LC Extension Builder won't compile?

2015-10-12 Thread Glen Bojsza
Hello,

I am trying to install the widgets that Trevor posted on his Github.

I am on LC 8.0 (DP4) Indy

The following is the error messages when I use the extension builder and
run Test


Error: Could not compile module
/Users/livecode-extension-master/widget_helpers

I would like to install the tabbed widget Trevor made and it looks like it
requires widget helpers module to be installed first?

Does anybody have the steps necessary to install Trevor's widgets?

Is there additional environment settings that need to be done beyond just
the standard LC install?

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: IPV6...

2015-10-12 Thread Glen Bojsza
It has been two weeks and I still haven't seen a response?


On Tue, Sep 29, 2015 at 9:21 AM, Kevin Miller <ke...@livecode.com> wrote:

> Yes, noted thanks. We¹ll have an announcement on this in the coming weeks.
>
> Kind regards,
>
> Kevin
>
> Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
> LiveCode: Everyone can create apps
>
>
>
>
> On 29/09/2015 14:07, "use-livecode on behalf of Glen Bojsza"
> <use-livecode-boun...@lists.runrev.com on behalf of gboj...@gmail.com>
> wrote:
>
> >I would assume that the Livecode team is already aware of this and has a
> >delivery plan without it they wouldn't be able to claim to be able to make
> >iOS apps.
> >
> >True? Not True?
> >
> >Kevin can maybe comment.
> >
> >On Tue, Sep 29, 2015 at 8:43 AM, Malte Brill <revolut...@derbrill.de>
> >wrote:
> >
> >> Well, I just stumbled upon this:
> >>
> >> https://developer.apple.com/news/?id=08282015a <
> >> https://developer.apple.com/news/?id=08282015a>
> >>
> >> this might get serious even earlier than I thoughtŠ
> >>
> >> All the best,
> >>
> >> Malte
> >> ___
> >> 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

Buttons, buttons...who has the buttons

2015-10-09 Thread Glen Bojsza
Or better question when will the button and field components from earlier
versions of LC be available as SVG widgets in LC 8 and beyond.

Is there any place someone can recommend to get SVG widgets for:

default button
option menu
pulldown menu
combo menu
popup menu

Trevor's webinar showed some really nice buttons but they are proprietary
and not available.

If someone could make a bundle and put into the LC store I would be
interested.

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: IPV6...

2015-09-29 Thread Glen Bojsza
I would assume that the Livecode team is already aware of this and has a
delivery plan without it they wouldn't be able to claim to be able to make
iOS apps.

True? Not True?

Kevin can maybe comment.

On Tue, Sep 29, 2015 at 8:43 AM, Malte Brill  wrote:

> Well, I just stumbled upon this:
>
> https://developer.apple.com/news/?id=08282015a <
> https://developer.apple.com/news/?id=08282015a>
>
> this might get serious even earlier than I thought…
>
> All the best,
>
> Malte
> ___
> 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

LC 8 (DP4) widgets

2015-09-23 Thread Glen Bojsza
I have just started to play with LC widgets and have couple of questions.

1. for the widget selector is there an easy way to make the choices
vertical and not horizontal (I thought I saw this done in a earlier video)?

2. None of the widgets show when I generate an iOS app (not on the iPad or
the simulator).

Is there a problem using widgets for creating iOS apps?

I am on OS X Mavericks, Xcode 6.2, LC 8.0 DP4
target iPad is 8.4.1

Again, I am just trying to build my first iPad app so I may be behind on
where things stand with LC.

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: LC 8 (DP4) widgets

2015-09-23 Thread Glen Bojsza
Thanks Ali, that got it going.

I also wonder why the background in LC seems white but on the simulator and
iPad itself the background is grey?

On Wed, Sep 23, 2015 at 10:11 AM, Ali Lloyd <ali.ll...@livecode.com> wrote:

> Hi Glen,
> > 1. for the widget selector is there an easy way to make the choices
> > vertical and not horizontal (I thought I saw this done in a earlier
> video)?
>
> The short answer is no - however it would be a relatively easy to add an
> orientation property to it - please submit an enhancement request if this
> is something that would be useful to you!
>
> >2. None of the widgets show when I generate an iOS app (not on the iPad or
> >the simulator).
>
> You need to select which widgets are included in the standalone in the Copy
> Files pane of the standalone settings
>
> Ali
>
> On Wed, Sep 23, 2015 at 2:50 PM Glen Bojsza <gboj...@gmail.com> wrote:
>
> > I have just started to play with LC widgets and have couple of questions.
> >
> > 1. for the widget selector is there an easy way to make the choices
> > vertical and not horizontal (I thought I saw this done in a earlier
> video)?
> >
> > 2. None of the widgets show when I generate an iOS app (not on the iPad
> or
> > the simulator).
> >
> > Is there a problem using widgets for creating iOS apps?
> >
> > I am on OS X Mavericks, Xcode 6.2, LC 8.0 DP4
> > target iPad is 8.4.1
> >
> > Again, I am just trying to build my first iPad app so I may be behind on
> > where things stand with LC.
> >
> > 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: LC 8 (DP4) widgets

2015-09-23 Thread Glen Bojsza
Hi Scott,

I did this but an error is constantly generated.

stack "com.livecode.pi.color.behavior":execution error at line 17
(extension:error occurred with domain) near "runtime", char 1

here is the offending line

 *set* the swatchcolor of control 1 of me to item 1 to 3 of tValue
So for now I will just use a white filled graphic.

Not sure if you have seen a similar error?


On Wed, Sep 23, 2015 at 10:58 AM, Scott Rossi <sc...@tactilemedia.com>
wrote:

> That's the default no-color appearance on iOS.  If you want things to be
> white, you can set the card or stack backColor to white.
>
> Regards,
>
> Scott Rossi
> Creative Director
> Tactile Media, UX/UI Design
>
>
>
>
> On 9/23/15, 7:28 AM, "use-livecode on behalf of Glen Bojsza"
> <use-livecode-boun...@lists.runrev.com on behalf of gboj...@gmail.com>
> wrote:
>
> >I also wonder why the background in LC seems white but on the simulator
> >and
> >iPad itself the background is grey?
>
>
>
> ___
> 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: LC 8 (DP4) widgets

2015-09-23 Thread Glen Bojsza
I did mean the card or stack background and that is why the error seems
confusing.

Here is what I did in the message box

set the backcolor of stack t1 to white

I deleted the stack and started fresh and it seemed to solve the issue...so
everything is fine now.

Thanks for the follow up.

On Wed, Sep 23, 2015 at 1:13 PM, Scott Rossi <sc...@tactilemedia.com> wrote:

> I thought you meant the card (or stack) background, but it sounds like
> maybe you mean a widget background? If that's the case, you'd need to look
> at the specific widget and determine what properties can be set for it.
> Not sure what that error you're seeing is coming from.
>
> Regards,
>
> Scott Rossi
> Creative Director
> Tactile Media, UX/UI Design
>
>
>
>
> On 9/23/15, 9:09 AM, "use-livecode on behalf of Glen Bojsza"
> <use-livecode-boun...@lists.runrev.com on behalf of gboj...@gmail.com>
> wrote:
>
> >Hi Scott,
> >
> >I did this but an error is constantly generated.
> >
> >stack "com.livecode.pi.color.behavior":execution error at line 17
> >(extension:error occurred with domain) near "runtime", char 1
> >
> >here is the offending line
> >
> > *set* the swatchcolor of control 1 of me to item 1 to 3 of tValue
> >So for now I will just use a white filled graphic.
> >
> >Not sure if you have seen a similar error?
> >
> >
> >On Wed, Sep 23, 2015 at 10:58 AM, Scott Rossi <sc...@tactilemedia.com>
> >wrote:
> >
> >> That's the default no-color appearance on iOS.  If you want things to be
> >> white, you can set the card or stack backColor to white.
> >>
> >> Regards,
> >>
> >> Scott Rossi
> >> Creative Director
> >> Tactile Media, UX/UI Design
> >>
> >>
> >>
> >>
> >> On 9/23/15, 7:28 AM, "use-livecode on behalf of Glen Bojsza"
> >> <use-livecode-boun...@lists.runrev.com on behalf of gboj...@gmail.com>
> >> wrote:
> >>
> >> >I also wonder why the background in LC seems white but on the simulator
> >> >and
> >> >iPad itself the background is grey?
> >>
> >>
> >>
> >> ___
> >> 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: LC 8 (DP4) widgets

2015-09-23 Thread Glen Bojsza
Yes because this issue just occurred again.

I start a new stack
 set the backcolor of the stack to white (save and check in the simulator
and on the iPad...looks fine)

add a widget (sgvpath one)

Error messages start again.

On Wed, Sep 23, 2015 at 6:18 PM, Ali Lloyd <ali.ll...@livecode.com> wrote:

> Hmm, I think it might have been a problem with the interaction between
> widgets and named colors - I will do some investigation of that tomorrow as
> it may be a general issue.
>
> On Wed, Sep 23, 2015 at 6:39 PM Glen Bojsza <gboj...@gmail.com> wrote:
>
> > I did mean the card or stack background and that is why the error seems
> > confusing.
> >
> > Here is what I did in the message box
> >
> > set the backcolor of stack t1 to white
> >
> > I deleted the stack and started fresh and it seemed to solve the
> issue...so
> > everything is fine now.
> >
> > Thanks for the follow up.
> >
> > On Wed, Sep 23, 2015 at 1:13 PM, Scott Rossi <sc...@tactilemedia.com>
> > wrote:
> >
> > > I thought you meant the card (or stack) background, but it sounds like
> > > maybe you mean a widget background? If that's the case, you'd need to
> > look
> > > at the specific widget and determine what properties can be set for it.
> > > Not sure what that error you're seeing is coming from.
> > >
> > > Regards,
> > >
> > > Scott Rossi
> > > Creative Director
> > > Tactile Media, UX/UI Design
> > >
> > >
> > >
> > >
> > > On 9/23/15, 9:09 AM, "use-livecode on behalf of Glen Bojsza"
> > > <use-livecode-boun...@lists.runrev.com on behalf of gboj...@gmail.com>
> > > wrote:
> > >
> > > >Hi Scott,
> > > >
> > > >I did this but an error is constantly generated.
> > > >
> > > >stack "com.livecode.pi.color.behavior":execution error at line 17
> > > >(extension:error occurred with domain) near "runtime", char 1
> > > >
> > > >here is the offending line
> > > >
> > > > *set* the swatchcolor of control 1 of me to item 1 to 3 of tValue
> > > >So for now I will just use a white filled graphic.
> > > >
> > > >Not sure if you have seen a similar error?
> > > >
> > > >
> > > >On Wed, Sep 23, 2015 at 10:58 AM, Scott Rossi <sc...@tactilemedia.com
> >
> > > >wrote:
> > > >
> > > >> That's the default no-color appearance on iOS.  If you want things
> to
> > be
> > > >> white, you can set the card or stack backColor to white.
> > > >>
> > > >> Regards,
> > > >>
> > > >> Scott Rossi
> > > >> Creative Director
> > > >> Tactile Media, UX/UI Design
> > > >>
> > > >>
> > > >>
> > > >>
> > > >> On 9/23/15, 7:28 AM, "use-livecode on behalf of Glen Bojsza"
> > > >> <use-livecode-boun...@lists.runrev.com on behalf of
> gboj...@gmail.com
> > >
> > > >> wrote:
> > > >>
> > > >> >I also wonder why the background in LC seems white but on the
> > simulator
> > > >> >and
> > > >> >iPad itself the background is grey?
> > > >>
> > > >>
> > > >>
> > > >> ___
> > > >> 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
> >
> ___
> 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


Xcode Organizer

2015-09-16 Thread Glen Bojsza
I was hoping  someone can explain if the Xcode Organizer for Xcode Version
6.4 (6E35b) is working properly since it shows only a Window with two tabs
"Archives" and "Crashes".

For all the documentation and LC videos I have seen the window should show
my device and how to allow it for development etc.

I am just starting today on trying to build an iPad app and what I have
found is that almost all LC reference material seems dated and doesn't
reflect what I should be seeing...or is just me?

When I generate a standalone I get an error of "Could not find a valid
identity to use for the selected profile"

I am on OS X 10.10.2

Any direction towards the steps I may be missing would be appreciated.

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: Xcode Organizer

2015-09-16 Thread Glen Bojsza
Hi Ralph,

This really helped ...the refresh icon generated several files.

I still cannot drag the app on the device (or any of the simulators) in
Xcode?

>From the notes I saw earlier I should have an option to select the device
and do "Use for Development"?

This doesn't seem to exist in the newer versions of Xcode...

I just need to be able to load this on my iPad to test but looking for
notes seem to be outdated?

Again, thanks for getting me this far.

Glen

On Wed, Sep 16, 2015 at 4:34 PM, Ralph DiMola 
wrote:

> You can see the devices and simulators in Window==>devices. You can just
> drag .app files into the device.
> The provision profiles are in Prefs==>Accounts==>View Details. There is a
> refresh icon. When you refresh it gets all the current Provisioning
> Profiles
> setup on the developer web site.
>
> 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


Re: Xcode Organizer

2015-09-16 Thread Glen Bojsza
Thanks to both Panos and Ralph.

I was able to get a very basic app (one button & one field) on the iPad so
success.

Now comes the "make it pretty" because currently things look like 20 years
ago done in visual basic or worse.

Any suggestions on better looking components? I saw MobGUI but there is
some question on it still being actively supported?

Glen

On Wed, Sep 16, 2015 at 6:01 PM, panagiotis merakos <merak...@gmail.com>
wrote:

> Hi Glen,
> Once you find your device, click on "Applications". You will then see a
> list of all the applications that are installed on the device. Now, you can
> either click the + button, or just drag your .app file onto the
> applications list.
>
> Regards,
> Panos
> On 16 Sep 2015 22:30, "Glen Bojsza" <gboj...@gmail.com> wrote:
>
> > Hi Ralph,
> >
> > This really helped ...the refresh icon generated several files.
> >
> > I still cannot drag the app on the device (or any of the simulators) in
> > Xcode?
> >
> > From the notes I saw earlier I should have an option to select the device
> > and do "Use for Development"?
> >
> > This doesn't seem to exist in the newer versions of Xcode...
> >
> > I just need to be able to load this on my iPad to test but looking for
> > notes seem to be outdated?
> >
> > Again, thanks for getting me this far.
> >
> > Glen
> >
> > On Wed, Sep 16, 2015 at 4:34 PM, Ralph DiMola <rdim...@evergreeninfo.net
> >
> > wrote:
> >
> > > You can see the devices and simulators in Window==>devices. You can
> just
> > > drag .app files into the device.
> > > The provision profiles are in Prefs==>Accounts==>View Details. There
> is a
> > > refresh icon. When you refresh it gets all the current Provisioning
> > > Profiles
> > > setup on the developer web site.
> > >
> > > 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
>
___
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


  1   2   3   >