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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by stebboko

  1. stebboko

    Is it normal for saveXML() to insert whitespace characters?

    I tried about 50 different things and what worked was a combination of setting the DOMDocument's formatOutput property to false and setting a header('Content-type: text/xml; charset=utf-8') Frustrating...
  2. stebboko

    Is it normal for saveXML() to insert whitespace characters?

    Using the typical DOMDocument way of creating of XML output (createElement, appendChild etc) via PHP, then dumping with echo $doc->saveXML(); The receiving XML parser (AJAX) doesn't like it. If I tell it to use a static XML file that I create by removing the \n and \r's, all is well. ie. I...
  3. stebboko

    Noob: How to cast a hwnd into an object?

    Thanks Justin - it worked a treat. Stebboko
  4. stebboko

    Noob: How to cast a hwnd into an object?

    I'm just trying to set the focus to an edit box in another running application - so I've enumerated all the windows, found the right application, then enumerated its child windows to find the edit boxes handle. Question - now I've got it's handle, how can I set focus to it? Can I somehow cast...

Part and Inventory Search

Back
Top