PureBasic Forum http://forums.purebasic.com/english/ |
|
[Requester] GtkDialog mapped without a transient parent. http://forums.purebasic.com/english/viewtopic.php?f=23&t=74974 |
Page 1 of 1 |
Author: | Flype [ Sun Mar 29, 2020 10:49 am ] |
Post subject: | [Requester] GtkDialog mapped without a transient parent. |
Using Ubuntu 18.04.4 LTS When calling such code (or any requester component) : Code: ColorRequester(CurrentColor) Code: OpenFileRequester("Load Image...", "", "JPEG Images|*.jpeg|All Files|*.*", 0) This produce such Gtk-Message : Code: Gtk-Message: 11:44:12.182: GtkDialog mapped without a transient parent. This is discouraged. Does this means we should pass our parent window to the requesters ? Code: ColorRequester(CurrentColor, [ParentWindow])
|
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |