julius3419

Show:

What's happening?

  • BarCode not printed out

    Hi, I tried the following piece of codes, as in FAQ, but got a blank paper printed out. What is my problem? try { Barcode b = BarcodeFactory.createCode128("Hello"); PrinterJob job = PrinterJob.getPrinterJob(); job.setPrintable(b); if (job.printDialog()){ job.print(); } }catch (Exception e){ e.printStackTrace(); } Any help would...

    2007-11-28 10:32:27 UTC in Barbecue - Java barcode generator

  • Followup: RE: Help to Run in Tomcat

    Hi, Ok. I managed to run it in Tomcat, tweaking the path in dir_path and remark the line ob_start();. Does it has any side effect by remaking ob_start()? Thanks. cheers, julius.

    2007-08-03 11:36:27 UTC in Contact Grabber

  • Help to Run in Tomcat

    Hi, I have a Java application which need to use this contact grabber. Therefore, it needs to b integrated into the Tomcat which run Java. I'm new to the PHP development environment. I have successfully set the PHP 5.2.3 following this url http://blog.taragana.com/index.php/archive/running-php-5x-on-windows-using-tomcat-4x-or-5x/. 1. In the README.txt -> TODO, a statement "Need to...

    2007-08-02 12:35:41 UTC in Contact Grabber

  • Yahoo Mail Login Unsuccessful!

    Hi, I'm newbie to the MrPostman and this is the first time i'm trying to set up the Yahoo Mail Account through Outlook Express. Is it because of my browser setting (i'm using firefox)? If yes, how to resolve it? Thanx. <head> <script language=""JavaScript""> <!--...

    2007-07-30 07:56:58 UTC in MrPostman

  • Unicode problem

    Hi, I'm having problem sending and receiving the Unicode characters over the MSN, eg, Chinese characters are displayed in unreadable format. It works well in JClaim. What's the trick that i've been missing to enable unicode support? Thanks. - julius.

    2007-07-08 15:53:03 UTC in JClaim

  • Image Thumbnail

    Hi, I'm impressed with the GIT after give it a try in the tomcat using the webapp. I'm working on creating a mobile photo album, therefore i need to make all the images in a photo album to be displayed as a thumbnail before the user click on it to drill down further. 1. Is it possible to auto-generate image thumbnails for all the mobile phones, regardless of the screen size? If yes, how...

    2007-07-08 11:37:35 UTC in GIT and GaWis

  • Followup: RE: YM Friend's Online/Offline not updated!

    Hi, I modified the JClaim as to privide the Web and Mobile-based IM functionalities. As such, i could only use the JClaim's API, in this example, i'm using com.itbs.aimcer.commune.ymsg.YMsgConnection class. Anyway, is it possible for u to give a brief guide to where i should start looking at to solve the above problem?.

    2007-07-05 04:28:41 UTC in JClaim

  • Followup: RE: YM Friend's Online/Offline not updated!

    Opps...wrong post. Can administrator pls removed tbis post. Thks.

    2007-07-03 17:00:07 UTC in JClaim

  • YM Friend's Online/Offline not updated!

    Hi, I found that the YM friends's status(online/offline) is not updated when a friend goes online or offline. In friendsUpdateReceived method, and in statusChanged method. Let say, a friend goes online now, but getGroupList() and further loop in each group, the friend's status doesnt reflecting the new online status. A futher debug, i realised that ev.getGroup() return null. Is that why...

    2007-07-03 16:58:07 UTC in JClaim

  • YM Friend's Online/Offline not updated!

    Hi, I got a problem in which the online/offline status of the contacts are not updated when a contact goes online or offline. In my friendsUpdatedReceived method, public void friendsUpdateReceived(SessionFriendEvent ev) { for (YahooUser aYu : ev.getFriends()) { // log.fine("Updated: " + yu[i].toString()); if (aYu==null) continue;.

    2007-07-03 16:38:27 UTC in JClaim

About Me

  • 2004-10-22 (5 years ago)
  • 1144282
  • julius3419 (My Site)
  • julius3419

Send me a message