Re: Bought the book but didn't hear from Economy-x-Talk?

2013-06-12 Thread Mark Schonewille

Hi,

In the first batch of shipments, there are still 3 people who never 
confirmed their postal mail address. If you bought the book but never 
heard from Economy-x-Talk, please contact me immediately.


Make sure to use a different e-mail server (different IP and domain), if 
you tried to contact me earlier. Avoid Gmail, AOL, Hotmail and Yahoo.


Also, anyone can still do this survey: 
http://livecodebeginner.economy-x-talk.com/survey/ You'd help me 
tremendously by answering these questions.


Kind regards,

Mark

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com


Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/

___
use-livecode mailing list
use-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: [ANN] LiveCode-bijeenkomst in Nederland

2013-06-12 Thread Mark Schonewille

Hi,

If you're Dutch, please register as soon as possible at 
http://qery.us/3i4. Anyone else is welcome too (Germans and Belgians?), 
if the travelling distance isn't too much for you. We might have one or 
two well-known people from the LC community attenting the event.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com


Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/

On 6/9/2013 02:58, Mark Schonewille wrote:

Beste LiveCode-gebruikers in Nederland,

Bijna een jaar geleden organiseerden we een bijeenkomst voor Nederlandse
LiveCode-gebruikers. Het is de hoogste tijd weer eens bijeen te komen.
Op de agenda staan: presentaties, hulp met LiveCode-kwesties, algemene
vragen, boekpresentatie en signeren, verloting van een Take Control of
your Mac e-book en TopXNotes software. Wellicht zal er ook een gast uit
het buitenland iets over zijn projecten komen vertellen; hierover later
meer. Drank en versnaperingen komen voor eigen rekening. Toegang gratis.

Als je bij deze bijeenkomst wilt zijn, dan kun je deze link
http://qery.us/3i4 gebruiken om een te geven welke dag en tijd jou het
beste uitkomt. Je kunt ook meerdere tijdstippen selecteren, als je geen
specifieke voorkeur hebt. In verband met deelname uit het buitenland,
zullen we proberen een zo laat mogelijke datum vast te stellen.

Als je belangstelling hebt voor het nieuwe boek Programming LiveCode
for the Real Beginner, laat dit dan weten. Bij voldoende belangstelling
zal een exemplaar van de 2e druk voor 26 euro i.p.v. 32 euro kunnen
worden aangeschaft (de korting bestaat uit de uitgespaarde verzendkosten).

Heb je vragen? Dan kun je die sturen aan ondergetekende sturen via
m.schonewi...@economy-x-talk.com. Als je nog iemand kent die wellicht
ook aan de bijeenkomst deel wil nemen, stuur hem of haar dan een
kopietje van deze e-mail.


Summary in English:

After almost an entire year, it is time for Dutch LiveCode users to have
another meeting. Subjects this time: presentations, questions, book
Programming LiveCode..., two raffles, and possibly a foreign guest.

If you want to participate, you can register at http://qery.us/3i4 and
indicate which date and time suits you best. If you want to buy
aforementioned book at a discount (postage), let me know.

Any questions? Send me a message. Feel free to send a copy of this
e-mail to your friends.



___
use-livecode mailing list
use-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: change orientation on just one card

2013-06-12 Thread Pierre Sahores
Works fine here (LC 5.5.5) in using the following code to open a substack in 
landscape mode and return to portrait mode as soon as the app closes it and 
goes back to the main stack :

1.- In the substack stack's script :

 on preopenStack
if the environment is not mobile 
then exit preopenStack
else if playerA is in the short name of this stack
then mobileSetAllowedOrientations portrait,landscape left,landscape right
 end preopenStack

2.- In the substack card's script :

 on preopencard
mobileUnlockOrientation
mobileSetAllowedOrientations portrait,landscape left,landscape right
 end preopencard
 
 on closeCard
mobileSetAllowedOrientations portrait
 end closeCard

3.- In the mainstack stack's script : nothing

4.- In the mainstack card's script : nothing

Both preopenStack and preopenCard are needed to get the 
mobileSetAllowedOrientations message being efficiently catched on both iOS and 
Android platforms.


Le 12 juin 2013 à 05:17, Scott Rossi a écrit :

 Seems to work here in LC 5.5.3 (what I have handy).
 
 Not sure if anything has changed in later versions.
 
 Regards,
 
 Scott Rossi
 Creative Director
 Tactile Media, UX/UI Design
 
 
 
 
 On 6/11/13 6:40 PM, Thomas McGrath III mcgra...@mac.com wrote:
 
 Has anyone been successful in having just one card in an app be
 restricted to just landscape. I have an app that is supported for all
 orientations but for one card I want to restrict the allowed orientations
 to just landscape.
 
 I tried this on the card I want to restrict but with no luck:
 on preopencard
if the environment is mobile then
 mobileSetAllowedOrientations landscape left,landscape right
end if
 end preopencard
 
 Is there a way to set the orientation when opening a card. I can't seem
 to discover any.
 
 Tom
 
 
 -- Tom McGrath III
 http://lazyriver.on-rev.com
 mcgra...@mac.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

--
Pierre Sahores
mobile : 06 03 95 77 70
www.sahores-conseil.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


Colours going all wrong in LC 6

2013-06-12 Thread Richmond

So I typed this into my Message Box:

set the hiliteColor of stack Home to 117,63,61
save stack Home

then Quit Livecode and Restarted it,

at which point selected items appeared in something that could perhaps 
be described as upset stomach brown


which is very odd indeed when 117,63,61 is a fairly groovy shade of green.

[Linux]

Richmond.

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


Changing the selection colour in LC 6

2013-06-12 Thread Richmond

I have just uploaded a stack to do that:

Forums/General./Feature Requests/Return Colour to the Application Browser

it can change the selection colour to green or blue, and back to Henry 
Ford black

if you so wish.

For some odd reason it does not affect the Dictionary.

Richmond.

___
use-livecode mailing list
use-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: change orientation on just one card

2013-06-12 Thread Thomas McGrath III
Apparently it seems that the mobileUnlockOrientation is needed to allow a card 
to auto rotate to the desired new set of orientations allowed (even though 
there was no mobileLockOrientation set before).


-- Tom McGrath III
http://lazyriver.on-rev.com
mcgra...@mac.com

