CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tima

Search: Search took 0.01 seconds.

  1. Thread: Locking a file

    by tima
    Replies
    2
    Views
    627

    Re: Locking a file

    Thank you for your reply.

    I'm running a windows service that detects the existence of an xml file in a directory, if the xml file is there I save the data in the memory, delete the xml file and...
  2. Thread: Locking a file

    by tima
    Replies
    2
    Views
    627

    Locking a file

    Hello everyone,

    Two applications share the same file. They execute Read/Write access on this file.

    What I need is if an application is reading/writing this file, I want the next application to...
  3. Replies
    0
    Views
    760

    XMLDataSource and Repeater

    Hello,

    I'm trying to bind an xmldatasource to Repeater. The XMLDatasource contains 31 items.
    When i try to display the following result (see below) and while setting the ContentType of the page...
  4. Thread: Ajaxifying Login

    by tima
    Replies
    5
    Views
    6,762

    Re: Ajaxifying Login

    what do u mean by:

    function getUpdate(txt){
    document.getElementById('getReturn').innerHTML = 'GET=' + txt;
    }
    function postUpdate(txt){
    document.getElementById('postReturn').innerHTML =...
  5. Thread: Ajaxifying Login

    by tima
    Replies
    5
    Views
    6,762

    Re: Ajaxifying Login

    still it's not working. My jsp function returns either the username or nothing.

    var response = http.responseTEXt does not return anything!! i dont get this. I tried the alert(response), the alert...
  6. Thread: Ajaxifying Login

    by tima
    Replies
    5
    Views
    6,762

    Ajaxifying Login

    Hello,

    I want to ajaxify my Login page written in jsp. I already wrote the "verify_login" function which return a boolean value: either true or false.

    Now the point is that I dunno how to...
  7. Replies
    4
    Views
    1,577

    Re: JFileChooser & ActionListener

    How am I supposed to use the Thread Event Dispatch Event to call
    from an Applet the function play() located in the MP3Player class ?
    It is giving me hard times to do it especially that I'm getting...
  8. Replies
    4
    Views
    1,577

    Re: JFileChooser & ActionListener

    Yea I got it ! Thx for ur explanation keang .. It worked well
    Most appreciated :)
  9. Replies
    4
    Views
    1,577

    JFileChooser & EDT

    Hey again,

    My project consists of one Applet and an MP3Player class.
    I'm using a JFileChooser to play an mp3 song. The problem is that in my
    applet I have 2 buttons: start + stop buttons...
  10. Replies
    9
    Views
    16,498

    Re: importing javazoom package

    Thx a LOT dlorde !! It finally worked !
    Still I have a prob with the Path to an mp3 song. For example, If I have a
    song titled rockthenight.mp3 located on the Desktop , how can I make it
    ...
  11. Replies
    9
    Views
    16,498

    Re: importing javazoom package

    I've written this command

    java -classpath ".;C:\Program Files\Java\jdk1.5.0\lib\jl1.0.jar;C:\Documents and Settings\Nightmare\jbproject\com.informit.jlayer" com\informit\jlayer\MP3Player

    and...
  12. Replies
    9
    Views
    16,498

    Re: importing javazoom package

    Excuse my ignorance with the ClassPath issue dlorde...

    Start / Control Panel / Performance and Maintenance / System /
    Advanced / Environment Variables / New

    Variable name : classpath
    ...
  13. Replies
    9
    Views
    16,498

    Re: importing javazoom package

    1- package : "com.informit.jlayer"
    2- class name : MP3Player
    3- Base class : java.lang.Object
    I copied and pasted the code given in that link.
    I added the library (JLayer 1.0) under the folder...
  14. Replies
    9
    Views
    16,498

    Re: importing javazoom package

    Actually I'm trying to execute the MP3Player.java code .. but it is not working properly...
  15. Replies
    9
    Views
    16,498

    importing javazoom package

    Hello Everyone, I'm writing an mp3 Player. I downloaded the JLayer 1.0. package but an error occurred while writing the following code. It has to do with the package :

    -- cannot access...
  16. Replies
    4
    Views
    803

    Re: [ Beginner ] Code Errors

    My version is JBuilder 4.0.152.0.
    Thx a lot dlorde, it finally worked ! I* really appreciate your time and
    ur kind cooperation :)


    Here's the right code:


    package untitled5;
  17. Replies
    4
    Views
    803

    Re: [ Beginner ] Code Errors

    Error #: 204: illegal start of expression at line 53, column 3
    Error #: 206: malformed expression at line 49, column 3

    The lines are highlighted in the code .
  18. Replies
    4
    Views
    803

    [ Beginner ] Code Errors

    Hello Everyone,

    This is the code of 2 seperate panels :
    - the first panel contains 2 buttons + 2 textboxes
    - the second panel contains 3 buttons (Erase, Change, and Exit)
    When we enter...
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured