Re: [libreoffice-users] Coding: Radio Buttons don't work

2015-05-16 Thread Regina Henschel
Hi Xaver, X Roemer schrieb: Hi Regina, thanks for your reply also. The TabIndex you're writing about sounds pretty much like what I'm looking for - but I can't find it. I use python / pyuno and I can't find a property called TabIndex or something similar. "I use python / pyuno" explains it.

Re: [libreoffice-users] Coding: Radio Buttons don't work

2015-05-16 Thread X Roemer
Sorry, forgot the screenshot: https://github.com/XRoemer/Organon/blob/master/Screenshots/Export%20vers%200.9.1b.png Am 16.05.2015 um 15:51 schrieb X Roemer: Hi Regina, thanks for your reply also. The TabIndex you're writing about sounds pretty much like what I'm looking for - but I can't

Re: [libreoffice-users] Coding: Radio Buttons don't work

2015-05-16 Thread X Roemer
Hi Regina, thanks for your reply also. The TabIndex you're writing about sounds pretty much like what I'm looking for - but I can't find it. I use python / pyuno and I can't find a property called TabIndex or something similar. In this folder are two screenshots with all the properties of a

Re: [libreoffice-users] Coding: Radio Buttons don't work

2015-05-16 Thread Regina Henschel
Hi Xaver, X Roemer schrieb: Hi, I use always the same mechanism to add radio buttons by code. Usually I add one after one, directly after each other, and they get grouped automatically. But this time I can choose more than one and the others don't get disabled. (See screenshot) I know, it's be

Re: [libreoffice-users] Coding: Radio Buttons don't work

2015-05-16 Thread X Roemer
Hi Johnny, thanks for your reply. Usually my radio buttons are working. Just in this case, they don't. - And all of them had the same listener. But I discovered that I can get them working, when I don't set all of the buttons, labels etc. in one loop. I seperated the radio buttons and set the

Re: [libreoffice-users] Coding: Radio Buttons don't work

2015-05-16 Thread X Roemer
Screenshot can be found here: https://github.com/XRoemer/Organon/blob/master/Screenshots/radio%20buttons%20dont%20work.png Am 16.05.2015 um 08:59 schrieb X Roemer: Hi, I use always the same mechanism to add radio buttons by code. Usually I add one after one, directly after each other, a

[libreoffice-users] Coding: Radio Buttons don't work

2015-05-16 Thread X Roemer
Hi, I use always the same mechanism to add radio buttons by code. Usually I add one after one, directly after each other, and they get grouped automatically. But this time I can choose more than one and the others don't get disabled. (See screenshot) I know, it's better to show some code, bu