On Jun 12, 2013, at 5:54 AM, Pierre Sahores s...@sahores-conseil.com wrote:

 Works fine here (LC 5.5.5) in using the following code to open a substack in 
 landscape mode and return to portrait mode as soon as the app closes it and 
 goes back to the main stack :
 
 1.- In the substack stack's script :
 
 on preopenStack
   if the environment is not mobile 
   then exit preopenStack
   else if playerA is in the short name of this stack
   then mobileSetAllowedOrientations portrait,landscape left,landscape right
 end preopenStack
 
 2.- In the substack card's script :
 
 on preopencard
   mobileUnlockOrientation
   mobileSetAllowedOrientations portrait,landscape left,landscape right
 end preopencard
 
 on closeCard
   mobileSetAllowedOrientations portrait
 end closeCard
 
 3.- In the mainstack stack's script : nothing
 
 4.- In the mainstack card's script : nothing
 
 Both preopenStack and preopenCard are needed to get the 
 mobileSetAllowedOrientations message being efficiently catched on both iOS 
 and Android platforms.
 
 
 Le 12 juin 2013 à 05:17, Scott Rossi a écrit :
 
 Seems to work here in LC 5.5.3 (what I have handy).
 
 Not sure if anything has changed in later versions.
 
 Regards,
 
 Scott Rossi
 Creative Director
 Tactile Media, UX/UI Design
 
 
 
 
 On 6/11/13 6:40 PM, Thomas McGrath III mcgra...@mac.com wrote:
 
 Has anyone been successful in having just one card in an app be
 restricted to just landscape. I have an app that is supported for all
 orientations but for one card I want to restrict the allowed orientations
 to just landscape.
 
 I tried this on the card I want to restrict but with no luck:
 on preopencard
   if the environment is mobile then
mobileSetAllowedOrientations landscape left,landscape right
   end if
 end preopencard
 
 Is there a way to set the orientation when opening a card. I can't seem
 to discover any.
 
 Tom
 
 
 -- Tom McGrath III
 http://lazyriver.on-rev.com
 mcgra...@mac.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
 
 --
 Pierre Sahores
 mobile : 06 03 95 77 70
 www.sahores-conseil.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: change orientation on just one card

2013-06-12 Thread John Dixon
No that is not the case... setting the setAllowedOrientations to a new 
configuration is sufficient... I have an example where viewing a map on a card 
in landscape... tapping the callout... the card rotates automatically to 
portrait when displaying the info on another card... all that has been done is 
to drop landscape from the allowed orientations...

 Subject: Re: change orientation on just one card
 From: mcgra...@mac.com
 Date: Wed, 12 Jun 2013 08:17:43 -0400
 To: use-livecode@lists.runrev.com
 
 Apparently it seems that the mobileUnlockOrientation is needed to allow a 
 card to auto rotate to the desired new set of orientations allowed (even 
 though there was no mobileLockOrientation set before).
 
 
 -- Tom McGrath III
 http://lazyriver.on-rev.com
 mcgra...@mac.com
 
 On Jun 12, 2013, at 5:54 AM, Pierre Sahores s...@sahores-conseil.com wrote:
 
  Works fine here (LC 5.5.5) in using the following code to open a substack 
  in landscape mode and return to portrait mode as soon as the app closes it 
  and goes back to the main stack :
  
  1.- In the substack stack's script :
  
  on preopenStack
if the environment is not mobile 
then exit preopenStack
else if playerA is in the short name of this stack
then mobileSetAllowedOrientations portrait,landscape left,landscape 
  right
  end preopenStack
  
  2.- In the substack card's script :
  
  on preopencard
mobileUnlockOrientation
mobileSetAllowedOrientations portrait,landscape left,landscape right
  end preopencard
  
  on closeCard
mobileSetAllowedOrientations portrait
  end closeCard
  
  3.- In the mainstack stack's script : nothing
  
  4.- In the mainstack card's script : nothing
  
  Both preopenStack and preopenCard are needed to get the 
  mobileSetAllowedOrientations message being efficiently catched on both iOS 
  and Android platforms.
  
  
  Le 12 juin 2013 à 05:17, Scott Rossi a écrit :
  
  Seems to work here in LC 5.5.3 (what I have handy).
  
  Not sure if anything has changed in later versions.
  
  Regards,
  
  Scott Rossi
  Creative Director
  Tactile Media, UX/UI Design
  
  
  
  
  On 6/11/13 6:40 PM, Thomas McGrath III mcgra...@mac.com wrote:
  
  Has anyone been successful in having just one card in an app be
  restricted to just landscape. I have an app that is supported for all
  orientations but for one card I want to restrict the allowed orientations
  to just landscape.
  
  I tried this on the card I want to restrict but with no luck:
  on preopencard
if the environment is mobile then
 mobileSetAllowedOrientations landscape left,landscape right
end if
  end preopencard
  
  Is there a way to set the orientation when opening a card. I can't seem
  to discover any.
  
  Tom
  
  
  -- Tom McGrath III
  http://lazyriver.on-rev.com
  mcgra...@mac.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
  
  --
  Pierre Sahores
  mobile : 06 03 95 77 70
  www.sahores-conseil.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


Re: Putting two groups onto the clipboard

2013-06-12 Thread charles61
Thanks Mike and Mark for your suggestions!

Sent from my iPad

