Re: SetSize doesn't

Robin Dunn <[email protected]> Fri, 7 Jun 2019 16:03:02 -0700 (PDT)
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
------=_Part_1094_1696173505.1559948583105
Content-Type: multipart/alternative; 
	boundary="----=_Part_1095_899605824.1559948583105"

------=_Part_1095_899605824.1559948583105
Content-Type: text/plain; charset="UTF-8"

On Thursday, June 6, 2019 at 4:43:15 PM UTC-7, Bob Swithers wrote:
>
> Robin,
>       Many thx for your reply and interest.
>       No, the MainLoop is not yet running in the interactive code I 
> showed.  However, I can breakpoint the program at any time after the 
> MainLoop is running and get the same interactive session.
>
>       The program is constructed with wxFormBuilder 3.9.0, as are my other 
> apps. I've attached a number of files, one or more of the .jpg files might 
> help you get the sense for how the Frame is constructed, as you asked.  (I 
> hones
>
>

Set the frame's style to just wx.DEFAULT_FRAME_STYLE. Apparently the 
wx.TAB_TRAVERSAL style on frames causes the issue on Windows, it probably 
overlaps with some other frame-specific value or something. All the other 
styles you have set are already included in the default style value.

--
Robin


-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/wxPython-dev/b6c47025-4e78-4bca-ac6e-e9c60b2b93d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

------=_Part_1095_899605824.1559948583105
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">On Thursday, June 6, 2019 at 4:43:15 PM UTC-7, Bob Swither=
s wrote:<blockquote class=3D"gmail_quote" style=3D"margin: 0;margin-left: 0=
.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir=3D"ltr"><div>=
Robin,</div><div>=C2=A0 =C2=A0 =C2=A0 Many thx for your reply and interest.=
</div><div>=C2=A0 =C2=A0 =C2=A0 No, the MainLoop is not yet running in the =
interactive code I showed.=C2=A0 However, I can breakpoint the program at a=
ny time after the MainLoop is running and get the same interactive session.=
</div><div><br></div><div>=C2=A0 =C2=A0 =C2=A0 The program is constructed w=
ith wxFormBuilder 3.9.0, as are my other apps. I&#39;ve attached a number o=
f files, one or more of the .jpg files might help you get the sense for how=
 the Frame is constructed, as you asked.=C2=A0 (I hones<br></div><div><br><=
/div><div></div></div></blockquote><div><br></div><div><br></div><div>Set t=
he frame&#39;s style to just wx.DEFAULT_FRAME_STYLE. Apparently the wx.TAB_=
TRAVERSAL style on frames causes the issue on Windows, it probably overlaps=
 with some other frame-specific value or something. All the other styles yo=
u have set are already included in the default style value.</div><div><br><=
/div><div>--</div><div>Robin</div><div><br></div><div><br></div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups &=
quot;wxPython-dev&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:[email protected]">wxPyth=
[email protected]</a>.<br />
To view this discussion on the web visit <a href=3D"https://groups.google.c=
om/d/msgid/wxPython-dev/b6c47025-4e78-4bca-ac6e-e9c60b2b93d4%40googlegroups=
.com?utm_medium=3Demail&utm_source=3Dfooter">https://groups.google.com/d/ms=
gid/wxPython-dev/b6c47025-4e78-4bca-ac6e-e9c60b2b93d4%40googlegroups.com</a=
>.<br />
For more options, visit <a href=3D"https://groups.google.com/d/optout">http=
s://groups.google.com/d/optout</a>.<br />

------=_Part_1095_899605824.1559948583105--

------=_Part_1094_1696173505.1559948583105--