[Fwd: Re: Tweak project]

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Fwd: Re: Tweak project]

Andreas.Raab
Oops, sorry this reply didn't go to the list.

   - A.

-------- Original Message --------
Subject: Re: [croquet-dev] Tweak project
Date: Tue, 14 Apr 2009 15:43:19 -0700
From: Andreas Raab <[hidden email]>
To: Long Nguyen <[hidden email]>
References: <[hidden email]>
<[hidden email]> <46E2247F4C554385B8E97540250A83CD@MicroMonkey>

Long Nguyen wrote:
> I know how to open up a window with the world menu... open... tweak
> project window.

Ah, I see. This is easy, just run:

   CProjectMorph open: CProjectBuilder.

or, try this:

   CProjectMorph open: CClassBrowser

CProjectMorph is the harness that provides the necessary shell within
the Morphic environment to host a Tweak Window.

Cheers,
   - Andreas

> I am trying to open it up with the do it.
> I tried "CTweakProjectInMorphic new initTweak" to open up a new window
> but apparently I am still missing a message. I am using the cobalt
> image. Also, any other tips on how to figure out exactly what the world
> menu does behind the scenes would be appreciated.
>
> Thanks,
> Long
>
> ----- Original Message ----- From: "Andreas Raab" <[hidden email]>
> To: <[hidden email]>; "Long Nguyen" <[hidden email]>
> Sent: Tuesday, April 14, 2009 3:04 PM
> Subject: Re: [croquet-dev] Tweak project
>
>
>> I'm not sure what you mean by "getting a tweak project window started
>> up programmatically". Can you elaborate?
>>
>> Cheers,
>>   - Andreas
>>
>> Long Nguyen wrote:
>>> Hello,
>>>
>>> I'm getting started with programming with Tweak. I am having some
>>> trouble getting a tweak project window started up programmatically.
>>> Can someone tell me how to do it?
>>>
>>> Long
>>>
>