Module: nagvis Branch: master Commit: c2d50d870e4b98ef850221f4fc31ce694117cfb7 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=c2d50d870e4b98ef850221f4fc31ce694117cfb7
Author: Andriy Skuratov <[email protected]> Date: Wed Aug 19 16:53:35 2009 +0300 gmap: Lisk dialog beautified. --- uifx/src/modules/gmap/view/DialogLink.mxml | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/uifx/src/modules/gmap/view/DialogLink.mxml b/uifx/src/modules/gmap/view/DialogLink.mxml index 114918f..655acbb 100644 --- a/uifx/src/modules/gmap/view/DialogLink.mxml +++ b/uifx/src/modules/gmap/view/DialogLink.mxml @@ -387,8 +387,17 @@ <mx:Canvas left="10" right="15" top="40" bottom="10"> <flexlib:HAccordion selectedIndex="0" left="0" right="0" top="0" bottom="30" styleName="accordion" creationPolicy="all"> <mx:Canvas label="General" width="100%" height="100%"> - <mx:ComboBox top="0" left="10" right="10" id="lnkLocation1" dataProvider="{locations}" prompt="-" selectedIndex="-1" /> - <mx:ComboBox top="30" left="10" right="10" id="lnkLocation2" dataProvider="{locations}" prompt="-" selectedIndex="-1" /> + <mx:Canvas left="5" right="5" top="0" bottom="0" borderStyle="solid" cornerRadius="4" borderColor="#000000"> + <mx:Label text="Locations : " + left="5" right="5" top="30" + /> + <mx:ComboBox id="lnkLocation1" dataProvider="{locations}" prompt="-" selectedIndex="-1" + left="5" right="5" top="50" + /> + <mx:ComboBox id="lnkLocation2" dataProvider="{locations}" prompt="-" selectedIndex="-1" width="100%" + left="5" right="5" top="80" + /> + </mx:Canvas> </mx:Canvas> <mx:Canvas label="Description" width="100%" height="100%"> <flexlib:PromptingTextArea id="lnkDescription" prompt="Description" ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
