This turned out to be REALbasic dead stripping issue, that is it was
striping out the System class. Thanks to Aaron then I have it working
now.
I was even able to test it in REALbasic before doing the fix just by
referencing the System class.
On 20.5.2008, at 22:39, Christian Schmitz wrote:
> Björn Eiríksson <bjorn at einhugur dot com> wrote:
>
>> Is it module now and not object ?
>
> No. Years ago it was a class named "SystemClass" which was removed
> later
> and broke my plugins. So I made those method global.
>
> A quick guess and a few tries pointed out that this works:
>
> dim s as _SystemClass
>
> s=System
> MsgBox s.CommandLine
>
> Gruß
> Christian
>
> --
> Over 1000 classes with 20000 functions in one REALbasic plug-in.
> The Monkeybread Software Realbasic Plugin v8.3.
>
> <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
>
> Search the archives:
> <http://support.realsoftware.com/listarchives/lists.html>
--
______________________________________________________________________
Björn Eiríksson bjorn at einhugur dot com
Einhugur Software
http://www.einhugur.com/
______________________________________________________________________
Einhugur Software has sold its products in 56 countries world wide.
______________________________________________________________________
For support: support at einhugur dot com
To post on the maillist: plugins at einhugur dot com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|