GNOME Bugzilla – Bug 342760
Init appmap error if that control didnt exist.
Last modified: 2006-05-24 06:32:35 UTC
Please describe the problem: type some command on any control before the control display. Steps to reproduce: 1. run idle (start gedit and close all of tabs first) 2. type 'from ldtp import settextvalue' 3. type 'settextvaule('*gedit', 'txt0', 'test')' 4. got a msg 'cannt find that obj' 5. switch gedit and open new doc 6. type 'settextvaule('*gedit', 'txt0', 'test')' again in idle 7. the outcome same as step 4. Actual results: it cannt set text to relative control Expected results: it will set text to control txt0 after the cotrol do exist. Does this happen every time? every Other information: nothing
I am not able to replicate this bug. On step 6, the settextvalue succeeds for me returning a value of 1.
the same outcome from anyone else besides you:) maybe i couldnt close this bug. Could you plz confirm it again?
it's hash table tech, wish we should use the exactly the name of control in script to avoid it. thx again. thx for nags's explain.