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 Wanet Telecoms Ltd 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: womblies
  • Content: Threads
  • Order by date
  1. womblies

    using oracle 10g to generate apache fop pdf report

    trying to generate a fop pdf file from a servlet and im getting this error: java.lang.NullPointerException at oracle.xml.jaxp.JXTransformer.reportXSLException(JXTransformer.java:776) at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:343) it is falling out at this point...
  2. womblies

    blank pdf been displayed in IE6

    i have a button on my web site to open a pdf document, when i click on this is IE it just displays a blank pdf(but if i go to save it or email it and the open the document it shows correctly,it is been downloaded properly but not displayed) i can click on this button in firefox and mozilla and...
  3. womblies

    Using FOP (Formatting Objects Processor) to create pdf from a servlet

    On my Jsp page i have a call to servlet thats using Fop to create a pdf report. In the servlet it needs two input sources of xsl and xml. My problem occurs with the xml input source, i need to have xml input source as a call to another servlet which searchs a database and dynamically creates xml...
  4. womblies

    ScrollPane.complete to trigger when loading mc

    i have a scroll pane that loads a moveClip from the library and i want to use the complete fuction to call another function from within that movieClip. i know complete will work if the contentPath is a swf but not if it is a movieClip createClassObject(mx.containers.ScrollPane, "scrollPane"...
  5. womblies

    session info form jsp to flash movie

    The Flash Remoting session is independent of HTTPSession objects available to JSPs and servlets. A stateful JavaBean instantiated through Flash Remoting MX cannot access an object stored in a session by a JSP or servlet. Conversely, a JSP or servlet cannot use its session to access a JavaBean...
  6. womblies

    combo box border colour

    does anyone know how to change the border colour of a combo box before it is selected, i can change the border colour of the dropdown and button but not in is normal state
  7. womblies

    dataset component

    i'm creating dymanic pages and i don't know how many grids i will need, but for each one i want a dataset component, is there a way to create it through actionscript?(without added it to the stage)
  8. womblies

    need help !! advanced calendar in mx

    hi all just wondering does anyone have a working example of the advanced calendar componet, as i cann't seem to get it working
  9. womblies

    date chooser(calender )component

    hi all i want to use the date chooser for a booking system and i want to set the dates on the calender to three values, fully booked, partially booked and free. my problem is how do i set these dates to different colours can anyone help me thanks
  10. womblies

    tabbing in a sroll pane

    i have a movie clip attached to a scrollpane with a series of input boxs on the movie clip, the movie clip is bigger than the scroll window. my problem(or what i want it to do) is that when you tab throught the input boxes that the scroll pane will move to show the highlighted input field
  11. womblies

    set focus on text field

    hi all have been looking around at solutions to my problem and nearly have it solved but have been unable to find exactly answer. i have a series of text inputs for the user to fill in with some of them mandatory and when the user tabs/clicks out of the input i want to check to see if the have...
  12. womblies

    tool tip

    hi all does anyone know where i can get the toop tip that is used on the macromedia website. for example on the login page when you roll over the speech bubble help tip comes out, also does anyone know how they get the tooltip to work in red when you have fill in the grid wrong cheers
  13. womblies

    browse button in flash mx2004

    Can someone please tell me how to add a button so that people will be abe to find and locate a fie on their hard drive and submit it to me. (exaclty the same as the browse button just below when you add or reply to a message in forums, but I need it for flash). I am wanting this to happen in...
  14. womblies

    textArea component

    hey is there any way that i can make the background of a textArea component transparent or invisible?
  15. womblies

    attaching movie created in actionscript to scrollpane

    hi all i have a movie clip that is created dynamically and i want to attach this to a scroll pane component, it will work fine if i have a movie in the libary and use its linkage identifer. my problem is that when i use the id of the movie clip created it returns an error opening url can any...
  16. womblies

    placing a color picker on a datagrid

    hi all i have a problem with trying to place a colour picker component in a cell of the datagrid component and show a certain colour that is stored in a database/array. i can place the CP in the cell of the grid but the problem arises in the preview of the CPin the grid, the value is for the CP...
  17. womblies

    flash vars and netscape problem

    hi i'm using flashvars param to pass in varibles to the movie. <PARAM NAME=bgcolor VALUE=#FFFFFF> <PARAM NAME=flashvars VALUE="gatewayUrl=http://localhost:8080/flashservices/gateway&java=tlc.Tlc"> <EMBED ....etc It will pass these in fine in IE6 and the movie will work but the problem is when...
  18. womblies

    local connection

    hi i'm using local connection to send info between movies and that is working fine. i know that if you have more than one broswer open it will fail. is there any way that i can use lc in my movies and have more than one broswer opened
  19. womblies

    creating a function froma variable

    hi i'm just wondering if it is possible to creat a function from a varible gen_name = "setjava"; generated_result = gen_name+"_Result"; function generated_result(result){ getgennum.text = result; } so the the function should be "function setjava_Result(result)" is this possible to do
  20. womblies

    calling java bean from flash remoting

    i have a problem with the way i call the java bean from flash, i'm calling a set method to send a variable to the java been which works fine but when i call a get method it return a null, i think this has some thing to do with the scope of the page(its closes the java bean after each call thus...

Part and Inventory Search

Back
Top