Revision: 4809
http://sourceforge.net/p/vexi/code/4809
Author: clrg
Date: 2015-08-05 10:26:10 +0000 (Wed, 05 Aug 2015)
Log Message:
-----------
Fix
Modified Paths:
--------------
branches/vexi3/org.vexi-vapp.calc/src_main/org/vexi/calc/main.t
Modified: branches/vexi3/org.vexi-vapp.calc/src_main/org/vexi/calc/main.t
===================================================================
--- branches/vexi3/org.vexi-vapp.calc/src_main/org/vexi/calc/main.t
2015-07-11 23:25:28 UTC (rev 4808)
+++ branches/vexi3/org.vexi-vapp.calc/src_main/org/vexi/calc/main.t
2015-08-05 10:26:10 UTC (rev 4809)
@@ -1,6 +1,7 @@
-<vexi xmlns:ui="vexi://ui" xmlns="org.vexi.calc"
- xmlns:lay="vexi.layout"
- xmlns:wi="vexi.widget">
+<vexi xmlns:ui="vexi://ui"
+ xmlns:wi="vexi.widget"
+ xmlns:lay="vexi.layout"
+ xmlns="org.vexi.calc">
<wi:surface />
<ui:box framewidth="300" frameheight="300" orient="vertical"
titlebar="VexiCalc">
@@ -106,10 +107,10 @@
////////
// Keyboard Handling
- surface._KeyPressed ++= function(v) {
+ surface.event._KeyPressed ++= function(v) {
if (surface.keymap[v]) surface.keymap[v].action = true;
cascade = v;
}
</ui:box>
-</vexi>
\ No newline at end of file
+</vexi>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn