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 SkipVought 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. Tschibo

    do/while loops not working correctly

    Erm, this are rather strange loops you did there. Try this (as a modified example of the first check): do { inputSmall = JOptionPane.showInputDialog(&quot;Small step value?&quot;); smallValue = Integer.parseInt(inputSmall); if (smallValue<0) JOptionPane.showMessageDialog(null...
  2. Tschibo

    TableCellRenderer Problem

    Oh yes, the &quot;good&quot; old TableCellRenderer. I don't know the exact solution, but i'm quite sure, that you need only one component (e.g. your JLabel) globally that is used by each cell. As i said, i'm not sure, the TreeCellRenderer works this weird way, i guess the TableCellRenderer is...
  3. Tschibo

    Ge-force4 ti

    Well, it may be a driver problem. I've heard of drivers that don't support sidebanding correctly. If tuning down the AGP speed helps, this may be a hardware problem of the mobo or the card itself i guess. Christoph
  4. Tschibo

    What is the problem with ATI?

    I really ran into major problems using the &quot;great&quot; Catalyst drivers. I got crashes and screwed up graphics under Win2kPro and XPPro as well. I downgraded back to the latest non-catalyst drivers and all is running well again. 2-monitors work well, too About the refresh problem: Install...
  5. Tschibo

    pink and green colums... random....

    As i stated in other threads: This is most likely to be an overheating problem. I got the exact same prob some time ago, at least my computer didn't hang immediately when switching to &quot;LSD mode&quot; ;) Ensure the following points: Don't put any card in the first accessible PCI slot under...
  6. Tschibo

    Ge-force4 ti

    TaiPan705! Try the following options: 1) Open your case to give a lot of fresh air to the card. Sometimes overheating may be the main problem. I haven't seen any card overheating *that* fast, but you may try it 2) Try playing around with the AGP aperture size. Although many say, that doesn't do...
  7. Tschibo

    ATI Enthusiasts

    If you really need this resolution, try installing PowerStrip, besides of solving the refresh frequency problem under 2k/XP it lets you define (mostly) any resolution you want. Try it, it's shareware. If you don't like it or it cannot handle the job (which i doubt), then remove it. Greetz Christoph
  8. Tschibo

    Capture problem on Hauppauge Impact VCB

    OK, i found out one thing on myself (from a very old Hauppauge installation manual): There it's said, that for optimal performance, one should use uncompressed 320x240 BTYUV, which is *exactly* the setting where i get the only reasonable results... So i suggest this is a major hardware/whatever...
  9. Tschibo

    Capture problem on Hauppauge Impact VCB

    Hi there! I've got an Impact VCB for video captures under Win2k. Some months ago (maybe about the time i installed an USB webcam) the capture didn't work anymore. I tried several Hauppauge driver versions, setups, i even changed my whole computer setup and assigned an available IRQ to the card...
  10. Tschibo

    CIM and OVO!?

    Oh, i forgot: Do you have any links/docs about this SPI? Christoph
  11. Tschibo

    CIM and OVO!?

    Thanks Mike, just to be sure, i'm not talking about the Compaq Insight Manager but about the Common Information Model. For the Common Information model there is a SPI? What is this SPI able to do, e.g. data export, data import? Does the SPI work like a CIM Provider? Thanx Christoph
  12. Tschibo

    CIM and OVO!?

    Hi! Currently, i'm trying to find a concept to integrate CIM into our infrastructure, which is mainly monitored by OVO. What i know is, that OVO/W uses WMI internally for some submodules. And it seems to be possible to query the agent for WMI data. But is something similar (using CIM) possible...
  13. Tschibo

    GM and sample instruments in one collection

    Hi there! What i'm trying is the following: I want to playback a MIDI file using a band of GM instruments combined with sample-based instruments. For example patches 1 through 10 are GM instruments, patch 11 should be overwritten by my own sample-based instrument. How do i do this? I've looked...
  14. Tschibo

    Exporting radiosity solution

    Hi leonec, the physical model is no problem. I just want to export the luminance values for each vertex. The only &quot;open&quot; format i have found is VRML97, it seems, that the luminance values are exported to this format correctly.
  15. Tschibo

    GF4 Ti-4200 Monitor Stanby Problems

    Wood101, hm, i guess then i'm out of options... I don't know how to generally read the CPU/GPU temperature. CPU temperature can be read by some tools, but i don't know their name. I'm not sure, if it's possible to read the GPU temperature. But my guess is, that your problem isn't because of...
  16. Tschibo

    GF4 Ti-4200 Monitor Stanby Problems

    Wood101, what is your AGP aperture size set in BIOS? This may affect the stability, i'm not sure about that. Try setting it to 128MB, maybe this will help... Or at last option, try installing Win2k or WinXP, maybe this solves your problem. But this is the very last option i guess Christoph
  17. Tschibo

    Memory address

    a few additions to segmentationfault's post: The pointer printed is the pointer to the heap, but as this is java's heap it is of absolutely no use. The only thing is for comparing, if two object are the same instance. Primitives are kept on the stack. Christoph
  18. Tschibo

    GF4 Ti-4200 Monitor Stanby Problems

    Another suggestion which worked for a really serious reboot problem i once had: Sounds simple but try the following 1) uninstall the display drivers 2) set to standard vga 3) reboot 4) install the latest via4in1 drivers 5) install the latest reference drivers for your card This (especially the...
  19. Tschibo

    Memory address

    SidTheSquid is partly right, this is the memory address, but only for the Virtual Machine's memory. But it's not working for primitives. I don't know any method, to get the address of a primitive. But i doubt, if this would be useful. Where do you need the address for and what tybe are your...
  20. Tschibo

    Exporting radiosity solution

    Hi there! Is there a way to export the radiosity solution in 3DSMax 5? What i want to do is the following: I build a scene, execute the advanced lighting/radiosity stuff. Doing so, every vertex gets a color which represents the &quot;lightness&quot; of that vertex calculated by the radiosity...

Part and Inventory Search

Back
Top