New topic: 

WebAnimator 's bug

<http://forums.realsoftware.com/viewtopic.php?t=41311>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        sonoffreedom          Post subject: WebAnimator 's bugPosted: 
Fri Nov 04, 2011 11:01 am                         
Joined: Fri Oct 14, 2011 3:08 pm
Posts: 72                Now i build a cool website like iCloud. and had 
implemented some interesting features. and i found have some serious bugs in 
WebAnimator in this web application.

screen shots:


(things rather many)


then please see the main page ( called: WebPageDefault):





in the main-page 's middle left there is a container control called 
"公告/论坛" (forum), click this control will run this codes:

<< Container_Control 's mouse down event  >>
  ---------------- CODE START----------------
  if (self <>nil) then
  
  
  
  self.Container_SquareButton_Forum1.wheel.Visible=true
  
  self.nextWebPageIndex=1
  
  'Animator1.move(self, (-1)* self.Width , (-1)*self.height, 1)
  
  
  AnimatorDefault.scale(self,0,0,1)
  
  AnimatorDefault.AddKeyFrame(1)
  
  end if
  '
  ---------------- CODE END----------------

in this main-page 's Animator's AnimationComplete event there is code:

---------------- CODE START----------------
  
  if self.nextWebPageIndex=1 then
  
  
  self.nextWebPageIndex=-1
  self.Close
  WebPagePosts.show
  end if 
  

---------------- CODE END  ----------------


if i use this animation, i found when broswer turn to WebPagePosts, i can't 
open post-detail item and login-dialog (WebDialog), but if i disabled this 
animation, i found i can open login dialog and can see post-detail.


This is WebPagePosts screen shot:


< this web-page called "WebPagePosts" >, the long rectangle control is custom 
container-control , when click it , if properly it will pop-up a web-dialog to 
show news. but when i add some animator in previous webpage they can't pop up > 
     
_________________
Love make love,Love IT
-------------------------
iMac 510 + Macbook air 234 + Macbook 466
Realstudio 2011R3
i am building a great web project - iOSZone,build by RS Web edition!  
                             Top            Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to