Re: Can't add slot to a sizer
Igor Korot <[email protected]> Sat, 15 Apr 2023 19:58:25 -0500
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <CA+FnnTzfvJRAKeMb7s6mxQV9axArS_4M0b-c6+LvQP7SqpvH6g@mail.gmail.com> |
Dietmar, On Sat, Apr 15, 2023 at 7:54 PM Igor Korot <[email protected]> wrote: > > Hi, Dietmar, > > I have a following problem. > > I made a design in the wxGlade. > I then created the C++ sources and save the wxg file. > > Then I tried to add some slots into a sizer. > > What happened is - instead f adding the slot, nothing happened. > > Slot was not added. > > wxg file is attached. I tried to add the slot to sizer_6. > > Could you help, please? [quote] MyMac:~ igorkorot$ ls -la createvi* -rw-r--r-- 1 igorkorot staff 2833 Apr 15 17:33 createviewoptions.cpp -rw-r--r-- 1 igorkorot staff 1175 Apr 15 17:33 createviewoptions.h -rw-r--r-- 1 igorkorot staff 13441 Apr 15 17:27 createviewoptions.wxg MyMac:~ igorkorot$ [/quote] The file is writable as can be seen above. Thank you. > > Thank you.