<div class="gmail_quote">On Wed, Aug 3, 2011 at 4:33 PM, Mikael Magnusson <span dir="ltr"><<a href="mailto:mikachu@gmail.com">mikachu@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On 3 August 2011 13:00, David Vogt <<a href="mailto:dv@adfinis.ch">dv@adfinis.ch</a>> wrote:<br>
> Hi!<br>
><br>
> On 03/08/11 12:00, Roman Pořízka wrote:<br>
>><br>
>> Hello,<br>
>> I have tried openbox 3.5 today and I've been using the least overlap<br>
>> patch, but I cannot switch of the window cycling dialog... In my rc.xml<br>
>> is:<br>
><br>
> I don't think that the least-overlap patch has something to do with it. But:<br>
><br>
>><br>
>> <keybind key="A-Tab"><br>
>> <action name="NextWindow"/><br>
>> <dialog>no</dialog><br>
>> </keybind><br>
><br>
> As of my understanding, the <dialog> should be places inside the action,<br>
> like this:<br>
><br>
> <keybind key="A-Tab"><br>
> <action name="NextWindow"><br>
> <dialog>no</dialog><br>
> </action><br>
> </keybind><br>
><br>
> However, this doesn't work for me either.<br>
><br>
>> [...]<br>
>><br>
>> Could you please tell me, what am I doing wrong?<br>
><br>
> I think you found a bug - the <dialog>no</dialog> also fails in the<br>
> SendToDesktop* actions, for example.<br>
><br>
> Or maybe this is a feature that was removed intentionally? Maybe someone of<br>
> the main developers could throw in a word?<br>
<br>
</div></div>I think it's a minor mistake. When we added the listmode, the value<br>
changed from a boolean, and the new code looks for the word "none",<br>
not "no", to disable the dialog.<br>
<br>
--<br>
<font color="#888888">Mikael Magnusson<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
</div></div></blockquote></div><br><div><br></div><div>Thanks a lot! Both changes together are working now! So the correct XML code is:</div><div><br></div><div><div> <keybind key="A-Tab"></div><div> <action name="NextWindow"></div>
<div> <dialog>none</dialog></div><div> </action></div><div> </keybind></div><div> <keybind key="A-S-Tab"></div><div> <action name="PreviousWindow"></div>
<div> <dialog>none</dialog></div><div> </action></div><div> </keybind></div></div><div><br></div><div>Could you please correct the documentation at the url: <a href="http://openbox.org/wiki/Help:Actions#NextWindow">http://openbox.org/wiki/Help:Actions#NextWindow</a> ?</div>
<div><br></div><div>Thanks a lot and regards,</div><div>Roman Porizka</div>