Search:

Type: Posts; User: skuskusas

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    1,162

    jquery in zkoss http request

    Hey maybe can help find the problem in my function? I want get from url info and post after textbox.
    expected result is text from ulr. I just do not get the error message I click execute but nothing...
  2. Replies
    1
    Views
    901

    how to do TimeLine daigram

    Hello maybe someone know how to make something like this -->
    http://www.help-documents.com/xl/en-us/images/wpi/production-view/analytics/wpi-production-analytics-tpt-chronological-v0004.gif
  3. Replies
    0
    Views
    1,018

    Printing from web page

    Hello i want make simple java project with which i can print reports from web pages.
    In example i push the button some where in this page and i can print my label without any download and...
  4. Thread: Rest client

    by skuskusas
    Replies
    0
    Views
    1,342

    Rest client

    Hi i am new in android. I want make simple rest client and post result on screen like a clock an weather.
    Maybe some1 know simple example for this? or better working program ?
  5. Replies
    1
    Views
    1,143

    JTable from restClient

    Hello i am try to get data from rest service and put in jTable

    HttpClient client = new DefaultHttpClient();
    HttpGet request = new HttpGet("URL");
    URL aURL = new URL("URL");...
  6. Replies
    4
    Views
    1,483

    Re: No action time out

    i want make program restart. If program dont get any signal for 60min. try to restart.
    Or if that is difficult to do. That how to make auto restart = 60min
  7. Replies
    4
    Views
    1,483

    No action time out

    Hello i want make time out w8ter. or something like this. for example.

    if thread no action (5000)
    {
    App app = new App();
    }

    how write this for java code ?
  8. Replies
    1
    Views
    1,564

    Re: i want run app as windows service.

    I also try Run app as windows service. this example pls help.
  9. Replies
    1
    Views
    1,564

    i want run app as windows service.

    Hi i have problem with run windows service i using Procrun. I made by exsample
    Build windows service from java application with procrun Jörg Lenhard's Blog
    My code is


    public class App...
  10. Thread: JTable

    by skuskusas
    Replies
    10
    Views
    1,410

    Re: JTable

    well maibe its simple for java programmer :) bu me programing only 2weeks :) and when you said
    "Iterate through the result Set" i think wtf its mean :D so if you can whrite code if not i said thanks...
  11. Thread: JTable

    by skuskusas
    Replies
    10
    Views
    1,410

    Re: JTable

    Right :) but i dont known how :( maybe you can whrite exsample ?
  12. Thread: JTable

    by skuskusas
    Replies
    10
    Views
    1,410

    Re: JTable

    No not a headers. i want set header like name and if i have data in this row name+1 .
    and print from DB. in db now data is like


    name but me need name name1 name2 ....
    1 ...
  13. Thread: JTable

    by skuskusas
    Replies
    10
    Views
    1,410

    Re: JTable

    that code work fine.

    but hi print like box layout 1 but me need like line 1 2 3
    2
    3
    ...
  14. Thread: JTable

    by skuskusas
    Replies
    10
    Views
    1,410

    JTable

    Hi here i get all rows from from DB. I want get sss = rs.getInt(5); from DB ant set to Colheads.
    or no to column but to first Row all data from column;
    Exsample


    now table is table a me...
  15. Replies
    1
    Views
    1,400

    Hi need some help!!

    Hello i need som help for mouse clicker action.
    1407

    here me working program. problem is that if i want import data from list me need push the button. I want change data when i selected patch.
    ...
  16. Replies
    1
    Views
    1,106

    hello i am new i java please some help!!

    hello here i import from to db to JPalnel everithing its ok thats work now me need to delete selected item from db. and add new item to db please help

    here is me code



    import...
Results 1 to 16 of 16