Re: GUI Designer

2016-02-23 Thread Juan Francisco Cantero Hurtado
On Mon, Feb 22, 2016 at 02:21:01PM +, Daniel Boyd wrote: > Quick question for you guys. ??I recentlydecided to see if I could get away > with runningOpenBSD on my office workstation. ??I gotthe idea after playing > around with xfreerdp's??'rail' mode which allows me to run Windowsapps > (primar

Re: GUI Designer

2016-02-23 Thread Dmitrij D. Czarkoff
Roderick said: > Tcl is a scripting language, on one side like scripting languages > (sh, perl), on the other side like LISP. It is meager, with a clear > concept and very easy to learn. Tk is the GUI Toolkit. FWIW Tk is really simple enough that you don't need any GUI designer ap

Re: GUI Designer

2016-02-22 Thread Kamil Cholewiński
If your program / tool mainly operates on lines of text, you absolutely must check out dmenu . You can write a program launcher, ssh launcher, file manager, music player, copy to clipboard, password vault, Wifi selector, todo/calendar app, web bookmarks manager, l

Re: GUI Designer

2016-02-22 Thread Roderick
On Mon, 22 Feb 2016, Daniel Boyd wrote: ??What do youguys use for a simple GUI with a visualdesigner? Tcl/Tk. Many people holds it for a toy language, but I like it very much. Tcl is a scripting language, on one side like scripting languages (sh, perl), on the other side like LISP. It is mea

Re: GUI Designer

2016-02-22 Thread Andrew Fresh
On Mon, Feb 22, 2016 at 02:21:01PM +, Daniel Boyd wrote: > But here's??my question: every now and > then I like to makea quick and dirty GUI app. ??In Windows, I was??using > Netbeans/Java/Swing. ??What do youguys use for a simple GUI with a > visualdesigner? In perl, I for one usually end up

Re: GUI Designer

2016-02-22 Thread Riccardo Mottola
Hi, Riccardo Mottola wrote: I do use ProjectCenter for GNUstep and then code everything in Objective-C. I correct, I use Gorm, which is the GUI designer. ProjectCenter is the corresponding project builder, which I do use too, but only for simple projects since it is less refined than Gorm

Re: GUI Designer

2016-02-22 Thread Riccardo Mottola
Hi, Daniel Boyd wrote: What do youguys use for a simple GUI with a visualdesigner? I do use ProjectCenter for GNUstep and then code everything in Objective-C. Riccardo

Re: GUI Designer

2016-02-22 Thread Donald Allen
On Mon, Feb 22, 2016 at 9:53 AM, Mariano Baragiola wrote: > On 02/22/16 11:21, Daniel Boyd wrote: >> >> Quick question for you guys.  I recentlydecided to see if I could get >> away >> with runningOpenBSD on my office workstation.  I gotthe idea after >> playing >> around with xfreerdp's 'rail'

Re: GUI Designer

2016-02-22 Thread Mariano Baragiola
On 02/22/16 11:21, Daniel Boyd wrote: Quick question for you guys.  I recentlydecided to see if I could get away with runningOpenBSD on my office workstation.  I gotthe idea after playing around with xfreerdp's 'rail' mode which allows me to run Windowsapps (primarily ESRI ArcMap) on a server

Re: GUI Designer

2016-02-22 Thread Jiri B
On Mon, Feb 22, 2016 at 02:21:01PM +, Daniel Boyd wrote: > Quick question for you guys. ??I recentlydecided to see if I could get away > with runningOpenBSD on my office workstation. ??I gotthe idea after playing > around with xfreerdp's??'rail' mode which allows me to run Windowsapps > (primar

Re: GUI Designer

2016-02-22 Thread Mike Burns
On 2016-02-22 14.21.01 +, Daniel Boyd wrote: > What do youguys use for a simple GUI with a visualdesigner? I use GTK+, with Glade, in C and Python. GTK+ has bindings to other languages, too, and Glade files work with any of them. If you want something simpler -- though still in GTK+ -- I reco

GUI Designer

2016-02-22 Thread Daniel Boyd
Quick question for you guys.  I recentlydecided to see if I could get away with runningOpenBSD on my office workstation.  I gotthe idea after playing around with xfreerdp's 'rail' mode which allows me to run Windowsapps (primarily ESRI ArcMap) on a server viaRDP. Anyway, things are going very w