Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   iOS numeric key-pad (https://forums.graalonline.com/forums/showthread.php?t=134267935)

Alpho 02-24-2013 12:38 AM

iOS numeric key-pad
 
Hello, been a while since I've posted on these forums. I haven't had the need to because I have Novo (Delteria's manager) to help me with just about anything I need script-wise. But there comes a time where there is something that you just don't know!

Anyways, to the point.. I'm using a TextEditCtrl and I'm curious how I can get it to open up the numeric key-pad on an iDevice instead of the default keyboard. Here is the key-pad I am talking about:
http://dribbble.s3.amazonaws.com/use..._keypad_1x.jpg

Help would be greatly appreciated :) Thanks

dylan 02-24-2013 01:58 AM

I don't believe the current iOS client allows you to do so.

Gunderak 02-24-2013 04:28 AM

PHP Code:

new GuiTextEditCtrl("TextEditCtrlThingo") {
  
profile GuiBlueTextEditProfile;
  
inputtype "numbers";
  
width 80;
  
height 20;
  
50;
  
50;



Alpho 02-24-2013 08:32 AM

Gunderak, that only shows numbers page first :(

GuiTextEditCtrl.inputtype - string - either password or default, on mobile devices also email,url and numbers

Doesn't just show numbers by themselves.

Gunderak 02-24-2013 09:00 AM

Oh wait landscape. Yeah actually it would be impossible unless graal was in portrait mode.
You could however code your own? Just make a class which shows a GUI when called etc.
And whoever neg repped for "stop trying". No. I will never stop trying.


All times are GMT +2. The time now is 10:52 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.