Re: New App Developed in LiveCode

2011-08-20 Thread Peter M. Brigham, MD
On Aug 19, 2011, at 1:54 PM, Bob Sneidar wrote: > Trevor, that worked a peach! I owe you a lunch next conference I see you at. > (I've only been to one so don't hold your breath!) ;-) > > Bob > > > On Aug 19, 2011, at 10:00 AM, Trevor DeVore wrote: > >> On Fri, Aug 19, 2011 at 12:27 PM, Bob S

what is the secret to viewing revlets?

2011-08-20 Thread Colin Holgate
I have the plugin installed from here: http://revweb.runrev.com/ but if I try any content, nothing shows up, only the "test page for..." message at the top. This is with Safari, in either 32 or 64 bit, Mac OS 10.6.8. Even the runrev tutorial example shows a big white space where the revlet shou

Re: LiveCode.tv event needs you

2011-08-20 Thread Björnke von Gierke
Just wanted to join in with some general comments: PLEASE PLEASE PLEASE send me mail directly. I sometimes do not look at the use list for _weeks_ and might miss your comment when I speed trough the backlog. The use list is simply too noisy to do organisational stuff via this venue. Generally a

A Test

2011-08-20 Thread Joe Lewis Wilkins
Please ignore. Joe Lewis Wilkins ___ 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

[ANN] Data Grid Helper 1.4.0 formats and gives colours to your numbers

2011-08-20 Thread zryip theSlug
Dear LiveCode & DGH Users, A new update for DGH is available. In this version, DGH introduces the capability to apply numbers formatting to a column. A new "Format" topic has been added in the column builder's properties. This topic regroups 3 DGH's special properties for the datagrid object: -

Re: what is the secret to viewing revlets?

2011-08-20 Thread Admin
If trying in Chrome, forget it. It does not work. IN IE, you need to edit the html code a bit to make it work (take out the 1st div - I posted the code change on the forum a while ago) To say the revlet player is broken is truly an understatement. Runrev told me a beta would be available at

Confused about storing arrays in a custom property

2011-08-20 Thread Pete
I read in the LC manual that it isn;t possible to store an array in a single custom property, yet I have done that and it seems to work fine. The Inspector doesn't show the value, just a greyed out message about it being an array. Before I go any further down that path, is this a safe thing to do

Re: Confused about storing arrays in a custom property

2011-08-20 Thread Mark Schonewille
Hi Pete, This part of the documentation is probably from the time before multidimensional arrays. When multidimensional arrays were introduced, we also got a way to store them as custom properties. Don't worry. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share t

Re: [ANN] Data Grid Helper 1.4.0 formats and gives colours to your numbers

2011-08-20 Thread Pete
Thanks for fixing the scrollbar problem. One question though. The dgProps["effective scrollbar width"] returns 15 not 20 when the scrollbar width property is set to "auto". This is on OSX 10.6.8 and LC 4.6.2. Is the auto width of 20 instead of 15 a change too? Thanks, Pete Molly's Revenge

Re: How do I wait for a VBScript to finish?

2011-08-20 Thread Bill Vlahos
Ken, Sorry I took so long to reply. I had a medical problem that is fine now. I'm using the sendText VBScript. Here is the script to send an item. put "Set WshShell = CreateObject(" & quote & "WScript.Shell" & quote & ")" & return & \ "WshShell.SendKeys" && quote & field "Te

Re: [ANN] Data Grid Helper 1.4.0 formats and gives colours to your numbers

2011-08-20 Thread zryip theSlug
On Sat, Aug 20, 2011 at 10:02 PM, Pete wrote: > Thanks for fixing the scrollbar problem.  One question though.  The > dgProps["effective scrollbar width"] returns 15 not 20 when the scrollbar > width property is set to "auto".  This is on OSX 10.6.8 and LC 4.6.2.  Is > the auto width of 20 instead

Re: Datagrid: How to change the width of the scrollbar

2011-08-20 Thread zryip theSlug
On Fri, Aug 19, 2011 at 10:36 PM, zryip theSlug wrote: > On Fri, Aug 19, 2011 at 12:49 AM, Matthias Rebbe > wrote: >> Hi, >> >> i thought i could adjust the scrollbar width of a datagrid (table) with for >> example >> >> set the dgProp[ "scrollbar width" ] of group "Datagrid 1" to 10 >> >> But r

Re: [ANN] Data Grid Helper 1.4.0 formats and gives colours to your numbers

2011-08-20 Thread Pete
Thanks for checking. Not big deal but I use the effective width in a couple of places so jut making sure I wasn't misunderstanding something Pete Molly's Revenge On Sat, Aug 20, 2011 at 1:19 PM, zryip theSlug wrote: > On Sat, Aug 20, 2011 at 10:02 PM, Pete wro

Re: Confused about storing arrays in a custom property

2011-08-20 Thread Pete
Great, thanks. Next issue is using combine and split with multidimensional arrays. It seems like they only work for a single dimension array. I guess to use them with multidimensional arrays, you have to apply them to each level of array key? Maybe a recursive function of some sort? Pete Molly'

Re: Confused about storing arrays in a custom property

2011-08-20 Thread Richard Gaskin
Pete wrote: Next issue is using combine and split with multidimensional arrays. It seems like they only work for a single dimension array. I guess to use them with multidimensional arrays, you have to apply them to each level of array key? Maybe a recursive function of some sort? Split and c

Re: New App Developed in LiveCode

2011-08-20 Thread Trevor DeVore
On Fri, Aug 19, 2011 at 9:48 PM, Mike Felker wrote: > When will the PC version be available. This looks wonderful. > No date set yet. We start work after the Mac version is released and it will depend on how long it takes me to implement a couple of features that are platform specific. -- Trev