If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Corel Paradox > Message() Method Output area

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-23-05, 15:12
MandyW MandyW is offline
Registered User
 
Join Date: Oct 2005
Posts: 6
Message() Method Output area

In Pdox5, there was a fairly large area exclusively available to application programs to display interim status messages while length programs were running. In Pdox11, the area where message() method output is displayed is not only so small that it's hard to provide full info to the user on "work in progress" but it's on a tool bar at the bottom, that appears to be shared with Pdox itself. For some programs, that results in messages interrupting each other so fast that NOTHING is legible and all the user gets out of it is a headache.

Can anyone point me to parameters that I could set to provide the application program with an area for messages where they will be visible long enough for the user to read 'em and the space for the message will be large enough to say something useful?

Thanks for any suggestions you can offer.

......mandy
Reply With Quote
  #2 (permalink)  
Old 12-08-05, 08:55
Shores Shores is offline
Registered User
 
Join Date: Aug 2003
Location: Bologna - Italy
Posts: 209
You should use the status method of the form to intercept status messages coming from pdox and passing those from your app; but if really you need something that looks like a "log" of events happening, you should create a separate form for that, set up as a non modal dialog form in which showing messages.
__________________
The only failure is not trying to do it.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On