On Jun 11, 2013, at 8:18 PM, Mike Bonner [via Runtime Revolution] 
ml-node+s278305n4666342...@n4.nabble.com wrote:

 Yeah, as mark said, you can do the snapshot thing.  If you want to just get 
 the text you'd have to loop through the fields in each group, grab the text 
 and assemble it however you need it in a variable, then put it into the 
 clipboarddata[text] or .. well something like that. 
 
 
 On Tue, Jun 11, 2013 at 6:12 PM, Mark Schonewille  
 [hidden email] wrote: 
 
  Hi Charles, 
  
  I wonder what you have tried to far and why it didn't work? 
  
  One solution is 
  
  on mouseUp 
 export snapshot from grp 1 to myPict as PNG 
 set the clipboarddata[image] to myPict 
  end mouseUp 
  
  but because this doesn't always give nice results, you might try 
  
  on mouseUp 
 export snapshot from rect (the rect of grp 1) of this cd \ 
   to myPict as PNG 
 set the clipboarddata[image] to myPict 
  end mouseUp 
  
  -- 
  Best regards, 
  
  Mark Schonewille 
  
  Economy-x-Talk Consulting and Software Engineering 
  Homepage: http://economy-x-talk.com
  Twitter: 
  http://twitter.com/**xtalkprogrammerhttp://twitter.com/xtalkprogrammer 
  KvK: 50277553 
  
  Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour 
  spaces. http://www.color-converter.com
  
  Buy my new book Programming LiveCode for the Real Beginner 
  http://qery.us/3fi
  
  Fill out this survey please 
  http://livecodebeginner.**economy-x-talk.com/survey/http://livecodebeginner.economy-x-talk.com/survey/
   
  
  On 6/11/2013 21:57, charles61 wrote: 
  
  I have some edit fields that have been grouped into two separate groups. 
  How 
  can I placed the two groups onto the clipboard in an app that so that they 
  can be pasted (from the app) to a word processing document? 
  
  
  
  __**_ 
  use-livecode mailing list 
  [hidden email] 
  Please visit this url to subscribe, unsubscribe and manage your 
  subscription preferences: 
  http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode
   
 
 ___ 
 use-livecode mailing list 
 [hidden email] 
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences: 
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 If you reply to this email, your message will be added to the discussion 
 below:
 http://runtime-revolution.278305.n4.nabble.com/Putting-two-groups-onto-the-clipboard-tp4666332p4666342.html
 To unsubscribe from Putting two groups onto the clipboard, click here.
 NAML




--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Putting-two-groups-onto-the-clipboard-tp4666332p4666363.html
Sent from the Revolution - User mailing list archive at Nabble.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


Re: Colours going all wrong in LC 6

2013-06-12 Thread Jacques Hausser
In RGB… 

R = red
G = green
B = blue

in this order. I suppose your fairly groovy shade of green should be 
63,117,61 (looks like a snooker table) 

Jacques

Le 12 juin 2013 à 13:39, Richmond richmondmathew...@gmail.com a écrit :

 So I typed this into my Message Box:
 
 set the hiliteColor of stack Home to 117,63,61
 save stack Home
 
 then Quit Livecode and Restarted it,
 
 at which point selected items appeared in something that could perhaps be 
 described as upset stomach brown
 
 which is very odd indeed when 117,63,61 is a fairly groovy shade of green.
 
 [Linux]
 
 Richmond.
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

**
Prof. Jacques Hausser
Department of Ecology and Evolution
Biophore / Sorge
University of Lausanne
CH 1015 Lausanne
please use my private address:
6 route de Burtigny
CH-1269 Bassins
tel:++ 41 22 366 19 40
mobile: ++ 41 79 757 05 24
E-Mail: jacques.haus...@unil.ch
***


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


admin test please ignore

2013-06-12 Thread Heather Laine
This is just a test related to the moving of the lists to another server. 
Please ignore it.

Regards,

Heather


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


admin test please ignore

2013-06-12 Thread Heather Laine
This is just a test related to the moving of the lists to another server. 
Please ignore it.

Regards,

Heather


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


admin test please ignore

2013-06-12 Thread dwilliams

admin test please ignore


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


LiveCode 6.1 dp 1 available

2013-06-12 Thread Heather Laine
Hi all,

I'm please to announce the release of LiveCode 6.1-dp-1. The installers and 
release notes can be found through the following link:

http://downloads.livecode.com/livecode/6_1_0/

You'll notice that we've moved to a single set of release notes, dropping the 
separate iOS, Android and Server notes. A lot of the information in those 
separate docs was better served being presented as a developers guide, with the 
main release notes being reserved for detailing changes in the current release 
cycle. The builds still contain the old iOS and Android release notes, but 
these will be removed in future releases.

The new guides can be found here:

http://livecode.com/developers/guides/mobile/
http://livecode.com/developers/guides/server/

A few new features and bug fixes have been included in this release. Notably, 
we've added support for chained behaviors and iOS remote control. As ever, see 
the release notes and the Quality Control Center for full details:

http://downloads.livecode.com/livecode/6_1_0/LiveCodeNotes-6_1_0_dp_1.pdf
http://quality.runrev.com/buglist.cgi?target_milestone=6.1.0-dp-1

As part of the 6.1 release we also plan to revamp the community activation 
process. This update will be added to future DPs.

Thanks,

The LiveCode Team.

Heather Laine
Customer Services Manager
http://www.runrev.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


Default hiliteColor at fault?

2013-06-12 Thread Richmond

Copied from elsewhere:

it looks like the the window manager returns black as the default 
hilite colour.
If the hilite colour were empty and LiveCode wouldn't make any 
adjustments to that,
you would be unable to see if any text is selected. I think this is a 
bug in the window manager,
not in LiveCode. To be sure, you'll have to report the bug and see what 
RunRev has to say about it.


Richmond.

___
use-livecode mailing list
use-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 Community - Script Limits

2013-06-12 Thread Geoff Canyon
I built standalones with both community and commercial. In my limited
experimentation, neither has scriptlimits.


On Tue, Jun 11, 2013 at 11:00 AM, Richard Gaskin ambassa...@fourthworld.com
 wrote:

 Kay C Lan wrote:

  To Richard Gaskin,

 I'm posting in this public domain as there are clearly far more new LC
 users visitng the List and so I felt it appropriate to hilight your
 excellent article on the Message Path:

 http://www.fourthworld.com/**embassy/articles/revolution_**
 message_path.htmlhttp://www.fourthworld.com/embassy/articles/revolution_message_path.html

 Considering Mark Weider's recent revelation that script limits are gone, I
 was wondering if you would be updating the article to reflect the current
 state of affairs.


 Thank you for the kind words.

 If we can get verification, either from RunRev or through testing, that
 the scriptLimits are indeed gone in all versions, I'll be happy to update
 the article to reflect that when I return toward the end of the month from
 a trip I'm about to take.

 --
  Richard Gaskin
  Fourth World
  LiveCode training and consulting: http://www.fourthworld.com
  Webzine for LiveCode developers: http://www.LiveCodeJournal.com
  Follow me on Twitter:  
 http://twitter.com/**FourthWorldSyshttp://twitter.com/FourthWorldSys


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

2013-06-12 Thread Richmond

On 06/12/2013 09:59 PM, Geoff Canyon wrote:

I built standalones with both community and commercial. In my limited
experimentation, neither has scriptlimits.





Pardon my naivety, but I have a standalone I market that has about 6,000 
lines in a vast number of objects;

I really don't know what the fuss is all about.

http://andregarzia.on-rev.com/richmond/dwriterpro.html

