User Profile

Collapse

Profile Sidebar

Collapse
Primo
Primo
Last Activity: Apr 9 '08, 01:13 PM
Joined: Jul 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Primo
    started a topic How can I split XML file to go to different loction?
    in XML

    How can I split XML file to go to different loction?

    I have 3 files and I want all of them to go to the bank and one of them will go to both the bank and a vendor.

    this is a code we have:

    Code:
    <process name="FD_Generic_Outbound_banksplit">
      <sequence name="Sequence Start">
    
        <assign to="SetExtractionArchiveFolder" from="'..inbound'"></assign>
    
        <operation name="GetSortableDateTime">
    ...
    See more | Go to post

  • Primo
    started a topic How can I edit a swf file?

    How can I edit a swf file?

    I'm trying to figure out how to make some small text changes to my website, but don't have any experience doing it. I've managed to figure out that the file which needs to be changed has an SWF extension. I guess this is a Flash Movie file type?

    My question is: What program do I use to edit this file?

    I have both Macromedia Dreamweaver 8 and Macromedia Flash 8, but neither of these files seems to allow me to edit...
    See more | Go to post

  • Primo
    replied to Changing JFrame Color
    in Java
    i still need help people
    See more | Go to post

    Leave a comment:


  • Primo
    replied to Changing JFrame Color
    in Java
    how do i repaint everything?

    @ blazedaces

    this is the whole code:

    public void showTaems(Taems t) {
    JFrame frame;

    taemsFrame = new JFrame("Taems") ;

    taemsFrame.setS ize(INITIAL_WID TH, INITIAL_HEIGHT) ;
    Dimension screenSize = Toolkit.getDefa ultToolkit().ge tScreenSize();
    taemsFrame.setS ize(screenSize. width, (int)(screenSiz e.height * .95));...
    See more | Go to post

    Leave a comment:


  • Primo
    started a topic Changing JFrame Color
    in Java

    Changing JFrame Color

    Hello ........

    I Have an Application(JFr ame) With several panels in its content pane at different times. I changes the background colors of all the panels say (blue).

    I have also used frame.setbackgr ound(Color.blue );

    But that doesnt change that color.
    What can I do cause its kind of visible and doesnt look so nice when everything else is in another color.
    See more | Go to post

  • Primo
    replied to Taems Method
    in Java
    i wish someone say something
    See more | Go to post

    Leave a comment:


  • Primo
    replied to Taems Method
    in Java
    anyone understand this right here
    See more | Go to post

    Leave a comment:


  • Primo
    started a topic Taems Method
    in Java

    Taems Method

    Hi, I am new to java and I want to know how to add colors on the taems method. ie, when you view the Taems Task Structure, the subtasks that is executed will display in color. here is my task structure code:

    (spec_agent
    (label Forager)
    )

    (spec_task_grou p
    (label Task_Structure)
    (agent Forager)
    (qaf q_min)
    (subtasks
    Boat
    Dock
    Water)
    ;(deadline...
    See more | Go to post
    Last edited by Primo; Jul 17 '07, 09:28 PM. Reason: display problem
No activity results to display
Show More
Working...