Search:

Type: Posts; User: Nesh108

Page 1 of 3 1 2 3

Search: Search took 0.15 seconds.

  1. Re: Android - SurfaceView flickers - Double Buffering

    Not even someone who could give some suggestions?
  2. Re: Android - SurfaceView flickers - Double Buffering

    Is there anyone who can help me?
  3. Android - SurfaceView flickers - Double Buffering

    I have been experiencing this issue for quite a while and even after googling a while, I havent found a reasonable solution for my problem.

    The issue I am experiencing is that the SurfaceView I am...
  4. Re: Add and manage a layer over a canvas using SurfaceView

    I manage to fix the text. Now the issue is the size of the bitmaps :/
  5. Add and manage a layer over a canvas using SurfaceView

    I want to say that maybe (probably) the word 'layer' is not the correct one, but I believe it gives the correct idea of what I want to do.

    I am using a SurfaceView wich implements...
  6. Replies
    3
    Views
    2,105

    Re: Events in Android

    I solved it.
    It can be closed.
  7. Replies
    3
    Views
    2,105

    Events in Android

    Hello,

    I would like to ask just a quick thing: could someone give me the 'mobile' version of these events?


    public void mouseDragged(MouseEvent e)

    public void...
  8. Replies
    6
    Views
    4,603

    Re: Moving content (graphics) inside a JPanel

    Thanks I found some interesting stuff!
  9. Replies
    6
    Views
    4,603

    Re: Moving content (graphics) inside a JPanel

    Ok, I want to move ALL the objects drawn on the JPanel. Here is some sort of SSCCE, hopefully it is understandable, I am just trying out.

    I managed to do something, but it is buggy. I managed to...
  10. Replies
    6
    Views
    4,603

    Re: Moving content (graphics) inside a JPanel

    Thanks :)

    The main question still remains: how do I move the content?

    And thanks for the links for the mouse listeners ^^
  11. Replies
    6
    Views
    4,603

    Moving content (graphics) inside a JPanel

    Hello everybody,

    I am currently working on a project involving drawing and such.
    I will quickly describe my goal: I need to draw some lines and other polygons onto a JPanel. The JPanel will be...
  12. Replies
    11
    Views
    4,578

    Re: Best Tools for developing in Java/Android

    Thanks a lot for this brief explanation. We are going to start tomorrow and your info will help me a lot, I am sure about it!!

    Thanks again :D
  13. Replies
    11
    Views
    4,578

    Re: Best Tools for developing in Java/Android

    Thanks for the information.
    For this project I will be the Leader/Project Manager.
    And from what you mentioned I have been already using it on the previous project, so I feel better :).

    If you...
  14. Replies
    11
    Views
    4,578

    Re: Best Tools for developing in Java/Android

    I will be using git or mercurial instead, I have read it is more advanced so I'd like to go for it.
    Any suggestion for other tools?

    Like I will be using Balsamiq for mockups, I found out that it...
  15. Replies
    11
    Views
    4,578

    Best Tools for developing in Java/Android

    Hello,


    I am soon going to start a quite big project in Java/Android.
    I have already worked in many projects but this time I want to use the best tools or anyway tools which could be both useful...
  16. Replies
    18
    Views
    5,511

    Re: Loading icon GIF not showing properly

    Thanks again, fixed by adding:

    Thread1 = new Thread(Search);
    Thread1.start();

    into the AP. In this way each time it is pressed a new thread is created, which is a legal operation!...
  17. Replies
    18
    Views
    5,511

    Re: Loading icon GIF not showing properly

    Great!
    It works with

    Thread1.start();

    The only problem is that now, if I press 'Search' again it gives an error, as I did not stop the Thread.

    #I also tried with 'Thread1.run()' but of...
  18. Replies
    18
    Views
    5,511

    Re: Loading icon GIF not showing properly

    Sadly the method is using the GUI thread as it is when a User presses a button.

    Basically, when a User presses that button, the DB is interrogated and the app retrieves the results and...
  19. Replies
    18
    Views
    5,511

    Re: Loading icon GIF not showing properly

    Nono you don't get it, the problem is not hiding (for the moment)
    It so show the loading icon.

    The only purpose of the Loading Icon is to fill the empty gap between the press of the button and...
  20. Replies
    18
    Views
    5,511

    Re: Loading icon GIF not showing properly

    How do I trick that then?
  21. Replies
    18
    Views
    5,511

    Re: Loading icon GIF not showing properly

    Here is a simple application showing what works and what does not.
    I hope I made it simple enough and of course clear enough as well.



    import java.awt.FlowLayout;
    import...
  22. Replies
    18
    Views
    5,511

    Re: Loading icon GIF not showing properly

    Ok here is what happens:

    1-User selects some options;

    2-U. press on the Search Button.

    2.1*right at this time the Icon.setvisible(true) is used

    2.2*in the same action called by the...
  23. Replies
    18
    Views
    5,511

    Re: Loading icon GIF not showing properly

    yep, that's what I did. But the problem is not showing the Label itself. Is to integrate with something else.
    Because if I put just a button that shows and hides the icon, everything is fine.

    The...
  24. Replies
    18
    Views
    5,511

    Re: Loading icon GIF not showing properly

    I wanted to say that it is quite hard to come up with an SSCCE as the project is quite big and the resources are many.

    Do you think you could just look over it for the moment? I might make one...
  25. Replies
    18
    Views
    5,511

    Loading icon GIF not showing properly

    Hello,

    I am trying to add a loading Icon on my application.
    It is basically a GIF of a rotating circle.

    Whenever the user presses the Search button, and sends a request to the DataBase for...
Results 1 to 25 of 53
Page 1 of 3 1 2 3