Page 1 of 1

Combobox usage problem

Posted: Tue Jul 03, 2007 07:28
by mkolb
Hi all, I have a very strange issue with the Combobox.
Parsing seems to work quite right, but when I create a window (namely calling createWindow(String,String)) in the log runs following message:

Code: Select all

03/07/2007 09:16:13 (InfL2)   Assigning LookNFeel 'BlueSkin/Combobox' to window 'SzenarioBox'.
03/07/2007 09:16:13 (Error)   Exception: WindowFactoryManager::getFactory - A WindowFactory object, an alias, or mapping for 'Falagard/Editbox' Window objects is not registered with the system.

This sounds very strange to me, because the Falagard/Editbox was added as a WindowRendererFactory earlier, that's also mentioned in the log.
How is a Editbox related to a Combobox and how do I have to use the Combobox widget? What can be the problem here?
Thanks in advance!!!

Posted: Tue Jul 03, 2007 10:17
by scriptkid
Hi,

a Combobox has an Editox as its child to show the selected value and to accept input. If you have created your own scheme and an Editbox, you should have it point to your own editbox in the .looknfeel file. Otherwise, try to see if the Falagard/Editbox mapping is in the .scheme file(s) which you load.

HTH.