Re: DB Lib goes dual license with GPL and Commercial License

2013-05-21 Thread Magicgate Software - Skip Kimpel
As always, YOU ROCK! Thanks for your hard work and dedication! SKIP On Tue, May 21, 2013 at 8:46 PM, Andre Garzia wrote: > Hey Guys, > > Great news for LiveCode Community Edition lovers and GPL fans! DB Lib, the > minimalistic database library for LiveCode just went dual license with GPL > an

Re: Graphic effects parms

2013-05-21 Thread Scott Rossi
I tried it after I saw your note. This parameter doesn't appear to affect anything in the resulting effect that I can see. Unrelated (but important to me): the effect of the spread parameter for innerglow when set to "edge" needs to be updated, as it's currently backwards. Increasing the spread

DB Lib goes dual license with GPL and Commercial License

2013-05-21 Thread Andre Garzia
Hey Guys, Great news for LiveCode Community Edition lovers and GPL fans! DB Lib, the minimalistic database library for LiveCode just went dual license with GPL and Commercial licenses available. If you're building GPL software, you can just download the library and start using it. If you want to

Re: Graphic effects parms

2013-05-21 Thread Peter Haworth
Thanks SCott. Any ideas on the "range" parameter for innerglow and outerglow? Pete lcSQL Software On Tue, May 21, 2013 at 10:59 AM, Scott Rossi wrote: > The knockout option determines whether the shape of the target object is > subtracted from the underlying dropshadow e

Re: Graphic effects parms

2013-05-21 Thread tbodine
Hi Scott. Perhaps one of these settings could resolve a visual problem I'm having with tmGauge 1.11... I have a circular gauge (g10) on the card, but the rectangular bounding box of the gauge is apparent as a ghosted line about 10 pixels thick. You can see the ghost box whether there is a backgr

[OT] Check your internet speed.

2013-05-21 Thread Richmond
http://www.speedtest.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

Script Editor Find issues

2013-05-21 Thread Peter Haworth
Wondering if anyone has a workaround for a couple of annoyances in the Script Editor Find feature. First one involves what happens after clicking the "More" button, then searching across multiple tabs. The search itself works fine. However if I start replacing the occurrences of the search term w

Re: Multiple Images on Card

2013-05-21 Thread Geoff Canyon
On Tue, May 21, 2013 at 8:39 AM, Graham Pearson wrote: > when a user hovers over a section of the > picture, it would change colors and upon clicking a section of the > picture it would display a new card with detailed information of the > section of the image selected. > I think you don't need

Re: Graphic effects parms

2013-05-21 Thread Peter Haworth
Please add "range" to the list of undocumented graphic effects parms (for innerglow and outerglow) - appears to default to 255 Pete lcSQL Software On Tue, May 21, 2013 at 10:30 AM, Peter Haworth wrote: > There are a couple of graphic effects parms in the Inspector that a

Re: Graphic effects parms

2013-05-21 Thread Scott Rossi
The knockout option determines whether the shape of the target object is subtracted from the underlying dropshadow effect. In general, knockout is better disabled because a feint halo of card color can seep through the region where the dropshadow meets the object. You may want to enable knockout

Re: ziperr,illegal variable

2013-05-21 Thread Martin Baxter
Thank you! That does the trick. It seems that for some reason the name of the variable holding the data to be written needs to be quoted as if it were a string literal. The other var names do not. Now I can go back to plan A, Martin On 21/05/2013 18:22, Peter Haworth wrote: > On Tue, May 21, 2

Re: Multiple Images on Card

2013-05-21 Thread Graham Pearson
Thanks for that info as I will investigate. I think I have my slices of images aligned enough to make a run at this application. As I work through the script to take each of these images an change the color upon mouseOver, the ultimate goal is to have this application in a web page. In search the F

Graphic effects parms

2013-05-21 Thread Peter Haworth
There are a couple of graphic effects parms in the Inspector that aren't documented in the dictionary. The dropShadow effect has a "knockout" parm which is a checkbox in the IDE inspector. The innerGlow effect has a "source" parm which is an option menu in the IDE inspector but always seems to be

