Hi, Sascha,

> can it be that the defined Properties with public string aren't available
> solution wide? That three Properties are set in PublicanCreator project but
> checked into the Engine project.
>
>
No, public means that it is available to everyone.

Sascha, besides the last answer, take into account that combo boxes can
have no element chosen. In that case, ActiveIndex returns -1, and I suppose
that ActiveText would return "".

I usually do:

==
cbCombo.ActiveIndex = Math.Max( cbCombo.ActiveIndex, 0 );
==
Provided that element 0 is the default one.

-- Baltasar
_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/gtk-sharp-list

Reply via email to