Re: Editable page

2011-04-03 Thread Maarten Koopmans
I want users to be able to put a limited set of controls, like images, shapes, text, backdrop on a page. I have noticed that the size events, the choose [...] tool, drag me in mouseUp, go a long way. Things like resizing, setting the fonts etc. also look feasible. So a simple toolbar, te choose

The LC way for code libraries?

2011-04-03 Thread Maarten Koopmans
Hi, Simple question for people here, but something you wonder when you come from a non-LC code environment. What's a good way to create and store a non-UI code library in a LC project (a.k.a. business logic)? Say I'd want to implement a WebDAV client, which is a back-and-forth kind of flow. Or

DELETE, PUT http

2011-04-03 Thread Maarten Koopmans
Hi, I there a way to have LIvecode do PUT and DELETE via http/https, hopefully witj digest authentication? So you can use the UI tools to integrate with REST services? I see great chanches here :-) Suddenly firing a lot of questions, because after years of using LC/runrev for small things I want

Scripter's Scrapbook query [Win7/4.6]

2011-04-03 Thread FlexibleLearning
If you are using the Scripter's Scrapbook as a plugin with LiveCode v4.6 and Windows 7, would you please contact me off-list at admin(at)FlexibleLearning.com Thank you. Hugh Senior FLCo ___ use-livecode mailing list use-livecode@lists.runrev.com

RE: The LC way for code libraries?

2011-04-03 Thread John Dixon
From: maarten.koopm...@gmail.com Simple question for people here, but something you wonder when you come from a non-LC code environment. What's a good way to create and store a non-UI code library in a LC project (a.k.a. business logic)? Say I'd want to implement a WebDAV client,

Re: The LC way for code libraries?

2011-04-03 Thread Maarten Koopmans
Thanks Missed that in plowing through all the dics/dictionary/getting my head around LC --Maarten On Sunday, April 3, 2011, John Dixon dixo...@hotmail.co.uk wrote: From: maarten.koopm...@gmail.com Simple question for people here, but something you wonder when you come from a non-LC

Re: The LC way for code libraries?

2011-04-03 Thread Richard Gaskin
Maarten Koopmans wrote: What's a good way to create and store a non-UI code library in a LC project (a.k.a. business logic)? Say I'd want to implement a WebDAV client, which is a back-and-forth kind of flow. Or anu other protocol will do as a mental model Where would you store all the

Re: DELETE, PUT http

2011-04-03 Thread Richard Gaskin
Maarten Koopmans wrote: I there a way to have LIvecode do PUT and DELETE via http/https, hopefully witj digest authentication? So you can use the UI tools to integrate with REST services? I see great chanches here :-) PUT is well supported in addition to GET - check out the entry for PUT in

Re: Just noticed

2011-04-03 Thread Mike Bonner
Nevermind. Using ctrl-v sets it dirty, shift-insert doesn't. I'll just remember to use ctrl-v instead. On Thu, Mar 31, 2011 at 2:47 PM, Mike Bonner bonnm...@gmail.com wrote: When i paste code into the script editor it doesn't set the dirty bit. Has it always been this way and I've just never

Re: DELETE, PUT http

2011-04-03 Thread Mark Schonewille
Hoi Maarten, POST and GET are supported. PUT and DELETE are not. Use LC's put url command to send data using the GET method. Use the post url command to send data using the POST method. POST example: put x=1y=2 into myData post myData to url http://domain.com/bla.php; GET example: put

Re: The LC way for code libraries?

2011-04-03 Thread Maarten Koopmans
Thanks, that was very insightful. On Sunday, April 3, 2011, Richard Gaskin ambassa...@fourthworld.com wrote: Maarten Koopmans wrote: What's a good way to create and store a non-UI code library in a LC project (a.k.a. business logic)? Say I'd want to implement a WebDAV client, which is a

Re: DELETE, PUT http

2011-04-03 Thread Maarten Koopmans
Hoi Mark, I'll have to add that myself then --Maarten On Sunday, April 3, 2011, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Hoi Maarten, POST and GET are supported. PUT and DELETE are not. Use LC's put url command to send data using the GET method. Use the post url command

Re: The LC way for code libraries?

2011-04-03 Thread Pete
Richard, Thanks for reminding me of your article, lot of useful info in it. I'm currently inserting the script of a button as a front script. The script contains handlers for some standard messages (eg mouseUp, menuPick) that I need to grab before they on through the normal message path, but it

OT: Colour Palette app accepted to Mac App Store

2011-04-03 Thread RevList
I am pleased to say that my small utility, Colour Palette has been accepted and is now available on the Apple Mac App Store. Created with LiveCode. Thanks for all the good tips here on how to get the app accepted on the App Store. Colour Palette makes it easy for web designers and graphic

The Perfect Plug-In

2011-04-03 Thread Cal Horner
Does anyone have the perfect Definition of a plug-in? What are all of a plug-ins attributes and property settings? And after building a plug-in how do you test it? Cal ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Swapping one control type for another in a group

2011-04-03 Thread Gerry
I've go an iOS scrolling control working really well, except I now need to replace the text field it uses to display the text that scrolls with a datagrid. The text field is part of a group, so how do I swap it out for the datagrid, without changing anything else? -- photos: