Jump to content

Recommended Posts

Posted

Excellent framework, I wish you all the BEST !

 

Is there any way to make a new visual component from 'zero' ?

 

I've seen how to create a 'captcha' component starting from 'TUniImage' :

http://forums.unigui.com/index.php?/topic/1222-how-to-make-captcha/

 

I would like to create a new component that will render the 'html code'. For example a list (<ul>, <ol>)..etc

Is it possible ? Any ideas ?

 

Thanks in advance !

 

Dan

Posted

We can create a new component based on TUniHTMLFrame, BUT OnClick, OnDblClick events cannot be triggered. (not published)

 

Any ideas ? Thanks in advance !

 

Dan

  • Administrators
Posted

Excellent framework, I wish you all the BEST !

 

Thanks.

 

Is there any way to make a new visual component from 'zero' ?

 

Yes, but I will wait a bit more before I share the complete receipt to create a new control. Framework may undergo some minor/major architectural changes which will be completed until version 0.90.0.

 

Problem here is that once we publish the document for creating a new control there will be no turning back and won't be able to make any change in framework core.

 

I've seen how to create a 'captcha' component starting from 'TUniImage' :

http://forums.unigui...o-make-captcha/

 

I would like to create a new component that will render the 'html code'. For example a list (

    ,
    )..etc

    Is it possible ? Any ideas ?

 

You can override a new component from TUniHTMLFrame, but if you want to dynamically interact with HTML content it can be a difficult task.

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...