I have everything working EXACTLY the way I want it... only one wierd problem. When I run the app thru the debuger (VX) everything works fine. When I take my compiled EXE and run it standalone, the calculator buttons on popnumpad() don't show, all I get is the background and entry field at the top. ???
There are only 10 kinds of people - those who understand binary and those who don't
My small test program works fine. My whole app doesn't. I can either zip up everything for you or you can log in (I have teamviewer) and 'fly' my computer to see what the problem is.
Whatever is easiest for you...
thanks
There are only 10 kinds of people - those who understand binary and those who don't
Hate to be a pain, but there's another small issue with PopNumPad (same with PopKeyPad). If you enter in '123' on the number pad then click (or touch) the [enter] button on the number pad all is well. However, if you use the [enter] on a keyboard it repeats the last digit so what gets returned is '1233'.
You should get that behavior on the sample I uploaded related to this earlier
thanks
There are only 10 kinds of people - those who understand binary and those who don't