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 wOOdy-Soft 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: afx
  • Content: Threads
  • Order by date
  1. afx

    permissions?

    I have an Apache2 with mod_perl2 running on two servers. On the first everything runs without any problems. On the second, when the appropriate perl module is executed, simple things, like if (-e "/usr/xyz/filename.txt") {...} always fail even though the file DOES exist and has 777...
  2. afx

    Coons patch or tensor product examples

    In PostScript Language Reference Ed. 3 - there is a section on coons patch and tensor product patterns - but no examples of how to implement/use them. Does anyone have, or know of any examples that I could use? regards Mark H., AFX
  3. afx

    talking to Flash XMLsocket

    I have a very simple flash. It has a single layer: layer 1: (ActionScript) myXML = new XMLSocket; myXML.onConnect = handleConnect; myXML.onXML = handleXML; myXML.onClose = handleDisconnect; myXML.connect("localhost", 8090); function handleConnect(connectionStatus){ connectionStatus ...
  4. afx

    dynamic update

    I have a page with a 1 row x 3 column table. In the center cell I have some PHP that sends commands through a socket to a unix box that runs a process that generates a PDF. I would like the right-hand cell to automatically update with the text lines stating what command is being run next...
  5. afx

    dynamic updating

    I have a page with a 1 row x 3 column table. In the center cell I have some PHP that sends commands through a socket to a unix box that runs a process that generates a PDF. I would like the right-hand cell to automatically update with the text lines stating what command is being run next...
  6. afx

    XML::Parser / entities

    I have the following input to XML::Parser <?xml version="1.0" encoding="UTF-8"?> <tag> <text>K&#248;benhavns</text> <!-- K o-slash benhavns --> </tag> What I get out is: K^c3^83^c2^b8benhavns Where ^?? is a hex byte Anyone have any ideas? regards Mark H., AFX
  7. afx

    Word OLE

    I have some code that opens Word (which then runs the AutoOpen macro which is programmed to run some VB code to convert math equations to XML) then does a SaveAs to an RTF file. This works fine - ONCE!! When I run the same code again - it doesn't do anything (that I can see). I changed the...
  8. afx

    NO power schemes listed

    Oops. Sorry for typo in "now power schemes listed" ... I wondered why my Sony laptop's screen hadn't powered off (just the screen - not the whole machine). I checked Display Properties/Screen Saver/Power and saw that all the fields for "plugged in" and "running on batteries" where ghosted and...
  9. afx

    now power schemes listed

    I wondered why my Sony laptop's screen hadn't powered off (just the screen - not the whole machine). I checked Display Properties/Screen Saver/Power and saw that all the fields for "plugged in" and "running on batteries" where ghosted and there were no Power Schemes in the pull-down list. The...
  10. afx

    XML::Dumper

    I am trying to use XML::Dumper to dump a complex variable structure to a file and read it back in. I can generate the XML file but I'm having problems reading it back in. I can't get the doc examples to work either. I've got the latest XML::Dumper and XML::Parser - any ideas? anyone? please...
  11. afx

    webserviceconnector doesn't work when called from http page

    If I load the file (c:\......\kp\test.htm - which contains the <object> code to call out the .swf) the flash file works correctly (it sends/receives data to a web service. However, if I load test.htm as http://localhost/kp/test.htm, I see the flash file and the menus, text fields etc "work" but...
  12. afx

    passing data from dreamweaver to flash

    I have a dreamweaver mx 2004 page with a file field. An upload button (uses Pure ASP Upload 2.17) that uploads the file. I then call a "success.html" and load a Flash .swf. How can I pass the file name from the file field to Flash so that Flash's ActionScript can pick it up and perform other...
  13. afx

    local XML load

    New to Flash and under pressure to get this working ... Is it possible to show a tree structure of a part of a local file system and load a selected XML file into a variabe? If so, any scripts would be a great help. regards Mark H., AFX
  14. afx

    how to display a PDF stored on server

    I have PDFs stored on a server. I want to be able to allow viewing of the PDF within flash. What do I need to do within Flash to allow this? Also, how do I populate a tree that reflects the fle system structure and contents of the server? (where the PDFs are stored) If that is possible, is it...
  15. afx

    MS-Word OLE question

    I am running a commercial macro (Design Science/MathType) via Win32::OLE that produces a pop-up window that I must manually click "OK". Is there a way to get the "OK" clicked using OLE or some other method?

Part and Inventory Search

Back
Top