Re: [PD-dev] pd-gui 0.43: fixed position/size

2010-07-18 Thread Hans-Christoph Steiner
Yeah, that stuff could probably use some work. Want to take a stab at it? It could be good to have pd-gui be able to save prefs. .hc On Jul 18, 2010, at 11:32 AM, errordevelo...@gmail.com wrote: usually app-defaults file used for this why there is no command line flag for it ?? if we h

Re: [PD-dev] pd-gui 0.43: fixed position/size

2010-07-18 Thread errordeveloper
usually app-defaults file used for this why there is no command line flag for it ?? if we have a -typeface flag, why there is no -geometry flag ? and say if there is no such argument or it's an empty string, let's set it to this "=500x400+20+50" On Fri, Jul 16, 2010 at 02:27:50PM -0400, Hans-C

Re: [PD-dev] pd-gui 0.43: fixed position/size

2010-07-16 Thread Hans-Christoph Steiner
I'm not opposed to removing it as long as you are willing to test on all platforms (basic X11, GNOME, Mac OSX and Windows). That's the scary part of making changes to GUI things like that. I did most of my development using Mac OS X with X11 so I could run the same code in basic X11 and

[PD-dev] pd-gui 0.43: fixed position/size

2010-07-16 Thread IOhannes zmölnig
hi all, i'm wondering why the geometry (position/size) of the main pd-window is hard-coded in the new gui. pdwindow.tcl:257 "wm geometry .pdwindow =500x400+20+50" tcl figures out the needed size of the window quite fine for me, but what annoys me a bit is that the window position is hardcoded.

Re: [PD-dev] pd-gui rewrite crashes when typing a tilde sign on osx

2010-04-13 Thread Hans-Christoph Steiner
Is it just typing a ~ that does it, or creating an object with a ~ in it, or maybe creating an object that is just a ~, i.e. [~]? .hc On Mar 22, 2010, at 5:48 AM, Robert Gruendler wrote: Hi all, i'v checked out the current head of the pd-gui rewrite 0.43 branch from https://pure-data.sv

[PD-dev] pd-gui rewrite crashes when typing a tilde sign on osx

2010-03-22 Thread Robert Gruendler
Hi all, i'v checked out the current head of the pd-gui rewrite 0.43 branch from https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-gui-rewrite/0.43. It compiles and runs fine on OSX 10.6.2, until you type a tilde (~) sign into an object, which throws the following exception - an

Re: [PD-dev] pd-gui-rewrite merging in 0.43

2010-01-02 Thread Hans-Christoph Steiner
Ok, here's another key change. I have started to make some more C changes because I am finding that there is C code that is working around problems on the Tcl side that no longer exist. For example, these commits where I implemented a replacement for pdtk_checkgeometry that is simpler b

[PD-dev] pd-gui-rewrite merging in 0.43

2010-01-01 Thread Hans-Christoph Steiner
Hey Miller and all, Happy New Year! I just reviewed the C code in the pd-gui-rewrite branch. There are a number of changes to the C code that have been included in the pd-gui-rewrite branch. There are two types of changes that are included: - C changes obviated by the Tcl rewrite, thi

Re: [PD-dev] (pd-gui-rewrite) navigating text with arrows bug

2010-01-01 Thread Hans-Christoph Steiner
Strange, moving with arrows and getting arrow key names from [keyname] works fine in 10.5. 10.6 uses TkCocoa while earlier versions of Tcl/ Tk use TkCarbon. It would be worth asking on the tcl-mac list. For the object/message boxes, the bindings are set in pdtk_text.tcl in pdtk_text_new

[PD-dev] (pd-gui-rewrite) navigating text with arrows bug

2010-01-01 Thread Rich E
Hi, Here's the biggest snag that I get when using the gui-rewrite branch: moving with arrows when typing text, object or comment, is completely jacked. The arrows seem to be handled differently now - in extended, [key] doesn't give any output for arrows, but in gui rewrite it gives 63232 - 63235.

Re: [PD-dev] pd gui

2009-09-23 Thread Hans-Christoph Steiner
Try a nightly build of 0.42.5 -extended. I think Miller fixed these bugs in 0.42.5. http://autobuild.puredata.info .hc On Sep 23, 2009, at 4:54 AM, bra...@subnet.at wrote: hi list what happend, as i was opening a patch with quiet a lot of gui elements tgl´s sliders rediobutt´s and ar

[PD-dev] pd gui

2009-09-23 Thread brandt
hi list what happend, as i was opening a patch with quiet a lot of gui elements tgl´s sliders rediobutt´s and arrays, and non of the elements was usable for changing visible the values. even the numberbox does not change the numbers, the only thing which is working is the set $1 messagebox and the

Re: [PD-dev] pd-gui-rewrite C changes

2009-09-01 Thread Hans-Christoph Steiner
FYI: I just closed a few that have been included or made irrelevant by the GUI rewrite. .hc On Sep 1, 2009, at 12:29 PM, Miller Puckette wrote: Sounds good. I'm beginning to work through the many unresolved patches now, but it's turning out to be quite a lot of labor, so it might be a s

Re: [PD-dev] pd-gui-rewrite C changes

2009-09-01 Thread Miller Puckette
Sounds good. I'm beginning to work through the many unresolved patches now, but it's turning out to be quite a lot of labor, so it might be a slow process. cheers Miller On Tue, Sep 01, 2009 at 12:24:34PM -0400, Hans-Christoph Steiner wrote: > > Hey Miller, > > So now that I have the C side sy

[PD-dev] pd-gui-rewrite C changes

2009-09-01 Thread Hans-Christoph Steiner
Hey Miller, So now that I have the C side synced up with your trunk 0.43, I plan on making some changes to the C code. Those changes I'll submit as patches to the patch tracker, unless you don't think that's useful. Here are the C-side changes that I think are important to make for thi