User Tools

Site Tools


other_vo_to_x_issues

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
other_vo_to_x_issues [2018/03/09 09:36] wolfgangriedmannother_vo_to_x_issues [2018/03/09 11:00] wolfgangriedmann
Line 19: Line 19:
   * never versions of the VO GUI classes contain an access ''IsDisabled'' in the class ''Control''. This is missing in the .NET classes. The same is true for the methods ''IsStyle()'' and ''GetStyle()''. Add these methods to you X# version of the GUI classes, or write your own methods.   * never versions of the VO GUI classes contain an access ''IsDisabled'' in the class ''Control''. This is missing in the .NET classes. The same is true for the methods ''IsStyle()'' and ''GetStyle()''. Add these methods to you X# version of the GUI classes, or write your own methods.
   * ''DynToOldSpace()'' is not supported anymore. Replace in your code by MemAlloc()/MemFree()   * ''DynToOldSpace()'' is not supported anymore. Replace in your code by MemAlloc()/MemFree()
 +  * if you use ''CreateInstance()'' on classes that have no constructor, you will receive a runtime error. Add Init() methods to all of your classes on the VO side.
  
other_vo_to_x_issues.txt · Last modified: 2018/03/20 07:37 by wolfgangriedmann