Re: Mac window fullscreen widget

2016-02-16 Thread [-hh]
Monte G. wrote: > We need ways to programmatically enter and leave fullscreen > mode along with ways to enable and disable the availability > of the mode. > Anyone have any hints where I look for those things. This is what I use on MacOSX. The windowLevel should *always* be set lower than the

Mac window fullscreen widget

2016-02-16 Thread Monte Goulding
Hi folks I see that in my latest build of LC 8 the fullscreen widget is enabled on topLevel and modeless windows but I don’t recall any notes on this. I’m interested largely because I was going to add this in hactoberfest but decided against it because of the rather interesting entanglement of

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Howard Bornstein
Thanks Hermann, I think both of these are outlier conditions, but the clock hiding the color picker surprised me and I may try to figure a workaround on it. Thanks for letting me know. -Howard On Tue, Feb 16, 2016 at 5:35 PM, [-hh] wrote: > Howard B. wrote: > > Did you not

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread [-hh]
Howard B. wrote: > Did you not have any of these fonts installed at the time? > Had you explicitly removed them? What version of OSX are > you running? I have > 800 fonts on my Mac (and use newest OSX developer preview). Of course I enable only a small subset, what I currently need. Your's are

Re: Signing Identity Issue When Building Standalone

2016-02-16 Thread Colin Holgate
I was still able to build apps this morning, but today my colleague chose to remove all certificates and provisioning profiles, as part of using the new Apple certificate. That messed me up! So, I went through installing the new certificate, and hooking up new profiles, but ran into some

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Howard Bornstein
On Tue, Feb 16, 2016 at 10:05 AM, [-hh] wrote: > Howard, two hints to your clock: > = If user hasn't installed (or disabled) the few fonts you > make available then it always has the same 'system font'. > This is true, however all my testers had these fonts installed by

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Howard Bornstein
Updated. On Tue, Feb 16, 2016 at 7:52 AM, Richard Gaskin wrote: > Randy Hengst wrote: > > > I didn’t see an attribution to LiveCode in your “About” menu or your > > pdf help doc. Is attribution no longer required? > > Section 4d of the Indy license seems to still

Re: Help using database & data conversion

2016-02-16 Thread Mark Schonewille
Hi Ton, > When I use >put revDataFromQuery(,,dbID, vSQL) into vData > to retrieve the data from the mySQL database, vData contains binary > data Can you post the binary data? E.g. use urlEncode(vData) or put binaryDecode("h*",vData,x) put x Kind regards, Mark Schonewille

Re: Help using database & data conversion

2016-02-16 Thread Peter Haworth
What are the commands you are using to insert/update data in your mySQL database and your local SQLite database? Data needs to be textEncoded before the insertion/deletion and textDecoded when SELECTing. Also, not sure what you mean by "manually in the local database". Pete On Tue, Feb 16,

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Randy Hengst
Thank you, Richard. I’ve been including the LiveCode attribution, but didn’t notice the "Open Source Licenses.txt” requirement. be well, randy Randy Hengst www.classroomFocusedSoftware.com > On Feb 16, 2016, at 9:52 AM, Richard Gaskin > wrote: > > Randy Hengst

Help using database & data conversion

