02-08-2007 09:13 PM
02-08-2007 11:46 PM
Sure! NewPanel, SetPanelAttribute, NewCtrl, SetCtrlAttribute and InstallCtrlCallback are what you need do perform this task. It's not a complicated task, but it's long and may be boring: all actions you perform in the UIR editor need to be substituted by several SetXxxAttribute, which can be not so easy to determine.
There used to be a little option in the UIR editor, however, to transform a panel in the source code needed to create it: I cannot remember how to do it now, but in a few hours I'll be back in the office and I will point you in the right direction. With this option you can create the desired panel in the UIR editor and next create the code to generate it at run time: this code can be integrated in your application and used when needed.
02-09-2007 01:26 AM
@Roberto Bozzolo wrote:
There used to be a little option in the UIR editor...
02-09-2007 10:36 AM