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 strongm 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: *

  1. eyebean

    Cascading Menu Item Problem

    that's one way of fixing things. i'll probably do that, seeing as it's much better than having a buggy program. thanks for the suggestion.
  2. eyebean

    strange debugging behaviour

    i had this problem too but it seemed to be for a specific project and persistent across ide startups. couldn't fix it though, it was really annoying. i hope the optimisation thing works, but i've only had that problem with one project and i usually have optimisation on (at times) for every...
  3. eyebean

    Cascading Menu Item Problem

    Hi, I've setup a cascading menu item, eg: open save --------- reopen -> then click on reopen: open save --------- reopen -> file1 file2 The example above is not what i actually use, but for purposes of easy illustration. The problems is that i also...
  4. eyebean

    how to find out javac version

    I had a look at the doc page on javac that comes with the sdk and there doesn't seem to be a way of doing it (unless it's undocumented and weird ie doesn't use a simple -version).
  5. eyebean

    App disappearing on me!!!

    Probably won't help much, but maybe there's a TCP/IP error that causes the app to crash. Maybe some config file that's off (since it worked before). Or thinking simpler, maybe someone ctrl-alt-del killed it while you were away.
  6. eyebean

    How can i use a joystick in delphi

    I don't have much knowledge on this, but I did buy a book that I haven't yet had time to read in detail, that may help. You can use DirectInput, from DirectX. I think you need the Delphi version of DirectX headers which you can get from the JEDI group webpage. Come to think of it, the JEDI...
  7. eyebean

    App disappearing on me!!!

    Sounds intriguing. More details like what the program does might help shed more light.
  8. eyebean

    using a window in my program to view the web

    i'm pressed for time so this isn't very detailed but to get you on your way you can have a look at the TWebBrowser (or something like that) component. It is made available by internet explorer and you can import it as an activeX into the delphi environment. Do a search on google for 'marco...

Part and Inventory Search

Back
Top