Re: confirm 852223f5c787b0857a42616c26c0a94208eae60a

2009-05-28 Thread Ole Jørgen Brønner
place the window back where it came from. This is the most relevant section in the documentation: http://modeemi.fi/~tuomov/ion-doc-3/ionconf/node4.html#SECTION00433000 -- Ole Jørgen Brønner

Re: Scripting problem

2009-06-03 Thread Ole Jørgen Brønner
ioncore.defer takes a _function_. In your code WRegion.rqclose(wmp) will be executed and the result will be passed to defer. You need to wrap the function call in a lamba like this: ioncore.defer(function () WRegion.rqclose(wmp) end) -- Ole Jørgen Brønner On Wed, 03 Jun 2009 22:20:00 +0200

Re: window titlebar

2009-08-05 Thread Ole Jørgen Brønner
http://modeemi.fi/~tuomov/ion-doc-3/ionconf/node4.html#SECTION00451000 might work (haven't tried it myself)? On Wed, 05 Aug 2009 19:56:31 +0200, Maximilian W. Zeller maw...@gmail.com wrote: thank you all ... these things helped a lot i have another question though: Is there a

Re: window titlebar

2009-08-06 Thread Ole Jørgen Brønner
dont't quite get how to give absolute x/y position?! i am looking for something like position = { x = 100, y = 100 } what i read in the documentation is how to manipulate size but couldn't find anything to manipulate the position. 2009/8/5 Ole Jørgen Brønner olejorg...@yahoo.no: http

Re: command line ?

2009-08-27 Thread Ole Jørgen Brønner
if its possible to move it up from the bottom of the screen. Thanks. Petro No, unless you write the necessary code. -- mvh. Ole Jørgen Brønner

Re: command line ?

2009-08-28 Thread Ole Jørgen Brønner
No, you're right, they don't. On Fri, 28 Aug 2009 09:06:54 +0200, Tuomo Valkonen tuo...@iki.fi wrote: On 2009-08-27, Ole Jørgen Brønner olejorg...@yahoo.no wrote: Not sure why SIZEPOLICY_FULL_BOUNDS is used in place of SIZEPOLICY_STRETCH_BOTTOM originally. I guess that could mean

Re: bindings to move mouse cursor?

2009-11-24 Thread Ole Jørgen Brønner
On Tue, 24 Nov 2009 01:32:44 +0100, Radu Berinde radu.beri...@gmail.com wrote: Hi! I have been searching a lot but no luck - is it possible to have some key bindings that move the mouse cursor (e.g. a given number of pixels in a given direction) ? I think that would be a very useful way to

Re: Keyboard focus lost in Swing applications (ex: Netbeans) after changing to window

2009-12-14 Thread Ole Jørgen Brønner
This http://code.google.com/p/xmonad/issues/detail?id=177 xmonad bug report is probably relevant. Preventing XSetInputFocus to be called on windows with WM_TAKE_FOCUS set seems to fix the issue for me (ion3plus, sun-java-6) I will run with the change for a while and see if it breaks other

Re: Grab the keyboard

2010-03-31 Thread Ole Jørgen Brønner
Not sure what's up with the homepage. I've uploaded the manual here http://folk.ntnu.no/bronner/temp/ionconf/ (I don't have the As for the bindings, the quickest solution is probably to use the switch_bindings (attached here) script to temporally disable all ion bindings. A better, but more

Re: so, what now?

2010-04-05 Thread Ole Jørgen Brønner
http://folk.ntnu.no/bronner/temp/mod_ionflux-3.repo.tgz

Re: so, what now?

2010-04-05 Thread Ole Jørgen Brønner
with the source? I've poked around quite a bit, and uses a slightly modified ion3-plus daily. I don't have much time in the nearest future however. -- Ole Jørgen Brønner