http://www.indiegogo.com/projects/devawriter#share

Richmond.

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


The Use-List on a new server

2013-06-12 Thread Richmond

Does anyone jalouse the URL fae the server as I'm aye forjeskit
that I cannae tak a glisk at the postings in contex ?

Richmond.

___
use-livecode mailing list
use-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 Community - Script Limits

2013-06-12 Thread Geoff Canyon
6,000 lines of scripts that you set in the development environment? That's
normal. 6,000 lines of scripts that you execute with do or that you set
as scripts within the standalone? That's unusual (in LC).


On Wed, Jun 12, 2013 at 2:05 PM, Richmond richmondmathew...@gmail.comwrote:

 On 06/12/2013 09:59 PM, Geoff Canyon wrote:

 I built standalones with both community and commercial. In my limited
 experimentation, neither has scriptlimits.




 Pardon my naivety, but I have a standalone I market that has about 6,000
 lines in a vast number of objects;
 I really don't know what the fuss is all about.

 http://andregarzia.on-rev.com/**richmond/dwriterpro.htmlhttp://andregarzia.on-rev.com/richmond/dwriterpro.html

 http://www.indiegogo.com/**projects/devawriter#sharehttp://www.indiegogo.com/projects/devawriter#share

 Richmond.
___
use-livecode mailing list
use-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 Community - Script Limits

2013-06-12 Thread Richmond

On 06/12/2013 10:34 PM, Geoff Canyon wrote:

6,000 lines of scripts that you set in the development environment? That's
normal. 6,000 lines of scripts that you execute with do or that you set
as scripts within the standalone? That's unusual (in LC).


I have 6,000 lines under an image that has an identity problem and 
thinks its a button (well, I have
buckets of the things), now I have all sorts of rawKeyDowns that send 
mouseDown and mouseUp

signals to those images.

Obviously (!?*) when I spin each version of my thing off from its stack 
as standalones those scripts get

rolled up inside the standalones.

Richmond.




On Wed, Jun 12, 2013 at 2:05 PM, Richmond richmondmathew...@gmail.comwrote:


On 06/12/2013 09:59 PM, Geoff Canyon wrote:


I built standalones with both community and commercial. In my limited
experimentation, neither has scriptlimits.





Pardon my naivety, but I have a standalone I market that has about 6,000
lines in a vast number of objects;
I really don't know what the fuss is all about.

http://andregarzia.on-rev.com/**richmond/dwriterpro.htmlhttp://andregarzia.on-rev.com/richmond/dwriterpro.html

http://www.indiegogo.com/**projects/devawriter#sharehttp://www.indiegogo.com/projects/devawriter#share

Richmond.

___
use-livecode mailing list
use-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


6.1

2013-06-12 Thread Peter Haworth
Just read the release notes for 6.1, some nice stuff in there - I really
like the new pageRange property.

However, I'm not so happy about the properties changes, at least until I
check them out and see exactly what the changes are.

It sounds like the properties doesn't return all the properties it used
to return, only those needed to recreate it.  That's great for those who
want to recreate an object by maybe not so great for folks who want to use
it for other purposes.

And it would be nice to get a bit more explanation of only returning the
unicode variants if, and only if, they are needed.

Pete
lcSQL Software http://www.lcsql.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


Re: LC Community - Script Limits

2013-06-12 Thread J. Landman Gay

On 6/12/13 2:52 PM, Richmond wrote:

On 06/12/2013 10:34 PM, Geoff Canyon wrote:

6,000 lines of scripts that you set in the development environment?
That's
normal. 6,000 lines of scripts that you execute with do or that you set
as scripts within the standalone? That's unusual (in LC).


I have 6,000 lines under an image that has an identity problem and
thinks its a button (well, I have
buckets of the things), now I have all sorts of rawKeyDowns that send
mouseDown and mouseUp
signals to those images.

Obviously (!?*) when I spin each version of my thing off from its stack
as standalones those scripts get
rolled up inside the standalones.


Script limits apply/applied only to scripts created on the fly within 
standalones. Scripts written in the IDE have never had limits. A 
standalone can now issue a do command with a script of more than 10 
lines. It couldn't before.


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


Re: LC Community - Script Limits

2013-06-12 Thread Richmond

On 06/12/2013 11:03 PM, J. Landman Gay wrote:

On 6/12/13 2:52 PM, Richmond wrote:

On 06/12/2013 10:34 PM, Geoff Canyon wrote:

6,000 lines of scripts that you set in the development environment?
That's
normal. 6,000 lines of scripts that you execute with do or that 
you set

as scripts within the standalone? That's unusual (in LC).


I have 6,000 lines under an image that has an identity problem and
thinks its a button (well, I have
buckets of the things), now I have all sorts of rawKeyDowns that send
mouseDown and mouseUp
signals to those images.

Obviously (!?*) when I spin each version of my thing off from its stack
as standalones those scripts get
rolled up inside the standalones.


Script limits apply/applied only to scripts created on the fly within 
standalones. Scripts written in the IDE have never had limits. A 
standalone can now issue a do command with a script of more than 10 
lines. It couldn't before.




Thanks for a super, clear and concise explanation.

Richmond.

___
use-livecode mailing list
use-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: The Use-List on a new server

2013-06-12 Thread Mark Wieder
Richmond richmondmathewson@... writes:

 Does anyone jalouse the URL fae the server as I'm aye forjeskit
 that I cannae tak a glisk at the postings in contex ?

context, eh? Had to look that up:
http://dictionary.reference.com/browse/contex
to weave together... nice one.

The old stand-by:
http://news.gmane.org/gmane.comp.ide.revolution.user

-- 
 Mark Wieder
 mwie...@ahsoftware.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: 6.1

2013-06-12 Thread J. Landman Gay

On 6/12/13 3:03 PM, Peter Haworth wrote:


It sounds like the properties doesn't return all the properties it used
to return, only those needed to recreate it.  That's great for those who
want to recreate an object by maybe not so great for folks who want to use
it for other purposes.


It's the other way around, the properties used to omit some of the new 
ones like graphic effects. They've been added in.


It never did list redundant ones though (an explanation is in the docs.) 
For example, width and height are omitted because they can be obtained 
from the rect.


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


Re: When is a color not a color

2013-06-12 Thread Mark Wieder
Peter Haworth pete@... writes:

 Thanks Mark.  I entered a bug report on this and it is being investigated.
  Meantime, I check for all the other is a possibilites first, then do my
 own check for a color.

