Try this:
DCGETOPTIONS NOTRANSLATE
DC Designer
Re: DC Designer
The eXpress train is coming - and it has more cars.
-
- Posts: 26
- Joined: Thu Jan 28, 2010 3:23 am
Re: DC Designer
What about the @ x,y DCCOMBOBOX, does it have a similar NOTRANSLATE similar option because in the design it has awkward behavior. ( if possible, I know the design issue is a becoming a headache )
Regards
Regards
Re: DC Designer
I added a DCCOMBOBOX to the DESIGN.PRG sample and had no problems moving it, however it would not resize.
It is not practical to allow resize of some type of objects, such as RadioButtons, gets, checkboxes, etc.
However it is practical to allow resize of ComboBox, therefore I made a change to the code. (attached)
Copy _DCSCRND.PRG to \exp19\source\dcdesign, then run build19.bat or build19_sl1.bat to rebuild dcdesign.dll.
It is not practical to allow resize of some type of objects, such as RadioButtons, gets, checkboxes, etc.
However it is practical to allow resize of ComboBox, therefore I made a change to the code. (attached)
Copy _DCSCRND.PRG to \exp19\source\dcdesign, then run build19.bat or build19_sl1.bat to rebuild dcdesign.dll.
- Attachments
-
- _dcscrnd.zip
- Fix Combobox resize problem in designer
- (4.69 KiB) Downloaded 869 times
The eXpress train is coming - and it has more cars.