Is it possible to change the Pharo application title bar?
Hi - is it possible to easily change the Pharo.image title bar in the pharo application? (As in the OSX title bar, or Windows one). I find that I often have multiple images running and its difficult to distinguish them - so having a title that had the immediate path of the image would be very useful. Iâd prefer not to have to rename image files (althoughI guess could if its not easy to change the title). Tim
DisplayScreen hostWindowTitle: 'NewTitle' Best regards, Henrik ________________________________ Fra: Pharo-users <pharo-users-bounces@lists.pharo.org> pÃ¥ vegne av Tim Mackinnon <tim@testit.works> Sendt: 22. juli 2017 18:44:46 Til: Pharo Users Newsgroup Emne: [Pharo-users] Is it possible to change the Pharo application title bar? Hi - is it possible to easily change the Pharo.image title bar in the pharo application? (As in the OSX title bar, or Windows one). I find that I often have multiple images running and its difficult to distinguish them - so having a title that had the immediate path of the image would be very useful. Iâd prefer not to have to rename image files (althoughI guess could if its not easy to change the title). Tim
Thats perfect⦠so flexible.
On 23 Jul 2017, at 09:15, Henrik Nergaard <draagren@outlook.com <mailto:draagren@outlook.com>> wrote:
DisplayScreen hostWindowTitle: 'NewTitle'
Best regards, Henrik Fra: Pharo-users <pharo-users-bounces@lists.pharo.org <mailto:pharo-users-bounces@lists.pharo.org>> på vegne av Tim Mackinnon <tim@testit.works <mailto:tim@testit.works>> Sendt: 22. juli 2017 18:44:46 Til: Pharo Users Newsgroup Emne: [Pharo-users] Is it possible to change the Pharo application title bar?
Hi - is it possible to easily change the Pharo.image title bar in the pharo application? (As in the OSX title bar, or Windows one).
I find that I often have multiple images running and its difficult to distinguish them - so having a title that had the immediate path of the image would be very useful. Iâd prefer not to have to rename image files (althoughI guess could if its not easy to change the title).
Tim
DisplayScreen hostWindowTitle: 'your title' works on Windows and Mac (I think) but does NOT work on Linux. This is a sore point with me as I reported the bug (12231) ages ago and someone very kindly wrote a fix - but it was never applied because no one knew how to apply it!!! So the bug was closed. Note that you can set the title (even on Linux) with a command line option. This is buggy too - you cannot have a space in the title! (bug 18145) All in all, it doesn't reflect well on Pharo. I've just re-opened both these bugs - perhaps one day they'll be fixed. I'm not holding my breath. -- View this message in context: http://forum.world.st/Is-it-possible-to-change-the-Pharo-application-title-b... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (3)
-
Henrik Nergaard -
kmo -
Tim Mackinnon