Re: [UOPL-Architect] how design uopl gui applications
Status: Planning
Brought to you by:
bsstmiller
|
From: Thomas M. <tm...@bs...> - 2004-12-03 18:04:04
|
Richard B Winston wrote: >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. > > I didn't think of this. After reading this, we might have to take the same tact as Kylix. Each unit name would start each uopl instead of "Q". >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. > > Another good point. >3. None of the VCL component editors would work either and you would have >to provide replacements. > > I am not as worried about that as we can always use the Lazarus versions. I haven't written a few myself too. >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. > > I am almost positive they are the same. As long as the form descends from TCustomForm, I would expect that it will work. >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 > > > > > > > >------------------------------------------------------- >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 > > > -- 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 |