User Profile

Collapse

Profile Sidebar

Collapse
teenIce
teenIce
Last Activity: Oct 30 '07, 04:10 AM
Joined: Aug 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • teenIce
    replied to Problem in Firefox
    hmm....can I reverse that?and I don't want firefox to execute it. I just want the browser to call the exe and ask the user to launch it like IE....
    See more | Go to post

    Leave a comment:


  • teenIce
    replied to Problem in Firefox
    what do you mean by setting the "file:///" protocol?I had try to view the page by IE and it runs smoothly, so the path to MyExe is ok...The Exe is already in user computer, they had to install it first. What I want to do just to call the exe from the browser.

    Thanks...
    See more | Go to post

    Leave a comment:


  • teenIce
    replied to Problem in Firefox
    Hi,
    MyExe is the program in user computer that I want to launch using browser. User must install this exe first.I build myExe using Visual Basic.

    Thanks
    See more | Go to post

    Leave a comment:


  • teenIce
    replied to Problem in Firefox
    Can you give me some suggestion? I don't know where to begin..

    thanks.
    See more | Go to post

    Leave a comment:


  • teenIce
    replied to Problem in Firefox
    The path to EXE is ok..When I view using IE the code works perfectly fine.I dont know what's wrong with firefox.
    See more | Go to post

    Leave a comment:


  • teenIce
    started a topic Problem in Firefox

    Problem in Firefox

    I have a htm files that when it opens it call an exe in the program files. My problem is it runs fine in IE but it execute nothing in Firefox.I don't know what's wrong, before this it runs fine with both browser.

    [HTML]<body bgcolor="#FFFFF F" text="#000000" onLoad="locatio n.href='MyExe:' ;" onBlur="javascr ipt:window.clos e();">[/HTML]
    See more | Go to post

  • teenIce
    replied to Signing Applet go error
    in Java
    I don't want to use policy file because it need to close browser and start it again. I had signed the applet and it goes well. Thanks for your help.. :)
    See more | Go to post

    Leave a comment:


  • teenIce
    started a topic Signing Applet go error
    in Java

    Signing Applet go error

    Hi all,

    I'm try to sign an applet and it works well but when in try to read "user.home" it get error.

    Code:
    java.security.AccessControlException: access denied (java.util.PropertyPermission user.home read)
    Can you guys help me...

    Thanks...
    See more | Go to post

  • teenIce
    started a topic SharedObject Confuse

    SharedObject Confuse

    Hi all,

    Please help me with this problem. I want to save some cookies from my flash in sharedobject, I had succeed but the problem now, I have problem to retrive it. The problem start when I use www.myweb.com address or http://myweb.com.

    In the share folder, I only found myweb.com and no folder name www.myweb.com, so when I goes to my website using www.myweb.com, the flash cannot retrieve data, but at the same time,...
    See more | Go to post

  • teenIce
    replied to NullPointerException in Applet
    in Java
    No, I just don't use the interface anymore. Sorry I'm not so helpful too....
    See more | Go to post

    Leave a comment:


  • teenIce
    replied to call _root from movie clip
    After my try and error method, I have discover something. My variable can read fine if it in frame 3 and later, but not in frame 1 and 2. Any idea why? This is a frame in the movie clip....
    See more | Go to post

    Leave a comment:


  • teenIce
    started a topic call _root from movie clip

    call _root from movie clip

    Hi all,

    Please help me with this problem. I'm new in flash and actionscript, sorry if my question is too easy. I have a variable name _root.test at Scene 1, and I have a movie clip name Answer, what I need to do is to set another variable the value of _root.test in the movie clip.

    I try to do this code :

    testMV = _root.test;

    and

    testMV = _root._root.tes t;

    ...
    See more | Go to post

  • teenIce
    replied to get host name that run applet
    in Java
    thanks...
    i try your code and it works.. :)...
    See more | Go to post

    Leave a comment:


  • teenIce
    started a topic get host name that run applet
    in Java

    get host name that run applet

    Hi all,

    I want to know if there are any way to get host name that run an applet.

    e.g : If I run from another computer, it gives the computer name or web name.
    See more | Go to post

  • teenIce
    started a topic Replace Null Characters (ASCII 0) in file
    in Java

    Replace Null Characters (ASCII 0) in file

    Hi,

    I have a java code that open and read a file. My problem is the file had null char, that had been saved by flash. This null char represent new line in text.
    My question is, how can I replace the null char with the new line tag.

    Thanks in advance.
    See more | Go to post

  • teenIce
    replied to Remove sub string from a string in JAVA.
    in Java
    Hi,

    I had found the code to replace sub string in string. The code can be like this :

    Code:
    String tmpString = myString.replace(textToReplace,"");
    Thanks all.. :)
    See more | Go to post

    Leave a comment:


  • teenIce
    started a topic Save input text in flash

    Save input text in flash

    Hi everyone,

    I have a major problem. I have a flash application and when user using this they can have to type e.g a comment. I have to copy all the text and save it in the file. I try to use sharedobject method but it has a weird symbol like '
    to replace a new line tag. How can I save the actual style of text user had type in flash?

    Thank you for all the helps.I'm so stuck..
    See more | Go to post

  • teenIce
    replied to Need Help!!!
    in Java
    Oh...Thanks man..Now I just need to study it again......
    See more | Go to post

    Leave a comment:


  • teenIce
    started a topic Remove sub string from a string in JAVA.
    in Java

    Remove sub string from a string in JAVA.

    Hi all,

    Does anyone have suggestion what can I do to remove some string from a string?
    Like this :

    Original : I have a cat.
    Remove : have
    Result : I a cat.

    Thanks in advance.
    See more | Go to post

  • teenIce
    started a topic Need Help!!!
    in Java

    Need Help!!!

    Hi everyone,

    I need help to understand this code that I got from open source. I am new at Java.. :(

    Code:
    for(Iterator i$ = ruleMatches.iterator(); i$.hasNext();)
          {
    	  	
              RuleMatch match = (RuleMatch)i$.next();
    
    }
    See more | Go to post
No activity results to display
Show More
Working...