Search:

Type: Posts; User: blueberry123

Search: Search took 0.08 seconds.

  1. Re: How to make class method wait for user input from gui

    Yes
  2. Re: How to make class method wait for user input from gui

    There is a textfield in the GUI
  3. Re: How to make class method wait for user input from gui

    There is another button that starts the paging() method, but then it waits for user input.
    If the user presses next page then it retrieves the next 10 results, prints them and asks the user again...
  4. How to make class method wait for user input from gui

    Hello,

    I have a program with a gui and a different class named Search with a static method named paging().
    This paging method retrieves some results and shows them using pagination,
    so, it...
Results 1 to 4 of 4