• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

"Transaction Processing" Indicator page

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was wondering if anyone knows how those "Transaction Processing" Indicator pages work i.e. little light moving back and forth to indicate that the transaction/query is processing before the result set is displayed?
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Key Man",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
Forum Bartender
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Key Man:
I was wondering if anyone knows how those "Transaction Processing" Indicator pages work i.e. little light moving back and forth to indicate that the transaction/query is processing before the result set is displayed?



It sounds to me like paging/pagination. Searching the same or JDBC forum with the word "paging" or "pagination" would definitely result in many related threads.
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not believe that pagination is what the OP inquired about. I'm thinking that he's more after a "please wait" while a long response is processing. Once he changes his display name and clarifies, we'll know for sure.
 
Adeel Ansari
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Bear Bibeault:
I do not believe that pagination is what the OP inquired about. I'm thinking that he's more after a "please wait" while a long response is processing. Once he changes his display name and clarifies, we'll know for sure.



Hmm.... Agreed. It sounds more relevent to the problem OP inquired.

[Edited]
I am sure he is talking about "pleast wait..." kind of mechanism.
I know where I was that time. I will never post reply while having fun.
Thanks.
[ January 23, 2006: Message edited by: Adeel Ansari ]
 
Christopher Mikos
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was not inquiring about "pagination"...it is the "please wait" type of mechanism that I am wondering about...i.e. some fancy flashing light like on the Night Rider car "Kit" but on my web application not on my car.
 
Christopher Mikos
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What's an OP?
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OP = original poster
 
Adeel Ansari
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Christopher Mikos:
I was not inquiring about "pagination"...it is the "please wait" type of mechanism that I am wondering about.



A thread found discussing same.


some fancy flashing light like on the Night Rider car "Kit" but on my web application not on my car.



You can use some appropriate fancy animated gif image. How it sounds?
 
Christopher Mikos
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you guys...

cm
 
reply
    Bookmark Topic Watch Topic
  • New Topic