[Gtk-sharp-list] Properties empty after connection

Sascha Manns Sascha.Manns at mailbox.org
Fri Jan 13 19:50:35 UTC 2017


Hello list,

i have a little question.

I have defined 3 Properties:

public string PublicationTitle { get; set; } 
public string PlaceOfAction { get; set; } 
public string DocType { get; set; } 

And a handler:

protected void OnBtnGoClicked (object sender, EventArgs e)
{
   PublicationTitle = entryTitle.Text;
   PlaceOfAction = cbPointOfAction.ActiveText;
   DocType = cbTypeOfPublication.ActiveText;
   Publication.Create();
}

After pressing the button it should fill the Properties with the content
of the entrybox and comboboxes.

The launching of Publication.Create() goes fine. Inside that method it
runs the method Engine.LoadXmlData() which reads in some content for
other Properties from App.config file. On the end of this method i check
if the Properties are filled. But it looks like there are empty:

----------Debug ---------
PublicationTitle:
PlaceOfAction:
Firstname:
Surnamae:
Language:
----------Debug ---------

The GUI part is placed there:
https://github.com/saigkill/PublicanCreators/blob/master/PublicanCreators/MainWindow.cs

Maybe anyone knows what happend?
-- 

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/20170113/5d00ffa9/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/20170113/5d00ffa9/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/20170113/5d00ffa9/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/20170113/5d00ffa9/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/20170113/5d00ffa9/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/20170113/5d00ffa9/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/20170113/5d00ffa9/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/20170113/5d00ffa9/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/20170113/5d00ffa9/attachment-0001.sig>


More information about the Gtk-sharp-list mailing list