[Gtk-sharp-list] Empty Properties from GUI

Baltasar García Perez-Schofield baltasarq at gmail.com
Mon Feb 6 07:51:11 UTC 2017


Hi, Sascha,

Instead of writing handles for the InsertAtCursor signals, which are quite
specific, try just with the "changed" signal.

-- Baltasar


El dom., 5 feb. 2017 a las 13:56, Sascha Manns (<Sascha.Manns at mailbox.org>)
escribió:

> Hi Baltasar,
>
> Am Samstag, den 04.02.2017, 19:57 +0000 schrieb Baltasar García
> Perez-Schofield:
>
>
> Hi Sascha,
>
> The fact of having public properties with the same name in classes, say, A
> and B does not mean that instances of that clases automatically have that
> properties in communication. If you want to share their values, you will
> have to assign them explicitely. And certainly, they don't have to have the
> same name.
>
> ===
> var a = new A();
> var b = new B();
>
> a.Prop = b.Prop;
> a.Prop3 = b.Prop4;
> ===
>
> The sentences above are the only way to share values between properties
> belonging to objects 'a' and 'b'.
>
> -- Baltasar
>
> Thank you very much for your help so far. :-)
>
> Currently just the entryboxes are without values. Maybe anyone knows, how
> to fix that?
>
> Greetings
> Sascha
>
> --
>
> <https://saigkill.tuxfamily.org>
>
> Sascha Manns
> Sascha.Manns at mailbox.org
> GPG: 0x168428cdb1f20ab1
> <http://pgpkey.org/pks/lookup?op=vindex&search=0x168428cdb1f20ab1&fingerprint=on>
> jabber: Sascha.Manns at jabber.org
>
>
> Maifeldstraße 10
> 56727 Mayen
> mobile: +49-1573-9242730 <+49%201573%209242730>
> home: +49-2651-4014045 <+49%202651%204014045>
> https://saigkill.tuxfamily.org
>
> [image: Twitter] <https://twitter.com/saigkill> [image: Facebook]
> <https://www.facebook.com/sascha.manns> [image: LinkedIn]
> <https://de.linkedin.com/in/saigkill> [image: Skype] [image: Github]
> <https://github.com/saigkill> [image: Xing]
> <https://www.xing.com/profile/Sascha_Manns4>
>
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list at lists.dot.net
> http://lists.dot.net/mailman/listinfo/gtk-sharp-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/gtk-sharp-list/attachments/20170206/4d91b8dd/attachment.html>


More information about the Gtk-sharp-list mailing list