Guest Posted April 1, 2011 Posted April 1, 2011 Message from: "Farshad Mohajeri" As I've stated many times before version 0.85.0 will play a crucial role = in this framework. It will redesign component system core with lots of = changes and enhancements.=20 Here is a list of some of these changes:=20 -"as" and "is" keywords will work as they should.=20 -Components can be created as "Web only" with no VCL implementation -All visual controls will be inherited from same root ancestor -Custom component creation will be possible. ( Of course, it is possible = to create custom components right now, but implementation details are = fairly complex) -Better OO design -Streaming of Forms will be possible -Component base for JS event handling will be prepared -and more... New core that we will introduce in v0.85 is developed under a different = branch and once it is completed I need to manually merge it into main = trunk. (An automatic merge will fail for sure because of massive changes = in some units) This may take a few days or more until merge is fully = completed and tested. While merge is under progress I can't publish = patch releases and I won't be able to test any reported case. In this = period you can continue reporting bugs and issues but I may be quite = slow in replying. After version 0.85 we will have one big "Bug Fix" release and another = big "Feature Centric" release. Also there will be a "Documentation = Centric" release. Regards, Farshad Mohajeri Quote
Guest Posted April 2, 2011 Author Posted April 2, 2011 Message from: "Cristiano Testai" Good news Farshad!! Cristiano Testai Brazil "Farshad Mohajeri" wrote in message = news:F4XQz1K8LHA.3976@anaxagvs227... As I've stated many times before version 0.85.0 will play a crucial = role in this framework. It will redesign component system core with lots = of changes and enhancements.=20 Here is a list of some of these changes:=20 -"as" and "is" keywords will work as they should.=20 -Components can be created as "Web only" with no VCL implementation -All visual controls will be inherited from same root ancestor -Custom component creation will be possible. ( Of course, it is = possible to create custom components right now, but implementation = details are fairly complex) -Better OO design -Streaming of Forms will be possible -Component base for JS event handling will be prepared -and more... New core that we will introduce in v0.85 is developed under a = different branch and once it is completed I need to manually merge it = into main trunk. (An automatic merge will fail for sure because of = massive changes in some units) This may take a few days or more until = merge is fully completed and tested. While merge is under progress I = can't publish patch releases and I won't be able to test any reported = case. In this period you can continue reporting bugs and issues but I = may be quite slow in replying. After version 0.85 we will have one big "Bug Fix" release and another = big "Feature Centric" release. Also there will be a "Documentation = Centric" release. Regards, Farshad Mohajeri Quote
Guest Posted April 2, 2011 Author Posted April 2, 2011 Message from: "Junior/RO" Farshad Mohajeri escreveu: > -Streaming of Forms will be possible please tell more about this... . Quote
Guest Posted April 2, 2011 Author Posted April 2, 2011 Message from: "Anders Andersen" Den 01-04-2011 22:43, Farshad Mohajeri skrev: > As I've stated many times before version 0.85.0 will play a crucial role > in this framework. It will redesign component system core with lots of > changes and enhancements. Excellent news! Looking forward to it! Anders E. Andersen . Quote
Guest Posted April 2, 2011 Author Posted April 2, 2011 Message from: "Fredy Caballero" Good news, amazing job. Regards. "Farshad Mohajeri" escribi=F3 en el mensaje de = noticias:F4XQz1K8LHA.3976@anaxagvs227... As I've stated many times before version 0.85.0 will play a crucial role = in this framework. It will redesign component system core with lots of = changes and enhancements.=20 Here is a list of some of these changes:=20 -"as" and "is" keywords will work as they should.=20 -Components can be created as "Web only" with no VCL implementation -All visual controls will be inherited from same root ancestor -Custom component creation will be possible. ( Of course, it is possible = to create custom components right now, but implementation details are = fairly complex) -Better OO design -Streaming of Forms will be possible -Component base for JS event handling will be prepared -and more... New core that we will introduce in v0.85 is developed under a different = branch and once it is completed I need to manually merge it into main = trunk. (An automatic merge will fail for sure because of massive changes = in some units) This may take a few days or more until merge is fully = completed and tested. While merge is under progress I can't publish = patch releases and I won't be able to test any reported case. In this = period you can continue reporting bugs and issues but I may be quite = slow in replying. After version 0.85 we will have one big "Bug Fix" release and another = big "Feature Centric" release. Also there will be a "Documentation = Centric" release. Regards, Farshad Mohajeri Quote
Guest Posted April 3, 2011 Author Posted April 3, 2011 Message from: "Dennis Ortiz" Hi, > -Components can be created as "Web only" with no VCL implementation Even i undestand why some component make sense only in WebMode, for my need this is dangerous. I hope the focus between Web and Desktop remains like today. . Quote
Guest Posted April 3, 2011 Author Posted April 3, 2011 Message from: "scarre" Amazing work ! Looking forward to this new version. > -Components can be created as "Web only" with no VCL implementation If that means getting more out of ExtJS functionality faster, great, great news ! Congratulations again. . Quote
Guest Posted April 3, 2011 Author Posted April 3, 2011 Message from: "scarre" > -Custom component creation will be possible. ( Of course, it is possible > to create custom components right now, but implementation details > are fairly complex) In the true spirit of Delphi ! Hopefully this creates extra momentum. Way to go ! . Quote
Guest Posted April 3, 2011 Author Posted April 3, 2011 Message from: "Farshad Mohajeri" "Junior/RO" wrote in message news:Jis9xfM8LHA.1984@anaxagvs227... > Farshad Mohajeri escreveu: > >> -Streaming of Forms will be possible > > please tell more about this... You will be able to apply Load or Save Forms from/to streams as possible in a regular Delphi app. . Quote
Guest Posted April 3, 2011 Author Posted April 3, 2011 Message from: "Farshad Mohajeri" "Dennis Ortiz" wrote in message news:%231KKNSY8LHA.1984@anaxagvs227... > Hi, > >> -Components can be created as "Web only" with no VCL implementation > > Even i undestand why some component make sense only in WebMode, for my > need this is dangerous. I've noticed that major group of people are using uniGUI for web development only and VCL mode is optional for them. I'm one of those who use VCL part too and it was the original idea behind uniGUI . Certainly the VCL part will continue to exist, but in a different mode. >I hope the focus between Web and Desktop remains like today. > It will. Only we may develope some components for web mode only and leave the VCL part implementation to the developers themselves or we may implement the Web part first and implement the VCL part later. . Quote
Guest Posted April 4, 2011 Author Posted April 4, 2011 Message from: "Dennis Ortiz" Hi, >>> -Components can be created as "Web only" with no VCL implementation >> >> Even i undestand why some component make sense only in WebMode, for my >> need this is dangerous. > > I've noticed that major group of people are using uniGUI for web development > only and VCL mode is optional for them. > > I'm one of those who use VCL part too and it was the original idea behind > uniGUI . Certainly the VCL part will continue to exist, but in a different > mode. with this different mode, is necesary change any current code? . Quote
Guest Posted April 4, 2011 Author Posted April 4, 2011 Message from: "ldb" The power on INIGUI is Web Development. For me all efforts must be in this direction with some optimization for mobile application (android and mac IOS). For VCL application there are many VCL library (devexpress, tms ...) that can satisfay any desktop application. Il 03/04/2011 19:16, Farshad Mohajeri ha scritto: > "Dennis Ortiz" wrote in message > news:%231KKNSY8LHA.1984@anaxagvs227... >> Hi, >> >>> -Components can be created as "Web only" with no VCL implementation >> >> Even i undestand why some component make sense only in WebMode, for my >> need this is dangerous. > > I've noticed that major group of people are using uniGUI for web development > only and VCL mode is optional for them. > > I'm one of those who use VCL part too and it was the original idea behind > uniGUI . Certainly the VCL part will continue to exist, but in a different > mode. > >> I hope the focus between Web and Desktop remains like today. >> > > It will. Only we may develope some components for web mode only and leave > the VCL part implementation to the developers themselves or we may > implement the Web part first and implement the VCL part later. > > . Quote
Guest Posted April 4, 2011 Author Posted April 4, 2011 Message from: "C_thelegend" really great work. Il 01/04/2011 22.43, Farshad Mohajeri ha scritto: > As I've stated many times before version 0.85.0 will play a crucial role > in this framework. It will redesign component system core with lots of > changes and enhancements. > Here is a list of some of these changes: > -"as" and "is" keywords will work as they should. > -Components can be created as "Web only" with no VCL implementation > -All visual controls will be inherited from same root ancestor > -Custom component creation will be possible. ( Of course, it is possible > to create custom components right now, but implementation details are > fairly complex) > -Better OO design > -Streaming of Forms will be possible > -Component base for JS event handling will be prepared > -and more... > New core that we will introduce in v0.85 is developed under a different > branch and once it is completed I need to manually merge it into main > trunk. (An automatic merge will fail for sure because of massive changes > in some units) This may take a few days or more until merge is fully > completed and tested. While merge is under progress I can't publish > patch releases and I won't be able to test any reported case. In this > period you can continue reporting bugs and issues but I may be quite > slow in replying. > After version 0.85 we will have one big "Bug Fix" release and another > big "Feature Centric" release. Also there will be a "Documentation > Centric" release. > Regards, > Farshad Mohajeri . Quote
Guest Posted April 4, 2011 Author Posted April 4, 2011 Message from: "Farshad Mohajeri" "Dennis Ortiz" wrote in message news:4Y1uOql8LHA.1984@anaxagvs227... > Hi, > >>>> -Components can be created as "Web only" with no VCL implementation >>> >>> Even i undestand why some component make sense only in WebMode, for my >>> need this is dangerous. >> >> I've noticed that major group of people are using uniGUI for web >> development >> only and VCL mode is optional for them. >> >> I'm one of those who use VCL part too and it was the original idea behind >> uniGUI . Certainly the VCL part will continue to exist, but in a >> different >> mode. > > with this different mode, is necesary change any current code? > To compile old projects with version 0.85.0 some parts of code may need modification. It is not specific to VCL mode or WEB mode. As a result of changes in the architecture you may need to change some parts of your code. . Quote
Guest Posted April 4, 2011 Author Posted April 4, 2011 Message from: "Farshad Mohajeri" "ldb" wrote in message news:7Vc30iq8LHA.1980@anaxagvs227... > The power on INIGUI is Web Development. > For me all efforts must be in this direction with some optimization for > mobile application (android and mac IOS). > There will be improvements in this field. > For VCL application there are many VCL library (devexpress, tms ...) that > can satisfay any desktop application. > Good thing about 0.85 is that you can easily change the VCL implementation. For example you can replace the standard VCL TButton with some glossy shiny 3rd party button with no change on Web part. . 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.