I have started creating hidden controls (size 0, disabled) in
order to pass flags & data to dialogs. After the DIALOG NEW,
I'll add the controls, set data in them and then DIALOG SHOW.
It appears to be working just fine, but I'd appreciate any
feedback if there is any potential problems with doing this.
Sometimes this approach makes more sense to me than using GLOBALs.
------------------
Bernard Ertl
order to pass flags & data to dialogs. After the DIALOG NEW,
I'll add the controls, set data in them and then DIALOG SHOW.
It appears to be working just fine, but I'd appreciate any
feedback if there is any potential problems with doing this.
Sometimes this approach makes more sense to me than using GLOBALs.
------------------
Bernard Ertl
Comment