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. EdGioja

    cache only images?

    I've been starting to work a lot with AJAX and the "bind" attribute to selectively update the page. I find, depending on the updates required, that this saves a great deal of time on page reloads.
  2. EdGioja

    cfheader/cfcontent IE vs Firefox

    I've been looking for an answer for quite some time. I'm creating output that I want to have open in Excel. I'm using CFHEADER and CFCONTENT. I've unchecked the browse in same window. I've verified the registry. I've verified the proper relationship in the the My Computer/File types...
  3. EdGioja

    xml parsing

    If you know the heirarchy, you can use XmlSearch. This is from the CF docs: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=XML_10.html The employeesimple.xml file contains the following XML: <?xml version="1.0" encoding="UTF-8"?> <employee> <!-- A list of employees -->...
  4. EdGioja

    cfgrids and binding...

    I LOVE the binding. It's very efficient and doesn't require a resubmission of the form. I think the grid is ugly, though. I would like to do it without the grid and without multiple SQLs, however. Let me set it up.... Imagine a cfgrid bound to a CFC that returns a query. Imagine a number...
  5. EdGioja

    How do I make my plugin for Mac?

    I don't know where to start. If someone could give me an idea of what to read even, I would appreciate it. I have created a plugin for Acrobat using MS C++. I'm very happy with how it turned out. Now I need to compile it for use on a Mac Leopard. I don't know where to start. Do I copy...
  6. EdGioja

    New Plug-in won't load

    I know I'm talking to myself, but I want to put this out there for someone else who may be searching like crazy for an answer.... I have found that even after removing all of the debugging, I had some computers that worked and some that didn't. The answer is actually in MS C++. (Credit where...
  7. EdGioja

    New Plug-in won't load

    Never mind, I finally found it. I had to create a RELEASE version of the product rather than a DEBUG version and link to non-debug dlls.
  8. EdGioja

    New Plug-in won't load

    I have created a plugin using VC++. It works GREAT on my machine. When copy the .api to other machines on the network, though, it doesn't load. I've even gone so far as putting an AVAlert in the init before ANY decisions are made. Again, it appears on my development machine, but on the...
  9. EdGioja

    Display percent

    You can multiply by 100 (to get your decimal in the right place) and then use the Round or Int functions to get the whole number or round as appropriate. Take a look at the examples in the manual under these functions. You could also use the .toString and the Left function to trim off...
  10. EdGioja

    Open jpg in anything but web browser

    Have you tried changing the setting in your browser? Firefox - Tools/Options/Content/Manage (I really don't know WHERE to set this in IE)
  11. EdGioja

    Coldfusion Database problem

    Here are some links that might help: http://kb.adobe.com/selfservice/viewContent.do?externalId=b49df0d&sliceId=1 http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:32521#163281 http://www.frontpagewebmaster.com/m_176507/tm.htm
  12. EdGioja

    How to set a coldfusion timer

    A great place for javascript examples is http://javascript.internet.com/ If you put timer in the search bar, it will provide a lot of examples that use timers.
  13. EdGioja

    ColdFusion8:Acrobat:images/watermarks

    Great Blog by the way. I've subscribed and suggested it to a couple of other CF people I know. FWIW, I will make sure that you are given credit in my code. Thanks again.
  14. EdGioja

    ColdFusion8:Acrobat:images/watermarks

    FOUND IT!!! Who would have thought that the pdf file itself didn't have the right permissions. It works now. Thank you, thank you.
  15. EdGioja

    ColdFusion8:Acrobat:images/watermarks

    Unfortunately, no. I'm not even getting to that point. I'm having problem creating the pdfReader object. pdfReader = javaloader.create("com.lowagie.text.pdf.PdfReader").init(fullPathToInputFile); It's acting like it can't find something. I inherited the Linux so, even though most Linux...
  16. EdGioja

    ColdFusion8:Acrobat:images/watermarks

    OK, ignore the stupid question about Lowagie. I found the files and installed them.
  17. EdGioja

    ColdFusion8:Acrobat:images/watermarks

    I think I'm close, but I'm having a problem getting your example to work in my program. A couple of things to know... Object Instantiation Exception. An exception occurred when instantiating a Java object. The class must not be an interface or an abstract class. Error: ''. The error...
  18. EdGioja

    ColdFusion8:Acrobat:images/watermarks

    Am I correct in my understanding that the iText software is free, but I have to purchase documentation?
  19. EdGioja

    ColdFusion8:Acrobat:images/watermarks

    I really appreciate this help. I will take a look and let you know how it goes. Thanks again.
  20. EdGioja

    ColdFusion8:Acrobat:images/watermarks

    I LOVE the subtitle!!! "Learning ColdFusion in the middle of the night" Isn't that when everything breaks?

Part and Inventory Search

Back
Top