Did you use the VISIBLE or ENABLED properties in your button class ? If it is, the used properties must be in the wcPropSave propertie of your button class..
Other details:
The buttons i cant'see are object contained in the my form's base class...If i insert a button directly in the form it works....The problem is that i use this class also in the calling form without problems...
There is a thing that i have to explain.
I start my project. Once the server has been loaded i call from mozilla my homepage and i call the main form. Here i have a button to call another form where i have a grid. The first time i select this button i have the error here after (Textmerge is recursive). I select Ignore, the form is loaded but it is empty..Now i refresh the page (i recal the main page) and i make the same thing, but now i have not the error and the form is loaded. I can see the grid and it has the correct font and the columns are with the correct width. The problem is that in this form i have also some buttons but i can see them.... i have only the grid....This problem doesn't depend from the last version of awGrd. because i tried to load the old version and i have the same problem.....
I continue to have the same problem even with the last update of awGrd.
this issue should be related to
http://west-wind.com/wwThreads/default.asp?Thread=3O80DFG7R&MsgId=3O80F8CHII have a form and from this i call another form. It always worked fine. Now when i run the second form i have this error:
Textmerge is recursive
In awserver.prg in line 8256 (TEXT TO this.cXML ADDITIVE NOSHOW TEXTMERGE FLAGS 1)
If i ignore the error the form is opened but it is empty....and i can'tsee nor the grid nor the buttons that are in it.