2009/7/9 Jacek Kałucki <[email protected]>: > Hi, > > In dForm.addBizobj method, there is a call to setStatusText() method. > But status bar is placed unsightly in left center side of main window, > farther it disappears to quickly to read this information in normal > situation. > It happens on Windows platform. Some users may be upset of this. > Here is sample screen: http://img134.imageshack.us/i/clipboard011c.jpg/ > I think that status bar right place is the bottom of window. > Did I'm wrong? > -- > Regards > Jacek Kałucki >
Do you mess with the statusbar on the mainform. That is instantiate it some how? In general I think that you should not manipulate the UI from the bizobj - UI manipulation code should stick to the UI layer. Perhaps an idea is to ask the bizobj, from the UI, for whatever you are asking, and given the result issue the setStatusText() call. Hope this helps, Miguel _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
