|
|||
|
Greetings;
There is still a great need for a "C GUI Designer/Builder". I've searched the web up and down, but still no such thing. I would gladly pay for such a software. "C" will always be around! Thanks...vmars316...Vernon |
|
|
||||
|
||||
|
|
|
|||
|
vmars316 wrote:
> Greetings; > There is still a great need for a "C GUI Designer/Builder". > I've searched the web up and down, but still no such thing. > I would gladly pay for such a software. > "C" will always be around! > Thanks...vmars316...Vernon > > If you can learn them, GUI building in Python or Tcl is pretty easy. Have the GUI operate your 'C' program via a pipe or through sockets. -- Les Cargill |
|
|||
|
vmars316 <vmars316@live.com> writes:
>There is still a great need for a "C GUI Designer/Builder". >I've searched the web up and down, but still no such thing. >I would gladly pay for such a software. >"C" will always be around! You must not have searched very hard, because there are plenty. X-Designer and Builder Xcessory Pro are just two. -- Aaron W. Hsu | arcfide@sacrideo.us | http://www.sacrideo.us Programming is just another word for the lost art of thinking. |
|
|||
|
Le 29/06/12 23:26, vmars316 a crit :
> Greetings; > There is still a great need for a "C GUI Designer/Builder". > I've searched the web up and down, but still no such thing. > I would gladly pay for such a software. > "C" will always be around! > Thanks...vmars316...Vernon > > Well, use lcc-win. It features a resource editor and some time ago it worked still. It is geared to the windows API. |
|
|||
|
בתאריך יום שישי, 29 ביו*י 2012 22:26:03 UTC+1, מאת vmars316:
> Greetings; > There is still a great need for a "C GUI Designer/Builder". > I've searched the web up and down, but still no such thing. > I would gladly pay for such a software. > "C" will always be around! > Technology is always changing. We just thought that desktop systems had converged on a mouse / windows / menu / keyboard / hierarchical file system / icons interface, when suddenly tablets make an appearance, and mobile phones start becoming used for serious applications. |
|
|||
|
In article <828acf0e-462a-47af-9f2b-29992b08beeb@googlegroups.com>,
Malcolm McLean <malcolm.mclean5@btinternet.com> wrote: >בתאריך יום שישי, 29 ביו*י 2012 22:26:03 UTC+1, מאת >vmars316: >> Greetings; >> There is still a great need for a "C GUI Designer/Builder". >> I've searched the web up and down, but still no such thing. >> I would gladly pay for such a software. >> "C" will always be around! >> >Technology is always changing. We just thought that desktop systems had >converged on a mouse / windows / menu / keyboard / hierarchical file >system / icons interface, when suddenly tablets make an appearance, and >mobile phones start becoming used for serious applications. .... if you consider "Words With Friends" to be a serious application. And, not for development; just for end user use. -- Faced with the choice between changing one's mind and proving that there is no need to do so, almost everyone gets busy on the proof. - John Kenneth Galbraith - |
|
|||
|
On Fri, 29 Jun 2012 16:26:03 -0500, vmars316 wrote:
> There is still a great need for a "C GUI Designer/Builder". > I've searched the web up and down, but still no such thing. This isn't a C issue. GUI designers are inherently tied to the toolkit, not the language. If your toolkit doesn't have a designer available, find one which does. |
|
|||
|
Nobody <nobody@nowhere.com> writes:
>On Fri, 29 Jun 2012 16:26:03 -0500, vmars316 wrote: >> There is still a great need for a "C GUI Designer/Builder". >> I've searched the web up and down, but still no such thing. >This isn't a C issue. GUI designers are inherently tied to the toolkit, >not the language. If your toolkit doesn't have a designer available, find >one which does. More advanced software that has a more dynamic GUI often is created without a GUI builder. GUI builders offer a quick start for beginners. |
|
|||
|
בתאריך יום שבת,30 ביו*י 2012 20:24:56 UTC+1, מאת Stefan Ram:
> > More advanced software that has a more dynamic GUI often is > created without a »GUI builder«. GUI builders offer a quick > start for beginners. > They're good for intermediate level applications. If you just need a few buttons, it's often eaiser just to handcode them. Ifyou've got a wonderful and elaborate system with floating and docking everything the GUI builder might not offer enough fexibility. But if you've gotseveral menus and dialogs, but fundamentally strightforwards, a GUI builder can save time. |
|
|||
|
ram@zedat.fu-berlin.de (Stefan Ram) writes:
> More advanced software that has a more dynamic GUI often is > created without a GUI builder. GUI builders offer a quick > start for beginners. I argue that beginners should code GUIs by hand, but advanced uses of the toolkit benefit from industrial-strength GUI builders. -- Aaron W. Hsu | arcfide@sacrideo.us | http://www.sacrideo.us Programming is just another word for the lost art of thinking. |
|
|||
|
Malcolm McLean <malcolm.mclean5@btinternet.com> writes:
>If you just need a few buttons, it's often eaiser just to handcode them. If= > you've got a wonderful and elaborate system with floating and docking ever= >ything the GUI builder might not offer enough fexibility. But if you've got= > several menus and dialogs, but fundamentally strightforwards, a GUI builde= >r can save time. I agree that some GUI builders might not offer enough flexibility for elaborate interfaces, but I disagree that these are the sorts of builders that people should be writing or using. A good GUI builder supports the integration of user code, custom widgets, good abstractions of behavior, and ought to scale to complex, sophisticated GUIs that have a lot of dynamic features. You should be able to continue using the builder throughout the coding of a project, and not just as an initial prototype mocker. It should support your own code seemlessly with continued development of the application in the GUI as well as the hand-written code. -- Aaron W. Hsu | arcfide@sacrideo.us | http://www.sacrideo.us Programming is just another word for the lost art of thinking. |
|
|||
|
On 30-Jun-12 05:41, Kenny McCormack wrote:
> In article <828acf0e-462a-47af-9f2b-29992b08beeb@googlegroups.com>, > Malcolm McLean <malcolm.mclean5@btinternet.com> wrote: >> Technology is always changing. We just thought that desktop systems had >> converged on a mouse / windows / menu / keyboard / hierarchical file >> system / icons interface, when suddenly tablets make an appearance, and >> mobile phones start becoming used for serious applications. > > ... if you consider "Words With Friends" to be a serious application. It _is_ a "serious" application: people were paid real money to write it, and Zynga gets real money from customers and advertisers. S -- Stephen Sprunk "God does not play dice." --Albert Einstein CCIE #3723 "God is an inveterate gambler, and He throws the K5SSS dice at every possible opportunity." --Stephen Hawking |
|
|||
|
On 30-Jun-12 14:24, Stefan Ram wrote:
> Nobody <nobody@nowhere.com> writes: >> On Fri, 29 Jun 2012 16:26:03 -0500, vmars316 wrote: >>> There is still a great need for a "C GUI Designer/Builder". >>> I've searched the web up and down, but still no such thing. >> This isn't a C issue. GUI designers are inherently tied to the toolkit, >> not the language. If your toolkit doesn't have a designer available, find >> one which does. > > More advanced software that has a more dynamic GUI often is > created without a »GUI builder«. GUI builders offer a quick > start for beginners. That does not change that fact that _C itself_ does not have a GUI. There are numerous GUI toolkits available that happen to use C, and most (if not all) of them have GUI builders. So, what exactly is your proposal? S -- Stephen Sprunk "God does not play dice." --Albert Einstein CCIE #3723 "God is an inveterate gambler, and He throws the K5SSS dice at every possible opportunity." --Stephen Hawking |
|
|||
|
My fault for not mentioning 'for Windows', or crossPlatform.
I will take a look at lcc-win's resource editor. Since Posting I found: PellesC also, has a great DialogEditor. Not a real CGui, but comes the closest so far. I wrote a GUI for HotBasic. http://www.quickerthanaspark.com/hbDesign/hbDesign.html It quite simply writes out code for the Visual-Controls, nothing else. And yes, I would expect a CGui would write the WinAPI code for 'C'. Thanks...Vernon And for all you philosophers: "All things in moderation, except for love and forgiveness." --http://compgroups.net/comp.lang.c/there-is-still-a-great-need-for-a-c-gui-designer/1219650 |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|