XRC + PyDev + Code Completion problem

Hi,

When loading an object from xrc, for code completion to work if I use the following statements its working

frame = self.resource.LoadFrame(None, “mainframe”)
assert isinstance(frame, wx.Frame)
frame. {code completion works here}

But instead of frame, if I use self.frame its not working.

self.frame = self.resource.LoadFrame(None, “mainframe”)
assert isinstance(self.frame, wx.Frame)
self.frame. {code completion is not working here}

Is there any other way in which I can get codecomplete?

Regards,
Vijay Bharath Reddy

Hi,

You might have better chance of getting an answer to this one on the PyDev list.

Werner

···

On 25/07/2013 09:17, విజయ్ భరత్ wrote:

Hi,

When loading an object from xrc, for code completion to work if I use the following statements its working

frame = self.resource.LoadFrame(None, "mainframe")
assert isinstance(frame, wx.Frame)
frame. {code completion works here}

But instead of frame, if I use self.frame its not working.

self.frame = self.resource.LoadFrame(None, "mainframe")
assert isinstance(self.frame, wx.Frame)
self.frame. {code completion is not working here}

Is there any other way in which I can get codecomplete?

Regards,
Vijay Bharath Reddy

--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.