Re: [Vala] Help with dialogs

2017-08-23 Thread Steven Oliver
Man, now I feel stupid. Thank you everyone for your replies. You were of course right. It now works exactly as I wanted. Steven N. Oliver On Wed, Aug 23, 2017 at 6:25 PM, Ben wrote: > In the glade file you have > > Balis*i*ticaPbrDialog > > Just a typo > > On August 23,

Re: [Vala] Help with dialogs

2017-08-23 Thread Ben
In the glade file you have Balis*i*ticaPbrDialog Just a typo On August 23, 2017 4:53:48 PM EDT, Steven Oliver wrote: >Hello, >I've been trying to create a dialog in my application, and it only >seems to >half work for me (at best). > >At this point in my code:

[Vala] Help with dialogs

2017-08-23 Thread Steven Oliver
Hello, I've been trying to create a dialog in my application, and it only seems to half work for me (at best). At this point in my code: https://github.com/steveno/balistica/blob/master/src/DragBox.vala#L153 I attempt to create a new dialog box using a custom glade file. Vala: