Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Sebs
  • Order by date
  1. Sebs

    file_exists with the ' character

    That did the trick. Thanks.
  2. Sebs

    file_exists with the ' character

    It is a little more complex than this, but basically this is what it does, gets the full path of a file and checks if it exists and shows it. $file = $_GET['file']; if (file_exists($file)) { ShowPic($file); } It works fine almost all the time, but when the file's name has a ' in it, the...
  3. Sebs

    file_exists with the ' character

    Thanks, but it didn't work
  4. Sebs

    file_exists with the ' character

    My problem is really simple, but is has stolen too much sleeping time and Google has not given any ansewr. I have a image gallery page, where the user uploads his files, and he can see a Thumbnail. That far it is all working. The problem appears when the user has a file with a ' char in it's...
  5. Sebs

    Charcter drawing

    I have to draw a text in a variable angle. Does anybody have an idea of how to do it. Sample code welcome. Sebs
  6. Sebs

    general information

    1. The Palm in itself has low security. But you can add third-party software to increase it. 2. There are Word and Excel-like software, you can even download your word and excel files to the Palm and use them. But they are not the MS applications. 3. No. You can look for similar, but a program...
  7. Sebs

    Palm V Hardware Manuals?

    Browsing in the gethichtech site found this link. Maybe you already saw it but... http://www.interlog.com/~tcharron/Palm8M/upgradeservice.html
  8. Sebs

    Retreiving unique palm id

    I hope this helps. Sebs static CharPtr GetSerialNum(void) { CharPtr bufP,num; Word bufLen,retval; retval = SysGetROMToken (0, sysROMTokenSnum,(BytePtr*) &bufP, &bufLen); if ((!retval) && (bufP) && ((Byte) *bufP != 0xFF)) { // there's a valid serial number! // Get it! bufLen...
  9. Sebs

    Complete Rebuild of Palm V

    You have to perform a hard-reset. In the back of the Palm there is a little hole where, using a paper-clip, you reach a reset button. well, if you press it, you just reset, but if you do it while pressing the power button it displays a question asking if you want to delete all your data. If you...
  10. Sebs

    PalmOS hack needed to help SilverScreen

    I don't know about any, but it shouldn't be hard to develop, send me your e-mail and I'll send it to you when I have it. scancinos@softwaretogo.com.ar
  11. Sebs

    Can you hotsync a Pilot5000 using a Palm III cradle?

    It won't fit. if you can connect them, it will sync, else try to get the sync cable, that WILL fit in the Pilot5000 serial conector.
  12. Sebs

    PalmOS Development Tools , Decisions

    I've been using Codewarrior since Release 5 (3 years) and I absolutely love it. I know it is expensive but I think it is worth it, I think you can download a R7 demo in www.palmos.com/dev , try it and you will love it too, there is a lot of reference material, a course in www.codewarrioru.com...
  13. Sebs

    how to program in Code warrior for palm os?

    www.codewarrioru.com
  14. Sebs

    PalmV and Exchange Server

    You can install the XTND connect Server, it allows you to sync from a LAN, Internet, RAS, or any other way I can think of (yes, even IRDA). You just install it in your NT server and configure the users. And since you always sync with the server, not the users PC, it doesn't matter if it is off...
  15. Sebs

    Visor/Palm graphics

    I strongly recommend Codewarrior, I know it is more expensive and harder to learn (unless you know the basics of C, where you just have to learn the Palm specific funtions), because all the documentation and shared source code uses it, every book I found about Palm Programming asumes you are...
  16. Sebs

    Converting datebook.dat

    I think Intellisync is not what you want, because you want to covert a file, not sync. I don't know any app that can transform the .dat file in a csv, but if you want to integrate the file to your own soft I'd recommend to open the datebook Conduit sample (that comes free in the CDK in...
  17. Sebs

    Can I Create Palm Doc's

    You can use office packages for Palm (iAmbic Office is my favorite, but there is DocumentsToGo that comes free in some models), you can synch your Docs (excel, word, powerpoint, etc) to your Palm and use it, right now I can't remember if DocsToGo have graphics capabilities, but I'm sure...

Part and Inventory Search

Back
Top