Create a dialog box and add text entry box and colour to the dialog box and text using wxpyton

Recommended Answers

All 2 Replies

That sounds like your homework. Try sharing what you have so far and what you think is broken.

commented: import wx class my_window(wx.Frame): def __init__(self, parent, id): #error __int__ wx.Frame.__init__(self,parent,id,' Search', size=(30 +0

Sadly, replies via comments like that is limited. Try a full reply with your code as well as point out what line you think is the problem as well as what the problem is. Unlike some places, we don't complete assignments and homework but will look at issues and share how one might solve them so that in the end you can claim you did the work.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.