Re: ziperr,illegal variable

2013-05-21 Thread Peter Haworth
On Tue, May 21, 2013 at 4:56 AM, Martin Baxter < mblivec...@harbourhosting.co.uk> wrote: > revZipAddUncompressedItemWithData > Haven't used revZipAddUncompressedItemWithData but judging from other revZip commands, I think your variable tdataxxx needs to be in quotes. Not sure about tparamxxx.

Glassware?

2013-05-21 Thread Sumner, Walt
Do we expect Livecode to be able to make glassware at some point? Just another android-linux system? Stack=timeline, card=card? Walton Sumner ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Password protection?

2013-05-21 Thread Mark Schonewille
Hi Richmond, Open the standalone in a text editor and copy the scripts, particularlythe license checking routines. Then use those scripts to create your own key. I think that's enough difference. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: Multiple Images on Card

2013-05-21 Thread Thomas McGrath III
Graham, There are many tools or plugins that you can get for better alignment and positioning in LiveCode. There is Dar's Tiny Loupe and also Guides Picker 2.0 And outside of LiveCode xScope for the Mac is an awesome tool which also has support for layouts for Mobile. Tom -- Tom McGrath III

Re: Mobile Bandwith and Battery Optimization

2013-05-21 Thread Richmond
On 21/05/13 18:01, Pascal Lehner wrote: Hi everyone, I just stumbled accross this video and the free online O'Reilly book from Ilya Grigorik on "High Performance Browser Networking". Thought that might be interesting to all the app developers out there.. Grigorik also spoke during Google I/O 20

Password protection?

2013-05-21 Thread Richmond
So, I made a stack containing 1 button containing the script: on mouseUp put "Wotcha" end mouseUp then made Linux, Mac and Windows standalones using LC 4.5 with a password protecting the stack. then made Linux, Mac and Windows standalones using LC 6.0.1 OSS (with NO password protection).

Mobile Bandwith and Battery Optimization

2013-05-21 Thread Pascal Lehner
Hi everyone, I just stumbled accross this video and the free online O'Reilly book from Ilya Grigorik on "High Performance Browser Networking". Thought that might be interesting to all the app developers out there.. Grigorik also spoke during Google I/O 2013 - Mobile Performance from the Radio Up:

Re: Multiple Images on Card

2013-05-21 Thread Colin Holgate
There is no zooming of the card's contents like you can in Flash Pro. There are alignment tools you can use, and there is a grid, that you can set in preferences. Between those things you can get most things lined up nicely. LiveCode also doesn't have sub-pixel placement, which means that unlike

Multiple Images on Card

2013-05-21 Thread Graham Pearson
As part of my learning LiveCode and moving an application from Adobe Air I have come up with something that I have not been able to find in the IDE. Does anyone know if it is possible to Zoom a card so that lines can be matched up on different images. I have inserted as control 20 images that make

ziperr,illegal variable

2013-05-21 Thread Martin Baxter
When I run this in version 4.5.0: on mouseUp put "/var/www/htdocs/ug/testarchive.zip" into tobjpath revZipOpenArchive tobjpath, "write" put "1) " & the result & return after msg put "doodah" into tdataxxx put "mimetype" into tparamxxx revZipAddUncompressedItemWithData tobjpath

AW: order of array is different after split

2013-05-21 Thread Tiemo Hollmann TB
Hi Mark, "any comments" was indeed a bit open. But you have answered my question, that the keys in an array are indeed not sorted like the source list and thanks for the appropriate workaround. Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.

Re: order of array is different after split

2013-05-21 Thread Mark Schonewille
Hi Tiemo, Since you're just asking for comments, I'm not sure what kind of answer you're looking for but I'll try. To process an array in sorted order, you can put the keys into a variable: put the keys of myArray into myKeys sort the lines of myKeys ascending international repeat for each li

order of array is different after split

2013-05-21 Thread Tiemo Hollmann TB
Hi, when splitting a plain list into an array, the order of the array is different to the source list. E.g. if the list was sorted international, the array is sorted standard. Is this a standard behavior of split, or do I have any options on the array order. I know, as far as you access the array