39 Posted Topics

Member Avatar for SpiritualMadMan

This is something that is really starting to bug me about Python and wxPython... In VB6 (Disallowed by my employer) I can have multiple Forms loaded at the same time. I can show and hide each and everyone of these forms any time I want to. For example I can …

Member Avatar for SpiritualMadMan
0
146
Member Avatar for SpiritualMadMan

Honestly, I am not quite sure how to explain this... I have a 24 Line GUI wxPython Class that has no Events and Two Functions... These Functions are: Clear the Display and Add a Line from the Bottom. I want to use this Frame from beginning to end of the …

0
63
Member Avatar for SpiritualMadMan

Here's My Problem: I have three Python Modules (using 2.7.2) TC_Config.py merely holds Common Variables used by both of the other two Modules. pyTC.py is supposed to be a Test and Flow Control (Master) Module that once standardized will not be changed (much). ptf.py is a module that will be …

Member Avatar for SpiritualMadMan
0
145
Member Avatar for SpiritualMadMan

Never did much stuff with "Classes" while still writing in VB6. :) I have the following wxPython Class in my pyTC file [code] class InfoUUT(wx.Frame): def __init__(self, *args, **kwds): # begin wxGlade: InfoUUT.__init__ kwds["style"] = wx.DEFAULT_FRAME_STYLE wx.Frame.__init__(self, *args, **kwds) self.label_1 = wx.StaticText(self, -1, "This TPS is for the following UUT") …

Member Avatar for woooee
0
131
Member Avatar for SpiritualMadMan

I am getting the following error when I try to access my Resource Files in Visual C++ v6 "The file is already open in an editor." I've tried closing all windows in the IDE and closing the project, even tried logging out and back in. All to no avail. A …

Member Avatar for SpiritualMadMan
0
422
Member Avatar for SpiritualMadMan

Please direct me if this has been answered previously. Here's my problem. I am decidedly not a C++ Programmer. I do pretty good with VB6... I have a 3rd Party program that I need to write a replacement User GUI for. The company has provided a .DLL and the interface …

Member Avatar for AndreRet
0
140
Member Avatar for SpiritualMadMan

I have a 3rd party DLL interface to a program that I need to interface to. I have C++ Example code that does what it says it does. But, even though it is very bare bones, I really don't understand it at all. The example is written for and I …

0
64
Member Avatar for george_82

This thread has not been marked solved so let me offer a suggestion... I have been writing VB6 code to use the NI VISA32.dll for a while and it is not that hard to talk SCPI to the newer instruments. The older HP Instruments, like the 8902, 8903 and 3458A …

Member Avatar for SpiritualMadMan
0
319
Member Avatar for SpiritualMadMan

OK, By way of introduction I am a 58 year old 6 year Viet Nam Era (not in country) Navy Type who learned a lot of Electronics back in the 70's when the Navy Schools gave you the equivalent of an Associates Degree in Electronics. I am married with two …

Member Avatar for AndreRet
0
259