Re: Is there a "Push" technology for (entry) fields? Force fileds to be updated from server possible?
- From: Mark Space <markspace@xxxxxxxxxxxxxx>
- Date: Sun, 18 May 2008 09:32:24 -0700
Catherina Svensson wrote:
Assume I start a java app whose GUI contains a couple of entry fields (and labels).
Initially I can fill these entry fields (resp. labels) with some values.
Once the GUI dialog is displayed the user is normally able to enter something else.
But AFAIK the content values can NOT be updated by the prgm resp. a remote server AFTER the display.
Well, setText() works fine, so I'm not sure what you're saying about push technology or previous versions. Servers and remote processes and such like of course require that you do some actual socket programming, as far as I know.
Perhaps however you've confused Java with Javascript? The two are totally different.
A code example would clear this up. See this for code examples:
<http://sscce.org/>
.
- Prev by Date: Re: Is there a "Push" technology for (entry) fields? Force fileds to be updated from server possible?
- Next by Date: Reified types and primitives
- Previous by thread: Re: Is there a "Push" technology for (entry) fields? Force fileds to be updated from server possible?
- Next by thread: Re: Is there a "Push" technology for (entry) fields? Force fileds to be updated from server possible?
- Index(es):
Relevant Pages
|
|