I submitted a fix for this bug today.

-- 
 Mark Wieder
 mwie...@ahsoftware.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: 6.1

2013-06-12 Thread Monte Goulding

On 13/06/2013, at 6:03 AM, Peter Haworth p...@lcsql.com wrote:

 However, I'm not so happy about the properties changes, at least until I
 check them out and see exactly what the changes are.

Sorry to hear that.. you can read all the forum posts about the development of 
these changes if you like so you understand people's reasoning...
 
 It sounds like the properties doesn't return all the properties it used
 to return, only those needed to recreate it.  That's great for those who
 want to recreate an object by maybe not so great for folks who want to use
 it for other purposes.

If properties aren't set it no longer returns them
 
 And it would be nice to get a bit more explanation of only returning the
 unicode variants if, and only if, they are needed.


For example if you set the unicodeLabel to something which actually is unicode 
then it will return the unicodeLabel otherwise it will return the label.

--
Monte Goulding

M E R Goulding - software development services
mergExt - There's an external for that!





___
use-livecode mailing list
use-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: 6.1

2013-06-12 Thread Dar Scott

On Jun 12, 2013, at 3:01 PM, Monte Goulding wrote:

 For example if you set the unicodeLabel to something which actually is 
 unicode then it will return the unicodeLabel otherwise it will return the 
 label.

Huh?

Dar

___
use-livecode mailing list
use-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: 6.1

2013-06-12 Thread Monte Goulding

On 13/06/2013, at 7:58 AM, Dar Scott d...@swcp.com wrote:

 
 Huh?

These properties are actually stored as UTF8 so when the properties is called 
it works out if it's ascii or not and returns label if it is.

--
Monte Goulding

M E R Goulding - software development services
mergExt - There's an external for that!





___
use-livecode mailing list
use-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: 6.1

2013-06-12 Thread Monte Goulding

On 13/06/2013, at 7:58 AM, Dar Scott d...@swcp.com wrote:

 For example if you set the unicodeLabel to something which actually is 
 unicode then it will return the unicodeLabel otherwise it will return the 
 label.


I realise now I should have said 'could not be represented as ascii' rather 
than 'actually is unicode'...
--
Monte Goulding

M E R Goulding - software development services
mergExt - There's an external for that!





___
use-livecode mailing list
use-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: When is a color not a color

2013-06-12 Thread Peter Haworth
Great, thanks Mark.

Pete
lcSQL Software http://www.lcsql.com


On Wed, Jun 12, 2013 at 1:29 PM, Mark Wieder mwie...@ahsoftware.net wrote:

 Peter Haworth pete@... writes:

  Thanks Mark.  I entered a bug report on this and it is being
 investigated.
   Meantime, I check for all the other is a possibilites first, then do
 my
  own check for a color.

 I submitted a fix for this bug today.

 --
  Mark Wieder
  mwie...@ahsoftware.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: 6.1

2013-06-12 Thread Mark Wieder
Dar Scott dsc@... writes:

  For example if you set the unicodeLabel to something which actually is
unicode then it will return the
 unicodeLabel otherwise it will return the label.
 
 Huh?

Or rather, label will appear in the properties if the label can be
represented as ASCII, and you won't see unicodelabel in the list.
Otherwise label will not appear when you request the properties, and
unicodelabel will.

-- 
 Mark Wieder
 mwie...@ahsoftware.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: 6.1

2013-06-12 Thread Dar Scott
Yeah, sometimes you have to watch out for those of us who are tediously obtuse. 
 

I do get it now.  

On Jun 12, 2013, at 4:39 PM, Monte Goulding wrote:

 
 On 13/06/2013, at 7:58 AM, Dar Scott d...@swcp.com wrote:
 
 For example if you set the unicodeLabel to something which actually is 
 unicode then it will return the unicodeLabel otherwise it will return the 
 label.
 
 
 I realise now I should have said 'could not be represented as ascii' rather 
 than 'actually is unicode'...
 --
 Monte Goulding
 
 M E R Goulding - software development services
 mergExt - There's an external for that!
 
 
 
 
 
 ___
 use-livecode mailing list
 use-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: 6.1

2013-06-12 Thread Monte Goulding

On 13/06/2013, at 9:09 AM, Mark Wieder wrote:

 Or rather, label will appear in the properties if the label can be
 represented as ASCII, and you won't see unicodelabel in the list.
 Otherwise label will not appear when you request the properties, and
 unicodelabel will.


That is precisely what I should have said ;-)

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!

___
use-livecode mailing list
use-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: 6.1

2013-06-12 Thread Mark Wieder
Monte Goulding monte@... writes:

 That is precisely what I should have said 

You did.
I just translated from the Tasmanian. g

-- 
 Mark Wieder
 mwie...@ahsoftware.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: 6.1

2013-06-12 Thread Peter Haworth
OK, well the wording of the release notes implies that some properties that
were previously returned are no longer there, at least by my reading.  I
know some properties that were missing have been included in 6.1 and that's
great.

I did a quick test to compare the properties returned by 6.1 and 5.5 for a
stack, card, field and button.

The following properties have been added for those objects in 6.1:

STACK
fullscreen
editMenus
systemWindow
shadowOffset

CARD
shadowOffset

FIELD
None

BUTTON
None

I can't say for sure but I'm pretty sure there are still missing properties


The following properties are returned in 5.5 but NOT in 6.1

STACK
menubar
linkHiliteColor
patterns
colors
linkVisitedColor
title
linkColor
textStyle
underlineLinks
password
scroll
behavior
textSize
textFont

CARD
rect
patterns
defaultButton
colors
textStyle
behavior
textSize
textFont

FIELD
None

BUTTON
None

I'm hoping my test script is flawed because that seems like a mess if it's
true. Busy checking now.



Pete
lcSQL Software http://www.lcsql.com


On Wed, Jun 12, 2013 at 1:27 PM, J. Landman Gay jac...@hyperactivesw.comwrote:

 On 6/12/13 3:03 PM, Peter Haworth wrote:

  It sounds like the properties doesn't return all the properties it used
 to return, only those needed to recreate it.  That's great for those who
 want to recreate an object by maybe not so great for folks who want to use
 it for other purposes.


 It's the other way around, the properties used to omit some of the new
 ones like graphic effects. They've been added in.

 It never did list redundant ones though (an explanation is in the docs.)
 For example, width and height are omitted because they can be obtained from
 the rect.

 --
 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-livecodehttp://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: LiveCode 6.1 dp 1 available

