On Mon, Apr 26, 2010 at 7:12 PM, Gregory Casamento
<greg.casame...@gmail.com> wrote:
> It would be easier to save them as nibs.  To convert them to
> Renaissance the only way is to do it by hand.
>
> On Monday, April 26, 2010, David Wetzel <d...@turbocat.de> wrote:
>> Hi folks,
>>
>> I would like to be able to use the inspector on GDL's DBModeler on OS X.
>> But those inspector interfaces are made with gorm.
>> How can I convert them to use renaissance without having gorm?


yeah, I agree... originally i had intended to move the whole shebang
to renaissance and the inspectors turned out to be fairly difficult.

mainly because they are in a constrained space, and getting
the autolayout to work in that constrained space and look good
proved very difficult, you'd pretty much need to forgo the autolayout
mechanisms in renaissance and place everything with absolute
positioning

in addition to that there is alot of stuff like....
____
a | x
b | y
c | z
------
in the inspectors,
with a | x aligned horizontally, but
abc aligned vertically,  and the box based autolayout mechanisms
made it easy to get abc aligned vertically or ab by cz aligned
horizontally, but getting them both to align proved a challenge.

i'll try and convert them to nib and send them to you tonight.


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to