Mixing Static and Dynamic UI Problem
Mixing Static and Dynamic UI Problem
- Subject: Mixing Static and Dynamic UI Problem
- From: Buyung Pamungkas <email@hidden>
- Date: Wed, 21 May 2003 21:31:30 -0700 (PDT)
Dear,
I have created the Dynamic UI with Direct2Java Client.
Then, I have the static interface using nib filez.
So, I tried the examples in chapter 18 from Java
Client Desktop Application book. But, it didn't work
:( Why didn't it ?
First time,
I prepare nib file for freezing like
"Select
com.webobjects.eoapplication.EOInterfaceController in
the classes list and press Return. This subclasses
EOInterfaceController and thus the new class inherits
the targets and outlets you need for it. Name the new
subclass com.webobjects.eogeneration.EOFormController
as shown in Figure 18-1."
But, in figure 18-1, I saw it created
com.webobjects.eogeneration.client.EOFormController.
So, which is the right class name,
com.webobjects.eogeneration.EOFormController or
com.webobjects.eogeneration.client.EOFormController ?
I used WO 5.2.1 with java 1.3.1 too. In my classes
list in nib filez classes,
com.webobjects.eogeneration.EOFormController inherited
from com.webobjects.eogeneration.EOEditingController,
not com.webojbects.eogeneration.EOFormController.
So, I just try like the book told, using
client.EOFormController that inherited from
EOInterfaceController than EOFormController that
inherited from EOEditingController.
Second,
I integrated nib file using d2wmodel.
catcha! it didn't work :(
I have tried to change my connection in custom class
to EOFormController inherited from EOEditingController
OR the clases that created when create nib file. But,
it didn't work too :(
Does anyone know what's the problem ? It's more easy
for me creating my own user interface with nib filez
than freezing xml.
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.