2013-06-12 Thread Jim Lambert
Heather wrote:

 You'll notice that we've moved to a single set of release notes, dropping the 
 separate iOS, Android and Server notes.

Better!

 The new guides can be found here:

Nice!

Thanks,
Jim Lambert

___
use-livecode mailing list
use-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: 6.1

2013-06-12 Thread Monte Goulding
Where are these lists coming from?

colors and patterns are now individual properties... you also can't have both a 
foreColor and a forePattern etc so it returns the one you have if you have 
one...

Also as I said before if properties aren't set then it doesn't return them.

On 13/06/2013, at 9:54 AM, Peter Haworth wrote:

 OK, well the wording of the release notes implies that some properties that
 were previously returned are no longer there, at least by my reading.  I
 know some properties that were missing have been included in 6.1 and that's
 great.
 
 I did a quick test to compare the properties returned by 6.1 and 5.5 for a
 stack, card, field and button.
 
 The following properties have been added for those objects in 6.1:
 
 STACK
 fullscreen
 editMenus
 systemWindow
 shadowOffset
 
 CARD
 shadowOffset
 
 FIELD
 None
 
 BUTTON
 None
 
 I can't say for sure but I'm pretty sure there are still missing properties
 
 
 The following properties are returned in 5.5 but NOT in 6.1
 
 STACK
 menubar
 linkHiliteColor
 patterns
 colors
 linkVisitedColor
 title
 linkColor
 textStyle
 underlineLinks
 password
 scroll
 behavior
 textSize
 textFont
 
 CARD
 rect
 patterns
 defaultButton
 colors
 textStyle
 behavior
 textSize
 textFont
 
 FIELD
 None
 
 BUTTON
 None
 
 I'm hoping my test script is flawed because that seems like a mess if it's
 true. Busy checking now.
 
 
 
 Pete
 lcSQL Software http://www.lcsql.com
 
 
 On Wed, Jun 12, 2013 at 1:27 PM, J. Landman Gay 
 jac...@hyperactivesw.comwrote:
 
 On 6/12/13 3:03 PM, Peter Haworth wrote:
 
 It sounds like the properties doesn't return all the properties it used
 to return, only those needed to recreate it.  That's great for those who
 want to recreate an object by maybe not so great for folks who want to use
 it for other purposes.
 
 
 It's the other way around, the properties used to omit some of the new
 ones like graphic effects. They've been added in.
 
 It never did list redundant ones though (an explanation is in the docs.)
 For example, width and height are omitted because they can be obtained from
 the rect.
 
 --
 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-livecodehttp://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

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!

___
use-livecode mailing list
use-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: 6.1

2013-06-12 Thread Monte Goulding
Oh... and there were some read only properties being returned which it was 
documented not to do so they were removed.

On 13/06/2013, at 10:07 AM, Monte Goulding wrote:

 Also as I said before if properties aren't set then it doesn't return them.

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!

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


Truncate Text Based On Available Space?

2013-06-12 Thread Scott Rossi
Has anyone created a routine that will truncate text in a field to given
pixel width, and append ellipses?

I found one that limits text based on character count, but I'm looking to
limit based on available space.

Thanks  Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




___
use-livecode mailing list
use-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: Truncate Text Based On Available Space?

2013-06-12 Thread Terry Judd
Scott - have a look at the truncateText  routine (I think that's what it's 
called) within the datagrid.

Terry...

On 13/06/2013, at 11:14 AM, Scott Rossi wrote:

 Has anyone created a routine that will truncate text in a field to given
 pixel width, and append ellipses?
 
 I found one that limits text based on character count, but I'm looking to
 limit based on available space.
 
 Thanks  Regards,
 
 Scott Rossi
 Creative Director
 Tactile Media, UX/UI Design
 
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 

Dr Terry Judd
Senior Lecturer in Medical Education
Medical Eduction Unit
Faculty of Medicine, Dentistry  Health Sciences
The University of Melbourne





___
use-livecode mailing list
use-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: 6.1

2013-06-12 Thread Peter Haworth
I wrote a script which I ran in 6.1 that got the keys of the properties of
the objects I mentioned then stored them in custom properties.  Then I I
loaded the stack in 5.5, got the keys of the properties again and stored
them in a different set of custom properties.  Finally, compared the two
sets of cprops to get the differences.

While not returning properties that aren't set may satisfy your needs, it
certainly doesn't fill my requirements.  It's always been impossible to get
a full list of properties simply because some of them, and I don't mean
derived ones, were omitted from the list for reasons, I assume, of
oversight.  So now those, or at least some of them have been included, but
a whole bunch of others are not returned if they are not set.  Can you
perhaps see that plays havoc with any scripts that currently expect them to
be returned, set or not?

Not returning them simply because they are not set is a step backwards.  If
there is a need for that, then let's have another form of the properties
that indicates that, perhaps, the working properties or the effective
properties.

Off to the QCC to file a bug report.

Pete
lcSQL Software http://www.lcsql.com


On Wed, Jun 12, 2013 at 5:07 PM, Monte Goulding mo...@sweattechnologies.com
 wrote:

 Where are these lists coming from?

 colors and patterns are now individual properties... you also can't have
 both a foreColor and a forePattern etc so it returns the one you have if
 you have one...

 Also as I said before if properties aren't set then it doesn't return them.

 On 13/06/2013, at 9:54 AM, Peter Haworth wrote:

  OK, well the wording of the release notes implies that some properties
 that
  were previously returned are no longer there, at least by my reading.  I
  know some properties that were missing have been included in 6.1 and
 that's
  great.
 
  I did a quick test to compare the properties returned by 6.1 and 5.5 for
 a
  stack, card, field and button.
 
  The following properties have been added for those objects in 6.1:
 
  STACK
  fullscreen
  editMenus
  systemWindow
  shadowOffset
 
  CARD
  shadowOffset
 
  FIELD
  None
 
  BUTTON
  None
 
  I can't say for sure but I'm pretty sure there are still missing
 properties
 
 
  The following properties are returned in 5.5 but NOT in 6.1
 
  STACK
  menubar
  linkHiliteColor
  patterns
  colors
  linkVisitedColor
  title
  linkColor
  textStyle
  underlineLinks
  password
  scroll
  behavior
  textSize
  textFont
 
  CARD
  rect
  patterns
  defaultButton
  colors
  textStyle
  behavior
  textSize
  textFont
 
  FIELD
  None
 
  BUTTON
  None
 
  I'm hoping my test script is flawed because that seems like a mess if
 it's
  true. Busy checking now.
 
 
 
  Pete
  lcSQL Software http://www.lcsql.com
 
 
  On Wed, Jun 12, 2013 at 1:27 PM, J. Landman Gay 
 jac...@hyperactivesw.comwrote:
 
  On 6/12/13 3:03 PM, Peter Haworth wrote:
 
  It sounds like the properties doesn't return all the properties it
 used
  to return, only those needed to recreate it.  That's great for those
 who
  want to recreate an object by maybe not so great for folks who want to
 use
  it for other purposes.
 
 
  It's the other way around, the properties used to omit some of the new
  ones like graphic effects. They've been added in.
 
  It never did list redundant ones though (an explanation is in the docs.)
  For example, width and height are omitted because they can be obtained
 from
  the rect.
 
  --
  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
 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

 --
 M E R Goulding
 Software development services
 Bespoke application development for vertical markets

 mergExt - There's an external for that!

 ___
 use-livecode mailing list
 use-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: 6.1

