By Marcio Valerio Silva - 12/17/2010
When I click in PopulationEnumName it open a window to choose a Enum, it was work but now appear a small window with title "Searching..." and a text "Compiling list of avaliable enums..." and the window of Choose Enum is closed.
Then I cant select the Enum´s im comboBox.
What I can resolv this problem?
|
By Ivan George Borges - 12/17/2010
Hi Marcio.
This seems to appear every now and then. To help you right now, have a look at these 2 posts and you will probably be able to continue your work:
http://forum.strataframe.net/FindPost28051.aspx
http://forum.strataframe.net/FindPost3673.aspx
|
By Marcio Valerio Silva - 12/17/2010
Hi Ivan,
Sorry but I don´t understand what it´s causing this problem. My error is in visual Studio IDE.
In the first link that you send-me was created a new project this can´t help-me now and the second link the error was in form modal, not in Visual Studio IDE.
How Can I do to discover the cause from this error?
|
By Ivan George Borges - 12/17/2010
Marcio, the first link showed you how to enter your Enum manually. So if you click on the link that was highlighted on the picture, you can manually enter your enum and so you won't need to use the search thing.
The second link was giving you ideas of what the issue could be. If you start a brand new project for testing purposes, are you able to use the search to find your enum?
|