Poll: Cross Platform GUI
-
I've only used wxWindows (now called wxWidgets), and it's pretty good, though it has some gremlins. But it's pretty usable once you learn how to use it properly:cool: --- YOU KNOW WHAT YOU ARE BLONDIE!?!? YOU'RE JUST A SON OF A BA A A A AAAAAAAAAA!!!!! http://sprdsoft.cmar-net.org http://t1tan.cjb.net
I am also using it currently, and it rocks, but I am not sure of its future. It has still a long way to grow and mature enough like MFC, where you want a control and just search codeproject, finish... http://www.priyank.in/
-
sometimes is html enough
agreed, but only sometimes. http://www.priyank.in/
-
Which is the best programming language, open source, not Qt, etc. 1.)Mono.net 2.)wxWindows 3.)Mozilla XUL 4.)Other http://www.priyank.in/
I have to agree with Nish and Rob and say that in general cross platform GUI's are just plain bad. However, for other reasons that I will not go into here, I'll say Mono with MWF when it gets to version 1.2. Regards, Brian Dela :-) Blog^ Co-author of The Outlook Answer Book... Go on, pre-order^ it today! Regular Expression Library builder^
-
Priyank Bolia wrote: .net is not much different from JAVA in the technology field. Uhm, what has that got to do with what I said? I commented that I personally think Cross Platform GUI development is a bad idea. I didn't say .NET is better than Java or anything like that, did I? Regards Nish
Nishant Sivakumar wrote: I didn't say .NET is better than Java or anything like that, did I? No, you didn't. Sorry but I was saying that mono.net is the same thing as java, they use the same technology byte codes. And I am not a great fan of intermediate languages, I like the power of MFC. http://www.priyank.in/
-
Nishant Sivakumar wrote: I didn't say .NET is better than Java or anything like that, did I? No, you didn't. Sorry but I was saying that mono.net is the same thing as java, they use the same technology byte codes. And I am not a great fan of intermediate languages, I like the power of MFC. http://www.priyank.in/
Priyank Bolia wrote: Sorry but I was saying that mono.net is the same thing as java Maybe, but I wonder if anyone is planning to use Mono for cross-platform GUI development [I am not even sure Windows Forms has been ported over]. Maybe B.Delahunty - the resident Mono guy - can throw more light on this.
-
I have to agree with Nish and Rob and say that in general cross platform GUI's are just plain bad. However, for other reasons that I will not go into here, I'll say Mono with MWF when it gets to version 1.2. Regards, Brian Dela :-) Blog^ Co-author of The Outlook Answer Book... Go on, pre-order^ it today! Regular Expression Library builder^
Brian Delahunty wrote: I have to agree with Nish and Rob and say that in general cross platform GUI's are just plain bad. That's another topic, but what if some one has deicided to be fool and use cross platform GUI, on what will he bet on? Mono is surely the biggest contendor, but I think I bet on Mozilla XUL and wxWdigets. Hopefully, if wxWidgets get some port to support XUL resources, It will be a great thing for atleast me. http://www.priyank.in/
-
Priyank Bolia wrote: Sorry but I was saying that mono.net is the same thing as java Maybe, but I wonder if anyone is planning to use Mono for cross-platform GUI development [I am not even sure Windows Forms has been ported over]. Maybe B.Delahunty - the resident Mono guy - can throw more light on this.
Any way GTK# sharp port of mono is platform independent, and mono people say its more advanced than win forms, but I experimented with that also(http://www.codeproject.com/cpnet/calcsharp.asp), and din't satisfied. http://www.priyank.in/
-
Not me! I've always thought that the entire cross-platform argument was a crock mainly because it's impossible. There's always something that platform A can do that platform B can't. Whereupon the code base compiled for platform B grows a conditionally compiled excressence to fake something. And then the code base for platform A grows a similar excressence to compensate for the things IT can't do... And that way madness lies... Rob Manderson I'm working on a version for Visual Lisp++ My blog http://blogs.wdevs.com/ultramaroon/[^]
At the risk of sounding like I am supporting a particular OS vendor, isn't that what JIT (just in time) compilers, operating on a meta-language, are all about? It will probably take some independent compiler vendor, or, preferably, open source project to implement this, as opposed to an OS vendor. Unfortunately, there is little incentive for the OS vendors to cooperate because it would mean lost revenue if multi-vendor solutions are implemented. They are good at offering volume discounts to large corporate customers to insure winning the contract and they do not want to share the wealth. This is an area that really begs to be implemented so that applications can be developed without regard for any particular target architecture. It has been the holy grail of development for quite some time. I would rather have my teeth drilled than do system testing! JimmyRopes
-
Which is the best programming language, open source, not Qt, etc. 1.)Mono.net 2.)wxWindows 3.)Mozilla XUL 4.)Other http://www.priyank.in/
I've recently had to make a similar decision on this myself. I am working on v2 of an app of mine which up to now has included a dedicated admin program written in MFC. The main app itself is an NT service. As many people may need this admin app installed, I have decided to go with a "browser client" solution. I have written a mini-web server that is installed (as a service) on the NT server where the main program resides, and all administration is done via the browser. This means that the customers need no dedicated admin software, and could potentially administer the main app from a non-MS platform. My only regret is that I didn't do this years ago! I design my admin pages as HTML forms (using the excellent Nvu HTML editor - Mozilla Composer with wings) and embed these pages as resources in the admin service. The HTTP part was inredibly straightforward to write, and thanks to use of CSS, changing the "look and feel" of the pages is a breeze. OK, you don't get any flashy controls with HTML (no tree view, list view, etc.) but I am only losing a little bit of functionality by doing without them. I may even investigate the hot new "AJAX" technology that Google and others are using to make the admin experience more snappy.
-
I am also using it currently, and it rocks, but I am not sure of its future. It has still a long way to grow and mature enough like MFC, where you want a control and just search codeproject, finish... http://www.priyank.in/
I've used several time wxWindows and I think it's a very good solution for multiplatform solution but, as you, I don't feel safe and sure for it's future, so I can take this risk but not my customers. ... she said you are the perfect stranger she said baby let's keep it like this... Tunnel of Love, Dire Straits.
-
Which is the best programming language, open source, not Qt, etc. 1.)Mono.net 2.)wxWindows 3.)Mozilla XUL 4.)Other http://www.priyank.in/
VCF is another one that should be on your list: http://vcf-online.org/[^] Regards, Brian Dela :-) Blog^ Co-author of The Outlook Answer Book... Go on, pre-order^ it today! Regular Expression Library builder^
-
I've recently had to make a similar decision on this myself. I am working on v2 of an app of mine which up to now has included a dedicated admin program written in MFC. The main app itself is an NT service. As many people may need this admin app installed, I have decided to go with a "browser client" solution. I have written a mini-web server that is installed (as a service) on the NT server where the main program resides, and all administration is done via the browser. This means that the customers need no dedicated admin software, and could potentially administer the main app from a non-MS platform. My only regret is that I didn't do this years ago! I design my admin pages as HTML forms (using the excellent Nvu HTML editor - Mozilla Composer with wings) and embed these pages as resources in the admin service. The HTTP part was inredibly straightforward to write, and thanks to use of CSS, changing the "look and feel" of the pages is a breeze. OK, you don't get any flashy controls with HTML (no tree view, list view, etc.) but I am only losing a little bit of functionality by doing without them. I may even investigate the hot new "AJAX" technology that Google and others are using to make the admin experience more snappy.
Ya, surely but that is client server scenario, html/xml based solutions is the best option for that. But the question is for standalone app that integrates or uses OS funtionality, etc. http://www.priyank.in/
-
Uhm, how many people here think cross-platform GUI programming is actually a good idea?
I do not. Every effort I have seen has not been productive. It is far better to really seperate the business code from the presentation and develope the presentation for the enviroment. I do not mind getting old. It beats all the other options that I can think of.
-
I do not. Every effort I have seen has not been productive. It is far better to really seperate the business code from the presentation and develope the presentation for the enviroment. I do not mind getting old. It beats all the other options that I can think of.
Michael A. Barnhart wrote: develope the presentation for the enviroment. I think wxWidget and mono does the same thing, and it helps you to write code for each platform. http://www.priyank.in/
-
VCF is another one that should be on your list: http://vcf-online.org/[^] Regards, Brian Dela :-) Blog^ Co-author of The Outlook Answer Book... Go on, pre-order^ it today! Regular Expression Library builder^
Downloaded the .chm documentation, but even the Tom archer message on top of the site can't make me feel it as strong competitor to wxWidgets or mono, or XUL. http://www.priyank.in/
-
VCF is another one that should be on your list: http://vcf-online.org/[^] Regards, Brian Dela :-) Blog^ Co-author of The Outlook Answer Book... Go on, pre-order^ it today! Regular Expression Library builder^
Brian Delahunty wrote: _VCF is another one that should be on your list: http://vcf-online.org/\[^\]_ Yep, I agree - Jim Crafton is one really astonishing fellow, isn't he?
-
Which is the best programming language, open source, not Qt, etc. 1.)Mono.net 2.)wxWindows 3.)Mozilla XUL 4.)Other http://www.priyank.in/
-
Uhm, how many people here think cross-platform GUI programming is actually a good idea?
-
VCF is another one that should be on your list: http://vcf-online.org/[^] Regards, Brian Dela :-) Blog^ Co-author of The Outlook Answer Book... Go on, pre-order^ it today! Regular Expression Library builder^
I second that. It is very nicely designed (maybe a little too dynamic for my taste, but still way better than any other GUI library I have looked so far), and released under BSD license, which is much more relaxed than LGPL and GPL. The problem is: I just can't find a chance to get my hands dirty with VCF. I decided to use it for the sample project for my next CP article, but given the speed my article is progressing it may happen in a couple of years.
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
-
No one claims that cross-platform GUIs work perfectly, but it's better than the alternatives: a) Just ignore your Macintosh and Linux markets and let some other company get the profits. b) Write completely seperate applications and fork your code base.
ed welch wrote: a) Just ignore your Macintosh and Linux markets and let some other company get the profits. I didn't suggest that. ed welch wrote: b) Write completely seperate applications and fork your code base. You don't need to write completely separate apps. Just separate the UI layer from the rest of the app. So, you can have one UI layer for Win32, one for the MAC etc. Keep the business logic in portable code.