Jump to content

self defined componemt problem


Guest

Recommended Posts

Message from: "koney"

 

I inherited the TUniEeit componemt to create MyUniAlignEdit.

set ServerMode.StandAloneServer :=3D False, it wotks ok.

but=20

set ServerMode.StandAloneServer :=3D True, it can not work,

and have a error message "class MyuniAlignEdit not found".

how to solve the problem ?

thanks.

 

Koney.

 

 

 

 

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"koney"=20

I inherited the TUniEeit componemt to create MyUniAlignEdit.

set ServerMode.StandAloneServer :=3D False, it wotks ok.

but=20

set ServerMode.StandAloneServer :=3D True, it can not work,

and have a error message "class MyuniAlignEdit not found".

how to solve the problem ?

thanks.

Creating new Components requires certainn steps to be followed. I will =

publish a guide to create custom controls once I'm done finishing some =

undergoing changes in library core. Target version is 0.85.0

 

In your particular case component is not registered with Delphi. Try =

calling RegisterClass(MyNewComponent). Again it won't warranty that your =

component will work.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...