Re: [UOPL-Architect] how design uopl gui applications
Status: Planning
Brought to you by:
bsstmiller
|
From: Richard B W. <rb...@us...> - 2004-12-03 17:44:05
|
You've talked about starting all your classes from TInterfacedPersistent rather than from TPersistent. That means that the UOPL version of TComponent will not be the same as the VCL version of TComponent. I think that opens up a whole can of worms. 1. You would have to have a replacement for the Component Pallette to hold UOPL components. 2. The Delphi Form designer would not work because the UOPL version of TForm would not be the VCL TForm. You would have to provide a replacement. 3. None of the VCL component editors would work either and you would have to provide replacements. You might object that CLX works and its TForm is not the same as the VCL TForm. I suspect that the only reason the form designer for CLX works is because Borland created a new form designer to work with the CLX TForm. I suspect that the two form designers (if that is really what is going on) share a lot of code and act the same way but they are not identical. It might be worth looking at the CLX community project to see what is in there that might be relevant to this question. Richard B. Winston rb...@us... http://water.usgs.gov/nrp/gwsoftware/ 703-648-5988 on Fridays: 301 474-2762 |---------+------------------------------------------> | | Thomas Miller | | | <tm...@bs...> | | | Sent by: | | | uop...@li...| | | ceforge.net | | | | | | | | | 12/03/2004 11:55 AM | | | Please respond to | | | uopl-architect | | | | |---------+------------------------------------------> >--------------------------------------------------------------------------------------------------------| | | | To: uop...@li... | | cc: | | Subject: Re: [UOPL-Architect] how design uopl gui applications | >--------------------------------------------------------------------------------------------------------| Vincent Snijders wrote: > Do you it is possible to create uopl gui applications in the Delphi > form designer? How would you tackle this issue? > The UOPL will be a third parth VCL in Delphi and the third party LCL in Lazarus. You would use it like any other component in either IDE. -- Thomas Miller Wash DC Delphi SIG Chairperson Delphi Client/Server Certified Developer BSS Accounting & Distribution Software BSS Enterprise Accounting FrameWork http://www.bss-software.com http://www.cpcug.org/user/delphi/index.html https://sourceforge.net/projects/uopl/ http://sourceforge.net/projects/dbexpressplus ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ UOPL-architect mailing list UOP...@li... https://lists.sourceforge.net/lists/listinfo/uopl-architect |