Software Archive
Read-only legacy content
17061 Discussions

window properties

Intel_C_Intel
Employee
358 Views
How do I change the title of the default Graphics1 window in a default Quickwin application? I tried the following with no success:

wc%title="RBI Batch Analyser "C
status = SETWINDOWCONFIG(wc)

also tried:

CALL SETMESSAGEQQ('RBI Batch Analyser ', QWIN$MSG_TITLETEXT )

Any help is greatly appreciated. Ideally, I need to know how to get control of all details etc for that Graphics1 window.

Cheers!
Boyd
0 Kudos
1 Reply
kvrichardson
Beginner
358 Views
Try opening a window on your own and defining it how you want at the very beginning of th application.....that seemed to get rid of graphics1 for me.

!open first window
OPEN(3, file='user', title='XXXX Software')
0 Kudos
Reply