Wolfgang Riedmann

Results 4 issues of Wolfgang Riedmann

The code ```class nsvsprop property System as logic auto constructor() System.Diagnostics.Debug.WriteLine( "Hi" ) return end class ``` gives the errors `warning XS9043: 'System' is ambiguous. Could be Property 'nsvsprop.System' in...

bug
Compiler

The VO WED creates the code ``` oDCPassSys := comboboxex{self,ResourceID{_PASSWDEDIT_PASSSYS,_GetInst()}} ``` when a ComboBoxEx is used. With the XSharp.VOGUIClasses, the following compile error is thrown: ``` error XS1729: 'XSharp.VO.SDK.ComboBoxEx' does...

bug
TypedSDK

The following code ``` oDCGrid:AddColumn( ListViewColumn{ 10, HyperLabel{ #PassSys, "System", "" } } ) oDCGrid:AddColumn( ListViewColumn{ 20, HyperLabel{ #Login, "Login", "" } } ) oDCGrid:AddColumn( ListViewColumn{ 20, HyperLabel{ #SuppData, "Supp....

bug
TypedSDK

In VO, code like this is normally used: ``` method Close( oEvent ) local lClose as logic lClose := super:Close( oEvent ) if lClose oApp:UnregisterWindow( self ) endif return lClose...

enhancement
TypedSDK