Alright, heres a barebones igmod with the osk:
http://igmod.iamjeremy.com/igmodosk.rar
In the skin.ini, the lines that say:
Code:
TRIGGER "Enter Street Name" AUTOPOI null AutoPOIOSK null
add another line just like it with the OSK you want to skin in the quotes.
Code:
BUTTON
IMAGE "\images\CfButtonNew.bmp" "\images\CfButtonNewDown.bmp"
ANCHOR TL
XMOD 30
YMOD 490
IN_IMAGE_CAPTION "Back"
XCAPTION 68
YCAPTION 23
FONT Xirod
FONTCOLOR 0 21 179
FONTSIZE 10
ACTION
HIDE_MENU_ME
KEYSMENU "{PoiMenuHeader}" E
END_BUTTON
BUTTON
IMAGE "\images\CfButtonNewNext.bmp" "\images\CfButtonNewDown.bmp"
ANCHOR TL
XMOD 570
YMOD 490
IN_IMAGE_CAPTION "Next"
XCAPTION 54
YCAPTION 24
FONT Xirod
FONTCOLOR 0 21 179
FONTSIZE 10
ACTION
HIDE_MENU_ME
KEYSMENU "{PoiMenuHeader}" X
END_BUTTON
Those are the back and next buttons, you can replace them with your own images. xmod and ymod is the coordinates on the osk. Everything else should be self explanitory.
To embedd in CF/rr, set the window title to "_iGmod_". If you change the splash screen, make pixel 0,0 set to the color you want the background stretched out with.
Bookmarks