tatomir Posted January 28, 2012 Posted January 28, 2012 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 Quote
tatomir Posted January 28, 2012 Author Posted January 28, 2012 We can create a new component based on TUniHTMLFrame, BUT OnClick, OnDblClick events cannot be triggered. (not published) Any ideas ? Thanks in advance ! Dan Quote
Administrators Farshad Mohajeri Posted January 30, 2012 Administrators Posted January 30, 2012 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 ( , )..etcIs 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.