The source contains sample apps and unit tests. Study them for enlightenment.
I used TortoiseSVN to download it (http://retlang.googlecode.com/svn/trunk/). However, I can email it to you if you want. You can ask questions at: http://groups.google.com/group/retlang-dev On Sat, Apr 9, 2011 at 2:01 AM, Peter Maddin <[email protected]>wrote: > Thanks > > > > Looks very interesting. > > > > A working demo would be nice. > > There is a single dll and chm help file. > > There is a dropbox a presentation which is quite nice. > > Still it sounds like it might solve a lot of problems > > > > Regards Peter > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Jason Keats > *Sent:* Friday, 8 April 2011 9:21 PM > > *To:* ozDotNet > *Subject:* Re: WPF dialog never displayed > > > > There is an alternative: > > > http://code.google.com/p/retlang/ > > On Wed, Apr 6, 2011 at 1:44 PM, Peter Maddin <[email protected]> > wrote: > > I need to display a small wpf windows that shows a progress bar while > parsing an xml file and using this to add content to a flowdocument. > > > > This is done from within a user control. > > > > The dialog sets DialogResult to true if it works or false if an exception > occurs. > > > > The dialog is working except it is never displayed. > > > > What does one need to do so that it is displayed. > > > > Code > > > > if (LogFilePath != null) > > { > > if (parentWindow != null) > > { > > var processingDialog = new PleaseWaitDialog(); > > processingDialog.Owner = parentWindow; > > processingDialog.LogFilePath = LogFilePath + "\\" > + logFile; > > processingDialog.IsForPrinter = false; > > processingDialog.IntializeDialog(); > > if (processingDialog.ShowDialog() == true) > > { > > > logDocumentUserControl.logFlowDocumentViewer.Document > = processingDialog.LogDocument; > > } > > } > > } > > > > While it functions, nothing is shown. > > > > Any clues as to what to do? > > > > Also the loaded event in my dialog window is never triggered. > > > > (Also posted to the WPF list which is as not active as this one) > > > > > > *Regards Peter Maddin* > *Applications Development Officer* > *Path**West Laboratory Medicine WA* > *Phone : +618 6396 4285 > Mobile: 0414 240 307* > *E-Mail : [email protected]; [email protected]* > *The contents of this e-mail transmission outside of the WAGHS network are > intended solely for the named recipient's), may be confidential, and may be > privileged or otherwise protected from disclosure in the public interest. > The use, reproduction, disclosure or distribution of the contents of this > e-mail transmission by any person other than the named recipient(s) is > prohibited. If you are not a named recipient please notify the sender > immediately**.* > > > > > > >
