[Gtk-sharp-list] Update PublicanCreators

Baltasar García Perez-Schofield baltasarq at gmail.com
Sun Jan 22 13:38:03 UTC 2017


Hi, Sascha,

It seems that you can install Gtk# 3 as a NuGet package, and Gtk+3 in
Ubuntu.That way, you would be able to use GtkBuilder.

-- Baltasar


El sáb., 21 ene. 2017 a las 20:52, Sascha Manns (<Sascha.Manns at mailbox.org>)
escribió:

> Hello list,
>
> in the last weeks i tried out different options to create a GUI under
> Linux. Gtk.Builder should be the newest option, but sadly with a lack of
> documentation with using in C#. The easiest way for me is now using stetic
> in MonoDevelop. After changing now the GUI to stetic it runs perfectly.
>
> The problem with my App.config and empty Properties are gone now. I had
> placed the App.config not in my main-projects directory but in my Engine
> project where the logic lives. After putting that into the main project the
> config file items will be connected to the properties correctly. So i would
> like to thank all helpers, specially Baltasar :-)
>
> The only Properties who actually not be filled are that 4 one from the
> GUI. My code for assigning the widgets content looks like:
>
> protected void OnBtnRunCreationClicked (object sender, EventArgs e){
>     cboEnvironment.Active = Math.Max(cboEnvironment.Active, 0);
>     Environment = cboEnvironment.ActiveText;
>     cboDocType.Active = Math.Max(cboDocType.Active, 0);
>     DocType = cboDocType.ActiveText;
>     PublicationTitle = entryTitle.Text;
>     Language = entryLanguage.Text;
>     Publication.Create();}
>
> Maybe anyone has an idea to fix it?
> --
>
>
> <https://saigkill.github.io/>
>
> 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.github.io
>
> [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/20170122/2ee65e34/attachment-0001.html>
-------------- 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/20170122/2ee65e34/attachment-0007.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/20170122/2ee65e34/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/20170122/2ee65e34/attachment-0008.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/20170122/2ee65e34/attachment-0009.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/20170122/2ee65e34/attachment-0010.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/20170122/2ee65e34/attachment-0011.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/20170122/2ee65e34/attachment-0012.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/20170122/2ee65e34/attachment-0013.png>


More information about the Gtk-sharp-list mailing list