2013-06-12 Thread Richard Gaskin

Peter Haworth wrote:

Not returning them simply because they are not set is a step backwards.  If
there is a need for that, then let's have another form of the properties
that indicates that, perhaps, the working properties or the effective
properties.


I like where you're going with that.  It may also be helpful to be able 
to get a list of just the names, without the values, for a given object, 
similar to the propertyNames but limited to those relevant to the 
specified object:


  get the propertyNames [of obj]

Whenever I'm teaching someone new to the language, one of the first 
questions that comes up is What properties are available for each object?


Extending the propertyNames function this way helps, allowing us to make 
learning tools easily as well as inspectors and more.


In conjunction with Peter's proposal above to also return prop values, 
we'd have a pretty complete set of stuff that way.


--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for Desktop, Mobile, and Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.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


Re: Truncate Text Based On Available Space?

2013-06-12 Thread dunbarx
Scott.


This is a Kluge and a half, but I filled a field with some text. In a button 
script:



on mouseUp
   ask What length to trunc?
   if it is not an integer then exit mouseup
   click at the left of fld 1 + it  ,  the top of fld 1 + 12
   put ... into char (word 2 of the selectedChunk)  to 1 of fld 1
end mouseUp


Is this anything like you wanted? Of course the subsequent text is lost, though 
it could be saved somewhere. And I only dealt with the first line, since I hard 
coded the vertical dimension (12) of the click location. But I can see it being 
extended anywhere in the field.


Craig Newman



-Original Message-
From: Scott Rossi sc...@tactilemedia.com
To: LiveCode Mail List use-livecode@lists.runrev.com
Sent: Wed, Jun 12, 2013 9:15 pm
Subject: Truncate Text Based On Available Space?


Has anyone created a routine that will truncate text in a field to given
pixel width, and append ellipses?

I found one that limits text based on character count, but I'm looking to
limit based on available space.

Thanks  Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




___
use-livecode mailing list
use-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: 6.1

2013-06-12 Thread Dar Scott

On Jun 12, 2013, at 7:32 PM, Richard Gaskin wrote:

 Whenever I'm teaching someone new to the language, one of the first questions 
 that comes up is What properties are available for each object?

Yes!

And since LIveCode is evolving, this is also nice for review by old hands.

Dar


___
use-livecode mailing list
use-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: 6.1

2013-06-12 Thread Monte Goulding

On 13/06/2013, at 11:21 AM, Peter Haworth wrote:

 While not returning properties that aren't set may satisfy your needs, it
 certainly doesn't fill my requirements.  It's always been impossible to get
 a full list of properties simply because some of them, and I don't mean
 derived ones, were omitted from the list for reasons, I assume, of
 oversight.  So now those, or at least some of them have been included, but
 a whole bunch of others are not returned if they are not set.  Can you
 perhaps see that plays havoc with any scripts that currently expect them to
 be returned, set or not?

I'm not sure I understand exactly what you are using the properties for? Is it 
just to get the keys?
 
 Not returning them simply because they are not set is a step backwards.  If
 there is a need for that, then let's have another form of the properties
 that indicates that, perhaps, the working properties or the effective
 properties.

The effective properties has been implemented but this means something 
different to what you are thinking... 
 
 Off to the QCC to file a bug report.

OK... might be good to discuss this on the engine forum... I

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!

___
use-livecode mailing list
use-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: 6.1

2013-06-12 Thread Monte Goulding

On 13/06/2013, at 11:32 AM, Richard Gaskin wrote:

  like where you're going with that.  It may also be helpful to be able to get 
 a list of just the names, without the values, for a given object, similar to 
 the propertyNames but limited to those relevant to the specified object:
 
  get the propertyNames [of obj]
 
 Whenever I'm teaching someone new to the language, one of the first questions 
 that comes up is What properties are available for each object?
 
 Extending the propertyNames function this way helps, allowing us to make 
 learning tools easily as well as inspectors and more.

That's a good idea but is a separate slightly related topic... perhaps raise it 
on the engine forum... would you want read only properties returned there.. 
what about synonyms... there's lots to be discussed along with finding someone 
prepared to implement it...
 
 In conjunction with Peter's proposal above to also return prop values, we'd 
 have a pretty complete set of stuff that way.

I've got no problem with there being unset values returned... I think it was 
runrevmark that wanted that... there is an issue with some properties like 
color/pattern that overwrite each other so you can't return both if you want 
things to work right...

Folks this has all been discussed out in the open on the engine forum... it's a 
dp 1... don't panic just post on the engine forum topic...

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!

___
use-livecode mailing list
use-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: LiveCode 6.1 dp 1 available

2013-06-12 Thread J. Landman Gay

On 6/12/13 1:50 PM, Heather Laine wrote:


You'll notice that we've moved to a single set of release notes,
dropping the separate iOS, Android and Server notes. A lot of the
information in those separate docs was better served being presented
as a developers guide, with the main release notes being reserved for
detailing changes in the current release cycle. The builds still
contain the old iOS and Android release notes, but these will be
removed in future releases.


I had to extract and save the 6.0.2 release notes, because until the 
dictionary is updated I couldn't find a way to look up the new terms 
introduced in 6.0.2.


