Guest Posted December 9, 2010 Author Posted December 9, 2010 Message from: "Farshad Mohajeri" Thanks for your contributions. Now I can sit and finalize the roadmap. . Quote
Guest Posted December 9, 2010 Author Posted December 9, 2010 Message from: "Farshad Mohajeri" "Dennis Ortiz" > 8. In reality is my #1 modified > > I want to register 2 component as a new One (no new functionality in > either of them). for example TUniDBEdit + TUnispeedbutton = > TMyUniDBEditButton. ( and then create TMyUniDBEditButton at run time ) > And how the existing functionality from two components will be combined? . Quote
Guest Posted December 9, 2010 Author Posted December 9, 2010 Message from: "Farshad Mohajeri" "Alessandro" . >1 Mobile device support (Android, iOS, PocketPC(old WinCE)) This will be postponed to a post 1.0.0 release > 4 Reports engine support generate PDF (Like FastReport) You can use FastReport or an alike product. A built-in reporting engine is much beyond the scope of uniGUI. I personally use a modified version of FastReports. > 6 Multiple main form or multiple url form Can you explain this a bit further? > 7 Plug-in engine (DLL or BPL) How is this going to interact with or be part a of uniGUI? > 8 Http URL command for custom response stream o text/xml/json/html or > support for RPC/REST XML/JSON/text utf-8 format Can you explain this a bit further? > 9 Support for use 24/7 web application Well, our primary aim is to create servers/isapi modules which are up in a 24/7 manner. Do you mean something different here? . Quote
Guest Posted December 9, 2010 Author Posted December 9, 2010 Message from: "Dennis Ortiz" >> 8. In reality is my #1 modified >> >> I want to register 2 component as a new One (no new functionality in >> either of them). for example TUniDBEdit + TUnispeedbutton = >> TMyUniDBEditButton. ( and then create TMyUniDBEditButton at run time ) >> > > And how the existing functionality from two components will be combined? sometime like: TmyUniPanel = class(TuniPanel) private FDataset ... public property Dataset : tDataset ... procedure CreateLabelsAndDBControls ... end; I try sometime like that before version 0.81, but got problem registering the class and use it at runtime. Rigth now i do sometime similar but using Forms, But the functionality is less flexible. Also i trie that with uniframe but also encounter similars problems . Quote
Guest Posted December 9, 2010 Author Posted December 9, 2010 Message from: "Farshad Mohajeri" "Dennis Ortiz" wrote in message news:c9BHZn8lLHA.2316@anaxagvs227... >>> 8. In reality is my #1 modified >>> >>> I want to register 2 component as a new One (no new functionality in >>> either of them). for example TUniDBEdit + TUnispeedbutton = >>> TMyUniDBEditButton. ( and then create TMyUniDBEditButton at run time ) >>> >> >> And how the existing functionality from two components will be combined? > > sometime like: > > TmyUniPanel = class(TuniPanel) > private > FDataset ... > public > property Dataset : tDataset ... > procedure CreateLabelsAndDBControls ... > end; > > I try sometime like that before version 0.81, but got problem registering > the class and use it at runtime. Rigth now i do sometime similar but using > Forms, But the functionality is less flexible. > > Also i trie that with uniframe but also encounter similars problems > OK I understand. This problem will be solved in 0.85.0. . Quote
golabi2000 Posted October 18, 2016 Posted October 18, 2016 5. uniListCheckBox / uniComboCheckBox Hi i need uniComboCheckBox How use .... ? please help me .... Thanks Quote
Sherzod Posted October 18, 2016 Posted October 18, 2016 Hi i need uniComboCheckBox How use .... ? please help me .... Thanks Hi, Can you try this?!: http://forums.unigui.com/index.php?/topic/5792-simple-tip-checkcombobox-plugin/ Best regards. 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.