On Wednesday, May 29, 2002, at 01:48 AM, Brian Stevens wrote: > Folks----hopefully this is simple. I know this has been discussed > before, but I can't find the post. So, please bear with me. > > BACKGROUND > > I am building a short demo to do Appearance Tabs in a PG project. I > realize PG does not generate an "Appearance Compliant" project, so I > just created a new one in the editor (Project==>New > Project===>Appearance Compliant) and copied my PG-created project files > to my newly-created Appearance Compliant project. As you know, PG > automatically adds the header c to the headers in the project. In my > code I have a > Snip .... I tried to get this working once before - and got relatively close. I got as far as displaying the tabs and responding to them, but updating the information in the tab pane just did not work correctly. In the end I gave up and started work on nib files etc. You certainly cant have both RNTM FBII.incl and the Rntm Appearance.incl to the same project (or Robert would have set it up this way?). You could copy the relevant constants and globals to a separate include file and drop the RNTM FBII.incl but you will still have some work to do (ie do you want PG to draw APPEARANCE BUTTON's etc. You might be better to export the important PG code and construct your own project from scratch. Sorry David