Fixed small issues with present module:

- disable the close button on the window
- thumbnails no longer throw exception if clicked when empty

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3090 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Denis Zgonjanin 2009-12-13 00:50:59 +00:00
parent a14d37f166
commit 995a43709a
2 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,7 @@
}
public function selectSlide():void{
if (images == null) return;
dispatchEvent(new PresenterCommands(PresenterCommands.GOTO_SLIDE, fisheye.selectedIndex));
}

View File

@ -26,6 +26,7 @@
xmlns:pres="flexlib.mdi.containers.*"
paddingBottom="0" paddingTop="0"
paddingLeft="0" paddingRight="0"
showCloseButton="false"
verticalScrollPolicy="off" horizontalScrollPolicy="off"
implements="org.bigbluebutton.common.IBbbModuleWindow"
mouseMove="thumbnailDisplay()"