[Gtk-sharp-list] UnhandledException

Sascha Manns Sascha.Manns at mailbox.org
Thu Jan 26 14:57:57 UTC 2017


Hi Baltasar,


On 26.01.2017 15:28, Baltasar García Perez-Schofield wrote:
> Hi, Sascha,
>
> You're using a plain Gtk.ComboBox, which does not have an Entry. You
> should use the "ActiveText" property, so
>
> DocType = cboDocType.ActiveText;
>
> ...will do the trick (remember that Active can be -1 if no option is
> selected, and therefore ActiveText "").
>
> About the error itself, in Gtk# you have Gtk.ComboBox and
> Gtk.ComboBoxEntry. Probably when accessing the property Entry it tries
> to cast itself to a Gtk.ComboBoxEntry, and fails.
.ActiveText looks like that is aren't available in Gtk3. The compiler
says: Error:(132, 34) CS1061: Glade.cs(132,34):  error CS1061: Type
`Gtk.ComboBox' does not contain a definition for `ActiveText' and no
extension method `ActiveText' of type `Gtk.ComboBox' could be found. Are
you missing an assembly reference?

But the developer reference on
https://developer.gnome.org/gtk3/stable/GtkComboBoxText.html#gtk-combo-box-text-get-active-text
says it is available. Strange...
-- 

<https://saigkill.github.io/>

Sascha Manns
Sascha.Manns at mailbox.org <mailto:Sascha.Manns at mailbox.org>
GPG: 0x168428cdb1f20ab1
<http://pgpkey.org/pks/lookup?op=vindex&search=0x168428cdb1f20ab1&fingerprint=on>
jabber:Sascha.Manns at jabber.org <jabber:Sascha.Manns at jabber.org>


Maifeldstraße 10
56727 Mayen
mobile: +49-1573-9242730
home: +49-2651-4014045
https://saigkill.github.io

Twitter <https://twitter.com/saigkill> Facebook
<https://www.facebook.com/sascha.manns> LinkedIn
<https://de.linkedin.com/in/saigkill> Skype <skype:schurik0815?call>
Github <https://github.com/saigkill> Xing
<https://www.xing.com/profile/Sascha_Manns4>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170126/43a40189/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Saschasmall.jpg
Type: image/jpeg
Size: 31166 bytes
Desc: not available
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170126/43a40189/attachment-0001.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: twitter.png
Type: image/png
Size: 1418 bytes
Desc: not available
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170126/43a40189/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: spacer.gif
Type: image/gif
Size: 1097 bytes
Desc: not available
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170126/43a40189/attachment-0001.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: facebook.png
Type: image/png
Size: 956 bytes
Desc: not available
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170126/43a40189/attachment-0007.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: linkedin.png
Type: image/png
Size: 1141 bytes
Desc: not available
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170126/43a40189/attachment-0008.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: skype.png
Type: image/png
Size: 1632 bytes
Desc: not available
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170126/43a40189/attachment-0009.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: github.png
Type: image/png
Size: 2345 bytes
Desc: not available
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170126/43a40189/attachment-0010.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xing.png
Type: image/png
Size: 2636 bytes
Desc: not available
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170126/43a40189/attachment-0011.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 837 bytes
Desc: OpenPGP digital signature
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170126/43a40189/attachment-0001.sig>


More information about the Gtk-sharp-list mailing list