At least, there's no split/combine as set in the dictionary yet, which 
is what I was looking for. Maybe that was just an oversight.


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


Re: Truncate Text Based On Available Space?

2013-06-12 Thread Scott Rossi
Yeah, a little kludgy but workable maybe with some labor (was hoping to
avoid labor though).

Thanks  Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 6/12/13 6:44 PM, dunb...@aol.com dunb...@aol.com wrote:

Scott.


This is a Kluge and a half, but I filled a field with some text. In a
button script:



on mouseUp
   ask What length to trunc?
   if it is not an integer then exit mouseup
   click at the left of fld 1 + it  ,  the top of fld 1 + 12
   put ... into char (word 2 of the selectedChunk)  to 1 of fld 1
end mouseUp


Is this anything like you wanted? Of course the subsequent text is lost,
though it could be saved somewhere. And I only dealt with the first line,
since I hard coded the vertical dimension (12) of the click location. But
I can see it being extended anywhere in the field.


Craig Newman



-Original Message-
From: Scott Rossi sc...@tactilemedia.com
To: LiveCode Mail List use-livecode@lists.runrev.com
Sent: Wed, Jun 12, 2013 9:15 pm
Subject: Truncate Text Based On Available Space?


Has anyone created a routine that will truncate text in a field to given
pixel width, and append ellipses?

I found one that limits text based on character count, but I'm looking to
limit based on available space.

Thanks  Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




___
use-livecode mailing list
use-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: Truncate Text Based On Available Space?

2013-06-12 Thread J. Landman Gay

On 6/12/13 8:14 PM, Scott Rossi wrote:

Has anyone created a routine that will truncate text in a field to given
pixel width, and append ellipses?

I found one that limits text based on character count, but I'm looking to
limit based on available space.


I did this ages ago, like back in MC. I used a real field, but now that 
I know better I'd use the templatefield instead. It's ugly, but since 
you can only measure text width from a field, you have to loop. The 
pseudocode is something like:


store the original text somewhere for reference later
put it into a field
repeat until the formattedwidth of the text is = the column:
  delete last char of the field
  put ... into last char of the field
end repeat

Even with a real field it was still pretty fast. Probably would be 
faster with the templatefield. The ... isn't three periods, it needs 
to be the real elipsis character so that the last character includes 
all three visual dots.


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


Re: Truncate Text Based On Available Space?

2013-06-12 Thread Monte Goulding

On 13/06/2013, at 12:47 PM, J. Landman Gay wrote:

 I did this ages ago, like back in MC. I used a real field, but now that I 
 know better I'd use the templatefield instead. It's ugly, but since you can 
 only measure text width from a field, you have to loop. The pseudocode is 
 something like:
 
 store the original text somewhere for reference later
 put it into a field
 repeat until the formattedwidth of the text is = the column:
  delete last char of the field
  put ... into last char of the field
 end repeat
 
 Even with a real field it was still pretty fast. Probably would be faster 
 with the templatefield. The ... isn't three periods, it needs to be the 
 real elipsis character so that the last character includes all three visual 
 dots.

Cool... wouldn't it be nice if there was a field property to get it to do that 
automatically

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!

___
use-livecode mailing list
use-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: Truncate Text Based On Available Space?

2013-06-12 Thread J. Landman Gay

On 6/12/13 9:57 PM, Monte Goulding wrote:


On 13/06/2013, at 12:47 PM, J. Landman Gay wrote:


I did this ages ago, like back in MC. I used a real field, but now that I know 
better I'd use the templatefield instead. It's ugly, but since you can only 
measure text width from a field, you have to loop. The pseudocode is something 
like:

store the original text somewhere for reference later
put it into a field
repeat until the formattedwidth of the text is = the column:
  delete last char of the field
  put ... into last char of the field
end repeat

Even with a real field it was still pretty fast. Probably would be faster with the templatefield. 
The ... isn't three periods, it needs to be the real elipsis character so that the 
last character includes all three visual dots.


Cool... wouldn't it be nice if there was a field property to get it to do that 
automatically


You bet. And while you're at it, make it so we can optionally insert the 
elipsis into the middle of the string too, like Apple does it. :)


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


Re: Truncate Text Based On Available Space?

2013-06-12 Thread Monte Goulding

On 13/06/2013, at 1:01 PM, J. Landman Gay wrote:

 You bet. And while you're at it, make it so we can optionally insert the 
 elipsis into the middle of the string too, like Apple does it. :)

Lol... I didn't say I was going to do it ;-) ... I'm avoiding even looking at 
the field object code

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!

___
use-livecode mailing list
use-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: Truncate Text Based On Available Space?

2013-06-12 Thread J. Landman Gay

On 6/12/13 10:16 PM, Monte Goulding wrote:


I'm avoiding even looking at the field object code


Dr Raney called the field object The Beast. Time to put on your lion 
tamer hat.


I watched runrevMark s...c...r...o...l...l through the button code once. 
I hear the field object is even worse.


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


Re: Truncate Text Based On Available Space?

2013-06-12 Thread Monte Goulding

On 13/06/2013, at 1:23 PM, J. Landman Gay wrote:

 Dr Raney called the field object The Beast. Time to put on your lion tamer 
 hat.


I had  a quick look... and decided to stop looking... ;-)

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!

___
use-livecode mailing list
use-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: Android and iOS embedded fonts used in native browser control.

2013-06-12 Thread Ralph DiMola
Paul,

Did you submit this as a bug or to support? If not I will do it using your
test stack, if that is OK with you?

Thanks

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 Paul Maguire
Sent: Tuesday, June 11, 2013 6:12 AM
To: How to use LiveCode
Subject: Re: Android and iOS embedded fonts used in native browser control.

Hi Ralf.

On 11 Jun 2013, at 05:33, Ralph DiMola wrote:
 Hmmm... Played with your stack for a while today. Me thinks my QC guy 
 lied to me. I can't seem to get any fonts except for the standard web 
 fonts to work. Works in iOS but not Android. I will look at this again 
 tomorrow.Film at 11


Thanks for looking at this. Thought I was losing my mind. Isn't this a very
very common task ie. showing custom fonts in a web scroller in iOS and
Android? Seems like it should be!

FYI I tried some CSS stuff like adding this to the style sheet:

@font-face {
  font-family: GROBOLD;
  src: url('Fonts/GROBOLD.ttf');
}

Nada.

Kind regards,   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


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