Search code examples
blackberryblackberry-eclipse-pluginblackberry-jde

loading indication in the ui screen itself with out using seperate screen or popup


I want to display a lodaing screen when user requests some http connections.I got some good samples from stackoverflow and google,But all of them displays the loading screen using a seperate screen.I want to show it in the same screen where user request for http Connection. If any one have idea please share it to me,Thanks in advance.


Solution

  • I usually use a GaugeField in the status section of a MainScreen. Set it using the setStatus(Field field) method.