Re: New project

2005-08-12 Thread xbury . cs
Ben,

If you wait a week i might have all that wrapped up...
For Rev and MC...

cheers
-=-
Xavier Bury


[EMAIL PROTECTED] wrote on 12/08/2005 07:02:17:

 On 8/11/05 11:54 PM, Ben Fisher [EMAIL PROTECTED] wrote:
 
  Hi Revolution community,
   I was wondering if there would be any interest for a new utility I'm
  writing in Revolution.
  It would include a variable watcher (that can view arrays), property
  watcher, much-improved message box, perform operations on 
files/folders,
  script editor, command-line prompt, and maybe more. One could also 
define
  macros to perform repetitive tasks.
   If you have any other ideas that would be helpful for Rev 
programmers,
  please tell me and if it's not too hard I'll try to do it. This 
project will
  probably done in about a month.
   I really like Rev's way to set up a ui, but sometimes the scripts get 
a
  little wordy. Like after working in c++ it's hard to look at put 3 
into x
  and take it seriously. I'm thinking about writing something in the 
script
  editor that could interpret things like x=3 and then expand them. 
Also it
  would be nice to do things like myButton.customProp = 4.
 
 Sounds great to me Ben... go for it!
 
 
 Ken Ray
 Sons of Thunder Software
 Web site: http://www.sonsothunder.com/
 Email: [EMAIL PROTECTED]
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution



-
Visit us at http://www.clearstream.com
  
IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

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


Re: New project

2005-08-12 Thread Jon

I, for one, would really appreciate that change.

Coming from Pascal, I would, of course, prefer fred := 4 sick grin

:)

Jon



Dan Shafer wrote:

That syntax is in Transcript's future, according to Rev CTO Mark  
Waddingham. Full prototype-based OO with dot syntax a la JavaScript.  
No ETA.



On Aug 11, 2005, at 9:54 PM, Ben Fisher wrote:


Also it
would be nice to do things like myButton.customProp = 4.





~~
Dan Shafer, Revolution Consultant and Author
http://www.shafermedia.com
Get my book, Revolution: Software at the Speed of Thought
From http://www.revolutionpros.com, Click My Stuff



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

http://lists.runrev.com/mailman/listinfo/use-revolution



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


Re: New project

2005-08-12 Thread Mark Waddingham
Just a factual correction: I neither said there would be a prototype-
based object model, nor did I say there would be dot syntax.

What I did say was that: 'the current idea of objects in Revolution is
more akin to prototypes than classes' and 'dot-notation was
exceptionally good at naming things (in a namespace)'.

From these two things I then continued to suggest that:
  1) it would make most sense for Revolution to go down the prototype-
based path (rather than the class-based path)
  2) it would not be a bad idea to start using dot-notation to help
organise resources in projects

Warmest Regards,

Mark.

--
 Mark Waddingham ~ [EMAIL PROTECTED] ~ http://www.runrev.com
   Runtime Revolution ~ User-Centric Development Tools

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


Re: New project

2005-08-12 Thread Dan Shafer

Mark...

Thanks for the correction. I was oversimplifying in the interest of  
brevity. Your response is welcome.


dan

On Aug 12, 2005, at 6:14 AM, Mark Waddingham wrote:


Just a factual correction: I neither said there would be a prototype-
based object model, nor did I say there would be dot syntax.

What I did say was that: 'the current idea of objects in Revolution is
more akin to prototypes than classes' and 'dot-notation was
exceptionally good at naming things (in a namespace)'.



From these two things I then continued to suggest that:


  1) it would make most sense for Revolution to go down the prototype-
based path (rather than the class-based path)
  2) it would not be a bad idea to start using dot-notation to help
organise resources in projects

Warmest Regards,

Mark.

--
 Mark Waddingham ~ [EMAIL PROTECTED] ~ http://www.runrev.com
   Runtime Revolution ~ User-Centric Development Tools

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

http://lists.runrev.com/mailman/listinfo/use-revolution



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


New project

2005-08-11 Thread Ben Fisher
Hi Revolution community,
 I was wondering if there would be any interest for a new utility I'm 
writing in Revolution.
It would include a variable watcher (that can view arrays), property 
watcher, much-improved message box, perform operations on files/folders, 
script editor, command-line prompt, and maybe more. One could also define 
macros to perform repetitive tasks.
 If you have any other ideas that would be helpful for Rev programmers, 
please tell me and if it's not too hard I'll try to do it. This project will 
probably done in about a month.
 I really like Rev's way to set up a ui, but sometimes the scripts get a 
little wordy. Like after working in c++ it's hard to look at put 3 into x 
and take it seriously. I'm thinking about writing something in the script 
editor that could interpret things like x=3 and then expand them. Also it 
would be nice to do things like myButton.customProp = 4.
 -Ben
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: New project

2005-08-11 Thread Ken Ray
On 8/11/05 11:54 PM, Ben Fisher [EMAIL PROTECTED] wrote:

 Hi Revolution community,
  I was wondering if there would be any interest for a new utility I'm
 writing in Revolution.
 It would include a variable watcher (that can view arrays), property
 watcher, much-improved message box, perform operations on files/folders,
 script editor, command-line prompt, and maybe more. One could also define
 macros to perform repetitive tasks.
  If you have any other ideas that would be helpful for Rev programmers,
 please tell me and if it's not too hard I'll try to do it. This project will
 probably done in about a month.
  I really like Rev's way to set up a ui, but sometimes the scripts get a
 little wordy. Like after working in c++ it's hard to look at put 3 into x
 and take it seriously. I'm thinking about writing something in the script
 editor that could interpret things like x=3 and then expand them. Also it
 would be nice to do things like myButton.customProp = 4.

Sounds great to me Ben... go for it!


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


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


Re: New project

2005-08-11 Thread Dan Shafer
That syntax is in Transcript's future, according to Rev CTO Mark  
Waddingham. Full prototype-based OO with dot syntax a la JavaScript.  
No ETA.



On Aug 11, 2005, at 9:54 PM, Ben Fisher wrote:


Also it
would be nice to do things like myButton.customProp = 4.





~~
Dan Shafer, Revolution Consultant and Author
http://www.shafermedia.com
Get my book, Revolution: Software at the Speed of Thought
From http://www.revolutionpros.com, Click My Stuff



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