[Gambas-user] Issue 622 in gambas: ButtonBox does not report its Name property

gambas at ...2524... gambas at ...2524...
Thu May 14 16:13:49 CEST 2015


Status: New
Owner: ----
Labels: Version-3.7.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 622 by chr4... at ...1601...: ButtonBox does not report its Name  
property
https://code.google.com/p/gambas/issues/detail?id=622

1) Describe the problem.

If I fill the property "Name" of a TextBox with a string, that can be  
queried via code when running. But if I fill the property "Name" of a  
ButtonBox, if queried, it reports it's name as "TextBox" instead of the  
given String.

Attached is a small project. Put the cursor in one of the controls an press  
Enter. The name of the control will be reported in a message. The TextBox  
is named "Bing", the ButtonBox "Bong".

The TextBox reports "Bing", the ButtonBox "TextBox" (instead of "Bong").



Attachments:
	buttonbox-name-bug.tar.gz  4.5 KB

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list