- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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')
!open first window
OPEN(3, file='user', title='XXXX Software')

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page