[brailleblaster] [brailleblaster.newdesign] push by RandomCh...@xxxxxxxxx - Temp Dialog with buttons. on 2013-07-30 20:32 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Tue, 30 Jul 2013 20:33:23 +0000

Revision: 80b00a88db82
Branch:   default
Author:   cmyers@xxxxxxxxxxxxxxxxx
Date:     Tue Jul 30 14:39:39 2013
Log:      Temp Dialog with buttons.
http://code.google.com/p/brailleblaster/source/detail?r=80b00a88db82&repo=newdesign

Modified:
 /src/main/org/brailleblaster/wordprocessor/BBToolBar.java

=======================================
--- /src/main/org/brailleblaster/wordprocessor/BBToolBar.java Tue Jul 30 08:31:56 2013 +++ /src/main/org/brailleblaster/wordprocessor/BBToolBar.java Tue Jul 30 14:39:39 2013
@@ -31,6 +31,7 @@
 import org.brailleblaster.BBIni;
 import org.brailleblaster.document.BBDocument;
 import org.brailleblaster.imagedescriber.ImageDescriber;
+import org.brailleblaster.imagedescriber.ImageDescriberDialog;
 import org.brailleblaster.localization.LocaleHandler;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.events.SelectionAdapter;
@@ -48,6 +49,7 @@

        private ToolBar toolBar;
        private Button checkBrailleItem;
+       WPManager wordProc;
        // FO
        public BBToolBar(Shell shell, final WPManager wp) {
                String sep = BBIni.getFileSep();
@@ -58,6 +60,7 @@
                location.right = new FormAttachment(40);
                location.top = new FormAttachment(0);
                toolBar.setLayoutData(location);
+               wordProc = wp;

                // Path to dist folder.
String distPath = BBIni.getProgramDataPath().substring(0, BBIni.getProgramDataPath().lastIndexOf(sep));
@@ -201,7 +204,8 @@

                                // Run Image Describer on current document.
                                if(curDm.document.getDOM() != null) {
-                                       ImageDescriber imgDesc = new 
ImageDescriber(curDm);
+//                                     ImageDescriber imgDesc = new 
ImageDescriber(curDm);
+ ImageDescriberDialog imgDlg = new ImageDescriberDialog(wordProc.getShell(), SWT.NONE, wordProc);
                                }

                        } // widgetSelected...

Other related posts:

  • » [brailleblaster] [brailleblaster.newdesign] push by RandomCh...@xxxxxxxxx - Temp Dialog with buttons. on 2013-07-30 20:32 GMT - brailleblaster