View Single Post
Old 06-07-2011, 08:50 AM   #387
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
Thanks TJ27,

this gives another lead:
Code:
 		<behavior id="sprite">
  			<script on="mouseUp" params="event">
 				if (this.hitBounds(event.x, event.y))
  					this.bubble("doNumKey",this);
  			</script>
I removed the if (this.hitBounds) line as there was no difference in the Sim.
Lets see if putting it in again solves the mystery.
(Will go for it, this evening)

Regards
Mark

[EDIT]
just checked the repository:
the if(this.hitBounds(event..))line is removed in versions since April, 15th.
Will have to think more about this.
[/EDIT]

Last edited by Mark Nord; 06-07-2011 at 08:59 AM.
Mark Nord is offline   Reply With Quote