maybe make a popup keyboard
Offline
How about we have 7 buttons arranged like this:
O
O O OOO
O
The 4 on the left are up,down,left and right. The 3 on the left can be set to any button, by a text box or something.
Offline
ProgrammingFreak wrote:
I thought MathWizz said he could do the canvas! Oh well.
PS: I forgot to do a application.
I know HTML (mastered) and a little JS
I can, but I want other people to help.
I came in here and so far the only one that has done any work is me.
Offline
midnightleopard wrote:
omg I can't understand the output at all.
Well, there is a glitch where it doesn't fix some objects. In if you have Chrome, open up dev tools (right click on page and select "Inspect Element",) then click on the console tab and type "info" and enter. This reports the project info for the project. The stage and other things are in "objects". Have fun.
Offline
Hey I'll still help with the canvas.
I'll get to work adding those buttons jd1 was talking about.
Offline
on my version the pictures aren't showing........
Oh, and how do I show you it?
Offline
i need help! how do I show you my html doc?
Offline
MathWizz wrote:
midnightleopard wrote:
omg I can't understand the output at all.
Well, there is a glitch where it doesn't fix some objects. In if you have Chrome, open up dev tools (right click on page and select "Inspect Element",) then click on the console tab and type "info" and enter. This reports the project info for the project. The stage and other things are in "objects". Have fun.
![]()
There's a similar Firefox addon called Firebug.
Offline
you mean the html code? Oh well here goes...
<html> <head> </head> <body> <table> <tr> <td></td> <td><img src="up-a.png" onmouseover="src='up-b.png'" onmouseout="src='up-a.png'"/></td> <td></td> </tr> <tr> <td><img src="left-a.png" onmouseover="src='left-b.png'" onmouseout="src='left-a.png'"/></td> <td></td> <td><img id="rightarrow" src="right-a.png" onmouseover="src='right-b.png'" onmouseout="src='right-a.png'" /></td> </tr> <td></td> <td><img src="down-a.png" onmouseover="src='down-b.png'" onmouseout="src='down-a.png'" /></td> <td></td> <td><img src="http://img686.imageshack.us/img686/2524/crclebut1.png" onmouseover="src='http://img530.imageshack.us/img530/5449/crclebut2.png'" onmouseout="src='http://img686.imageshack.us/img686/2524/crclebut1.png'"/></td><td><td><img src="http://img530.imageshack.us/img686/2524/crclebut1.png" onmouseover="src='http://img530.imageshack.us/img530/5449/crclebut2.png'" onmouseout="src='http://img686.imageshack.us/img686/2524/crclebut1.png'"/> </td> <td><img src="http://img530.imageshack.us/img686/2524/crclebut1.png" onmouseover="src='http://img530.imageshack.us/img530/5449/crclebut2.png'" onmouseout="src='http://img530.imageshack.us/img686/2524/crclebut1.png'"/></td> </tr> </table> </body> </html>
if I messed up. here is the pics for the buttons:

Offline
See i told you guys! A popup would be nice. But how.............?
Offline
k! How does my html doc. work?
Offline
ok mathwiz...
make the keyboard like the way you get drop down menus.
you know on website you hover over a button and other options appear. That sort of thing but it's a keyboard
I could do that if you want. and you do the actions and stuff
Offline
We could make a pop up keyboard, or put a JScript keyboard below it?
Offline
Daffy22 wrote:
ok mathwiz...
make the keyboard like the way you get drop down menus.
you know on website you hover over a button and other options appear. That sort of thing but it's a keyboardI could do that if you want. and you do the actions and stuff
![]()
K... You can do it!
Offline
So, how does it work? (my Html doc)
Offline
mathwizz, do you have to? I love DHTML and you already made the reader. iOS devices can open a keyboard, but it may not sense a text input field on a canvas. I can make the keyboard if you don't feel like it MathWizz.
EDIT/UPDATE:
I have a great idea! For ask boxes we can make a text input field show up every time an ask prompt is called! iOS can click it and use the native iOS keyboard!!!!!!!!!!!!!!!!!!!!!!!!!!! Our javascript can then fetch the value of the text box and use that as it's answer! It would be easier for us to code, and way faster on iOS
Last edited by midnightleopard (2010-11-13 16:00:04)
Offline
I have a great idea! For ask boxes we can make a text input field show up every time an ask prompt is called! iOS can click it and use the native iOS keyboard!!!!!!!!!!!!!!!!!!!!!!!!!!! Our javascript can then fetch the value of the text box and use that as it's answer! It would be easier for us to code, and way faster on iOS
Cool idea, maybe have arrow buttons though!
Offline
What about the html doc!!!!
Offline
Sorry ProgrammingFreak, I cant test now I'm not on my normal PC!
Offline