Discussion:
editing window that is created using .ppob resource
(too old to reply)
g***@gmail.com
2007-06-16 08:01:45 UTC
Permalink
Currently i am using X-Code tools for development. Here for
application i already includes power plant framework ( here not that
i
include source of whole power plant framework rather than include
framework). Here in my application there exist .ppob file .


Now , problem is that i want to modify the window (i.e i want to put
button on that window) that is created by application using
that .ppob
file. but some how i can't able to edit that .ppob file and i can't
able to update window in X-Code.


So is there anyway to edit .ppob file? either using X-Code or any
available tools ?
Can anybody help me?
David Phillip Oster
2007-06-16 18:10:42 UTC
Permalink
Post by g***@gmail.com
Currently i am using X-Code tools for development. Here for
application i already includes power plant framework ( here not that
i
include source of whole power plant framework rather than include
framework). Here in my application there exist .ppob file .
Now , problem is that i want to modify the window (i.e i want to put
button on that window) that is created by application using
that .ppob
file. but some how i can't able to edit that .ppob file and i can't
able to update window in X-Code.
So is there anyway to edit .ppob file? either using X-Code or any
available tools ?
Can anybody help me?
The same sourceforge website that holds the Xcode compatible version of
PowerPlant also holds the source for Constructor, a tool for editing
PPobs. Just download compile and run it.
lunasdad11@gmail.com
2007-07-29 17:13:01 UTC
Permalink
I'm having a related problem. Built the latest PowerPlant and
Constructor code from sourceforge as Universal Binary in Xcode 2.4.1
(running on OSX 10.4.10 on a MacBookPro), ran Constructor, but two
problems:

(1) The Catalog window is missing subclasses (e.g., in the Panes tab
it shows LPane, but none of the descendant classes).

(2) Can't edit *.PPob files, they are dimmed in the "Open: Constructor
File" dialog that comes up with File | Open Project File...

Tried mucking through the CLWindow and CLDisplayClassTable code in
debug, nothing definite yet but nagging suspicion that the problem is
upstream, perhaps in reanimating classes? Anyone else seeing this
problem? Any ideas on a fix?
Sean McBride
2007-07-30 05:15:42 UTC
Permalink
Post by ***@gmail.com
I'm having a related problem. Built the latest PowerPlant and
Constructor code from sourceforge as Universal Binary in Xcode 2.4.1
(running on OSX 10.4.10 on a MacBookPro), ran Constructor, but two
(1) The Catalog window is missing subclasses (e.g., in the Panes tab
it shows LPane, but none of the descendant classes).
(2) Can't edit *.PPob files, they are dimmed in the "Open: Constructor
File" dialog that comes up with File | Open Project File...
Tried mucking through the CLWindow and CLDisplayClassTable code in
debug, nothing definite yet but nagging suspicion that the problem is
upstream, perhaps in reanimating classes? Anyone else seeing this
problem? Any ideas on a fix?
I'd try the open powerplant mailing list if I were you... but there
really aren't many people using powerplant anymore..

Loading...