Re: Mac OS X missing controls in the LiveCode IDE

2011-07-19 Thread Shao Sean
The document talks about "window-frame" controls, which include various controls that you can place in the "toolbar" which, to the user, appears to be part of the window title bar. Is there a way to do that in LC? Nothing in Rev to allow you to do it natively and I have found some code th

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-19 Thread Pete
Ken, Thanks for that link - very interesting. A lot of the details in there are, as you say, to do with controls that we don't have available to us natively in Livecode but there's a couple of other issues. The document talks about "window-frame" controls, which include various controls that you

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-19 Thread René Micout
Thank you Ken... I knew my list was not exhaustive, I would have to update, I expect the (imminent) Lion release to make the point ... Also, I do not lose sight of the need to update my tools to be compatible withDropTools ... Bon souvenir de Paris René Le 19 juil. 2011 à 15:50, Ken Ray a écrit

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-12 Thread Bob Sneidar
I wonder if the CSN guys ever look up Richie Furay. I hear Stephen has kept in touch. Richie is pastoring a Calvary Chapel in Colorado, Broomfield I think. I've seen Richie at a couple of Pastor's conferences out here in Costa Mesa CA, but I never tried to meet him. I bet everyone who knows who

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-12 Thread René Micout
Le 13 juil. 2011 à 00:13, Peter Brigham MD a écrit : > At the risk of embarrassing Stephen, here is a link to his older life in > music: > > http://www.allmusic.com/artist/stephen-barncard-p54338/credits for me > Http/1.1 Service Unavailable :-( _

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-12 Thread Peter Brigham MD
At the risk of embarrassing Stephen, here is a link to his older life in music: http://www.allmusic.com/artist/stephen-barncard-p54338/credits -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Jul 12, 2011, at 1:07 PM, stephen barncard wrote: > it's true. I'm almos

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-12 Thread Bob Sneidar
One of the very many things I have forgotten from those hazy days. Bob On Jul 12, 2011, at 10:07 AM, stephen barncard wrote: > it's true. I'm almost famous! But Grace only sang in a choir with others. > Jerry Garcia was the biggest influence on the record. > > sqb __

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-12 Thread stephen barncard
it's true. I'm almost famous! But Grace only sang in a choir with others. Jerry Garcia was the biggest influence on the record. sqb On 12 July 2011 02:59, René Micout wrote: > > Le 11 juil. 2011 à 20:11, stephen barncard a écrit : > > > Custom controls are *cool*. One can make any UI gadget wor

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-12 Thread René Micout
Le 12 juil. 2011 à 01:05, Shao Sean a écrit : >> >> 24. Puff of smoke animation >> > done >> Good ! But where ? > external Thank you Shao Sean... Where can find it ? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to s

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-12 Thread René Micout
Le 11 juil. 2011 à 20:11, stephen barncard a écrit : > Custom controls are *cool*. One can make any UI gadget work just the way one > wants and clone hundreds of them and run them from a single behavior script. > And make a Droptool™ to share with others. I work on it... [OT] > I see your youn

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread Chipp Walters
Shao, I believe the altButton control is better now than ButtonGadget as it can do much of what BG can do, and all of it's properties are accessible by script. Also, the gradient property for the button is also settable by script for altButton. I'm EOL'ing ButtonGadget in favor of altButton. I'll

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread Shao Sean
If it is not covered under NDA feel free to let us know about it.. Some of us have been waiting since 4.0 for the new SDK.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your sub

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread Mark Wieder
stephen- Monday, July 11, 2011, 11:11:21 AM, you wrote: > crap...I hope I didn't blow my NDA... I thought it was a feature > announced/added for 4.6.2 gm1 Not to worry... this was announced and demonstrated at the conference. -- -Mark Wieder mwie...@ahsoftware.net _

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread Shao Sean
>> 24. Puff of smoke animation > done Good ! But where ? external >> 26. Toolbar and his items (separator toolbar, print toolbar item, show > less fun but it is doable.. I had actually found some code that would have made this so easy to "fake", but the non-standardness of Rev causes it t

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread René Micout
Le 11 juil. 2011 à 23:48, Shao Sean a écrit : >> Perhaps with the new externals interface we can get access to these directly > you can with the old SDK.. the SDK that uses Obj-C seems to be pretty flakey > and I have not been able to do anything with it other than build their > example.. Mind

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread Shao Sean
Perhaps with the new externals interface we can get access to these directly you can with the old SDK.. the SDK that uses Obj-C seems to be pretty flakey and I have not been able to do anything with it other than build their example.. Mind you, you can use Obj-C in the old SDK so not real l

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread stephen barncard
crap...I hope I didn't blow my NDA... I thought it was a feature announced/added for 4.6.2 gm1 but yes... that would change things. That would be incentive for me or anyone else to cram and to learn enough Obj-C to put these suggested xcmds to work. xcmds would be a solution to keep up with th

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread René Micout
Le 11 juil. 2011 à 18:46, stephen barncard a écrit : > Perhaps with the new externals interface we can get access to these directly > from the OS. Thank you Stephen... I am not informed about "new externals interface"... What is it? and where can I find information about that? > I"d like to us

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread stephen barncard
Perhaps with the new externals interface we can get access to these directly from the OS. I"d like to use the system font and size menu panel like the one that's used almost everywhere like TextEdit and TexEdit. On 11 July 2011 07:31, René Micout wrote: > I made an inventory of missing Mac OS X

Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread René Micout
I made an inventory of missing Mac OS X controls, see list below : 1. Round button 2. • Textured button > http://blog.chipp.com/new-altbutton-control-for-livecode/ (?) 3. ◊ Recessed button > I have a project on it 4. ◊ Disclosure button > I have a project on it 5. • Gradient button > http://www.bu