2016-02-16 Thread tkuyp...@telenet.be
After 2 nights I give up!!! Even though I can’t, I must fix this :-( I’m using LiveCode Community 7.1.2 (rc 1) on a Mac. I have a database setup in mySQL, from which I need to retrieve data and insert it into a local SQLite database. Both the online and local databases are setup the same, but

Re: Replacing Stacks in Memory

2016-02-16 Thread Michael Doub
ok, got it working. Thanks for everyone's help. Here is what I have done, The launcher has a datagrid AppPicker contains the links to the files available to launch. on mousedoubleup set the itemdel to tab put the dgHilitedLines of grp "AppPicker" into tLine put the

Re: Replacing Stacks in Memory

2016-02-16 Thread Richard Gaskin
stephen barncard wrote: > On Tue, Feb 16, 2016 at 10:54 AM, Mark Waddingham wrote: > >> delete stack > > which is the scariest command in the language for newcomers, because > we often call the stack FILE 'the stack'. One possible remedy - a new "purge" command so the behavior is less

Re: Replacing Stacks in Memory

2016-02-16 Thread stephen barncard
On Tue, Feb 16, 2016 at 10:54 AM, Mark Waddingham wrote: > delete stack which is the scariest command in the language for newcomers, because we often call the stack FILE 'the stack'. The first few times un-mounting a disk by dropping it into the trash can was pretty

Re: Replacing Stacks in Memory

2016-02-16 Thread Mark Waddingham
On 2016-02-16 19:11, Michael Doub wrote: I am building a launcher app the loads stacks from DropBox. I am using go URL tURL where the tURL is the stack to load using the correct DropBox format. This works great for the first load. However, if I update the stack in DropBox and try to reload

Re: Replacing Stacks in Memory

2016-02-16 Thread Michael Doub
Thanks Scott, but no luck. This might work if I was using the same url. In my case I have two urls that point to separate files. file1 is rev 1 of the stack, file1 is rev 2 of the stack. The stack inside each file has the same name, but different code. load file1 you see version 1 of

Re: Replacing Stacks in Memory

2016-02-16 Thread J. Landman Gay
I use the "revert" command. It basically just means "reload from disk" . -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February 16, 2016 12:14:15 PM Michael Doub wrote: I am

Re: Replacing Stacks in Memory

2016-02-16 Thread Scott Rossi
Try this, posted by Mike Bonner a while back: "Like the timestamp, you can just tack on a # and the milliseconds to each request. http://whatever.url.com/mystack.livecode#134513461; Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 2/16/16, 10:11 AM, "use-livecode on

Replacing Stacks in Memory

2016-02-16 Thread Michael Doub
I am building a launcher app the loads stacks from DropBox. I am using go URL tURL where the tURL is the stack to load using the correct DropBox format. This works great for the first load. However, if I update the stack in DropBox and try to reload tURL, it does not purge the existing

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread [-hh]
Howard, two hints to your clock: = If user hasn't installed (or disabled) the few fonts you make available then it always has the same 'system font'. = The colour chooser may be fully hidden by the clock window and then 'blocks' the app. ___

Re: changing the size of the image that's combined with text

2016-02-16 Thread Peter Haworth
QCC Report #16941 On Tue, Feb 16, 2016 at 9:47 AM [-hh] wrote: > > I've been doing some php coding recently and it allows the us > > of single or double quotes as string delimiters so you can use > > single quotes around a string that includes double quotes. Would > > be nice

Re: changing the size of the image that's combined with text

2016-02-16 Thread [-hh]
> I've been doing some php coding recently and it allows the us > of single or double quotes as string delimiters so you can use > single quotes around a string that includes double quotes. Would > be nice to have that in LC. Yes, this is so comfortable! I miss it in LC since years. Please make

Re: changing the size of the image that's combined with text

2016-02-16 Thread Peter Haworth
I've been doing some php coding recently and it allows the use of single or double quotes as string delimiters so you can use single quotes around a string that includes double quotes. Would be nice to have that in LC. On Tue, Feb 16, 2016, 5:45 AM Peter M. Brigham wrote: >

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Richard Gaskin
Kay C Lan wrote: > On Mon, Feb 15, 2016 at 7:47 PM, Peter TB Brett wrote: > >> >> Is your clock open source? At the moment it has "All rights >> reserved" in the copyright... >> > I don't have a Community Edition of LC in front of me but I know > for the other editions: > > All rights reserved

Re: Free BasicClock desktop clock for OSX

2016-02-16 Thread Richard Gaskin
Randy Hengst wrote: > I didn’t see an attribution to LiveCode in your “About” menu or your > pdf help doc. Is attribution no longer required? Section 4d of the Indy license seems to still require it: d) Copyright notices, as defined in Appendix A, must appear wherever any other

Re: changing the size of the image that's combined with text

2016-02-16 Thread Peter M. Brigham
On Feb 16, 2016, at 1:32 AM, Matt Maier wrote: > I found the right syntax for writing html that will combine text and images: > lerg > and also that the char reference isn't necessary, so this works > > It's a bit tedious to code, since you have to escape the quotes like this: > put " quote &

Re: Signing Identity Issue When Building Standalone

2016-02-16 Thread panagiotis merakos
Thanks Scott. This was a time saver. Regards, Panos On Mon, Feb 15, 2016 at 10:24 PM, Scott Rossi wrote: > Hi Pierre: > > Apparently, a lot of people (including myself) didn't get or see the > message. >