ViewComposer

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

ViewComposer

Ian Bartholomew-20
A couple of problems while creating a Dialog subclass and view.

In the ClassBrowser create a subclass of Dialog but uncheck the "Package"
checkbox so that the new class is unpackaged.

RightClick and select View/New

Problem 1 - Even though the title bar shows the correct resource name the
view can't be saved, the save command is disabled.

Click on SaveAs.

Problem 2 - A walkback saying that the new class can't be found.

If you repeat the sequence, this time giving the new class a package, then
problem 2 disappears but you do get a warning dialog about overwriting an
existing resource.  That seems wrong as this would be the first view
created.

Ian