Search Results

Search found 13 results on 1 pages for 'cancelledout'.

Page 1/1 | 1 

  • JavaFX UI freeze hang

    - by cancelledout
    My JavaFX app's UI freezes after consecutive times of executing webservice calls. Those process calls are asynchronous. How do I fix this problem? Is there a way to "unfreeze" the UI? Sorry for the newbie question. But I badly need anyone;'s help

    Read the article

  • How to write to an XML file inside a jar file?

    - by cancelledout
    Hi Java programmers. I badly need your help. I have a JavaFX/Java ME application. I'm trying to modify an XML file inside my project's folder (soon to be packaged jar file). The path of the file I want to write: /parseExample/service1.xml Sadly, my application is a JavaFx/JavaME so it doesn't contain the library java.util.jar. So I can't use the jar classes. Are there other ways to do that?

    Read the article

  • Question about fileconnection class in Java

    - by cancelledout
    I have a JavaME application called ParseExample. I can't seem to access the files inside the project's folders using the code below. FileConnection fconn = (FileConnection) Connector.open("{__DIR__}service1.xml", Connector.READ_WRITE); Here is the structure: ParseExample -Source Packages -XMLCreatorExample.java -service1.xml --- I want to read and write to this file Sorry for the noob question. Am I using this wrong? What path should be used? Or is there any other class that is supposed to be used instead of this?

    Read the article

  • JavaFX media player in mobile

    - by cancelledout
    Does anyone have any tutorials in playing videos in javafx applications in mobile? My codes strangely work only in desktop execution. But the official site of JavaFX says it plays in mobile phones. I used their sample code and guess what, it doesn't play on the mobile phone too. Here is the sample code I used: http://javafx.com/docs/articles/media/EmbeddedPlayer.fx.jsp Please help me guys. I'm on a dead-end here. =<

    Read the article

  • How to access files in Java ME

    - by cancelledout
    I want to access the files encircled in this screenshot. What path should I use? This is for my JavaME application. file:///ParseExample/service1.xml doesn't seem to be the right one. http://www.fileden.com/files/2010/5/28/2872707//projectfiles.JPG

    Read the article

  • The mobile application cannot connect to the web service

    - by cancelledout
    Hello everyone. I have a mobile app webservice client that connects to a WCF webservice(on my PC) deployed in a WiMo Device. The OS is Windows Mobile 6.0. It is connected to my PC using a USB cable and ActiveSync 4.5. Problem: When I use a mobile emulator to run the application, it was able to connect to the web service successfully. But if I use the mobile phone to run the application, it cannot connect to the web service. However, I can view the webservice's test webpage using phone's browser(IE) (http://153.xxx.xxx.xxx:8080/Design_Time_Addresses/SOAP11demo/Service1/) Can you guys help me identify on what is wrong?

    Read the article

1