Hi,
Due to a problem with our mail system we only just received your mail, we apologize and here's our response:
Problem 1:
I opened an issue in the issue-tracker for this bug. You can see and track it's progress HERE.
It is scheduled for v6.2.3. In the meantime, you can try the workaround suggested in this thread.
Problem 2: I haven't been able to reproduce in all versions from v6.0.4 and on. Make sure you code correctly:
Me.AcceptButton = Me.Button1
Problem 3:
Silverlight - make sure you add the correct additions to web.config when not using VWg integration (v6.2.*):
Under <WebGUI>:
<SilverlightPackages primary="Gizmox.WebGUI.Silverlight">
<SilverlightPackage name="Gizmox.WebGUI.Silverlight">
<Assembly name="Gizmox.WebGUI.Silverlight.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
<Assembly name="Gizmox.WebGUI.Silverlight.Controls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
<Assembly name="Gizmox.WebGUI.Silverlight, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
</SilverlightPackage>
</SilverlightPackages>
This defines the package.
Under <httpHandlers>:
<add verb="*" path="*.swgx" type="Gizmox.WebGUI.Server.Silverlight.Router,Gizmox.WebGUI.Server.Silverlight, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=ab72e83db5281dc3" />
In references:
Reference Server.Silverlight
Hope this helps
Dror Shahak
The Visual WebGui Team