[dabo-users] How to change the shown value of a text box

2013-06-17 Thread Ricardo Aráoz
So I wanted a textBox to only let hexadecimals be typed. And now I want it to put leading zeroes to the entered hex. This is my code: -- class tbNumber(dabo.ui.dTextBox): ''' Only allows typing Hexade

Re: [dabo-users] How to change the shown value of a text box

2013-06-19 Thread Paul McNett
On 6/17/13 11:33 AM, Ricardo Aráoz wrote: > I'll thank any help and any code corrections. I'd love to try to help but I see that the code you posted is just a snippet: there are properties referenced that aren't shown. Can you post your entire codebase for this textbox, perhaps on gist.github.co

Re: [dabo-users] How to change the shown value of a text box

2013-06-19 Thread Ricardo Aráoz
El 19/06/13 09:39, Paul McNett escribió: On 6/17/13 11:33 AM, Ricardo Aráoz wrote: I'll thank any help and any code corrections. I'd love to try to help but I see that the code you posted is just a snippet: there are properties referenced that aren't shown. Can you post your entire codebase f