Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Other hexagora products
 Programs (Programmi)
 Project Converter - Event Handlers
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Eyal
Novice

1 Posts

Posted - 02 Jun 2008 :  17:55:02  Show Profile  Visit Eyal's Homepage  Reply with Quote
Hi,
I've used the Project Converter utility to convert a VB project and it can no longer be compiled.
It seems that the converter replaced VB TextBox with ctlUniTextBoxXP, but did not change the event handlers signatures.

' Original code
Private Sub txtTo_KeyPress(KeyAscii As Integer)
' Do Something
End Sub

' New code in order for compilation to continue
Private Sub txtTo_KeyPress(KeyAscii As Integer, Shift As Integer)
' Do the same thing
End Sub

And this is only one event example.

it is very frustrating and time consuming to change every event signature. the converter should handle this automaticaly.

s.dav
Site Admin

Italy
3364 Posts

Posted - 18 Jun 2008 :  17:48:44  Show Profile  Visit s.dav's Homepage  Reply with Quote
OK I'll try to enhance the project converter as soon as possible!

Regards, Davide
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000