Re: input panel problems
Tech-Archive recommends: Fix windows errors by optimizing your registry
Date: Sat, 30 Oct 2004 11:11:02 -0700
I am also having the same type of problems. I do have a mainmenu tied to my
form with a "File/Open" command that has no code tied to it right now. It
was working previously.
I can create a new project with basically the same code (enabled/disable
upon textbox focus) and it works just fine.
Setting the "inputpanel1.enabled = True" shouldn't cause an exception unless
it's looking for something to exist on the form that's not. The exception
message is totally useless, thanks Microsoft.
There must be something simple that we're missing and I just haven't found
it yet.
Jeff
Relevant Pages
- Re: Runtime Syntax Checker
... If any Tcl command sets a return code other than zero, ... script to abort, but any following scripts will execute. ... In C, you can ignore errors, execution ... The caller must then handle the exception. ... (comp.lang.tcl) - Re: SQLCE Exception
... Does this exception only occur when rows have been added? ... > A duplicate value cannnot be inserted into a unique index> ... > My command builder and update code is:> ... > uniqueidentifier ROWGUIDCOL NOT NULL CONSTRAINT ... (microsoft.public.dotnet.framework.compactframework) - Re: I/O Error
... If your users don't know how to use a command line, then you should really be getting the filenames through some sort of GUI instead of raw_input. ... If an exception occurs that will result in the end of the program, there's no point in catching it just to print a less descriptive error message and quit. ... def io: ... As far as the interface goes, you can run this from the commandline as example.py INFILE OUTFILE LOGFILE. ... (comp.lang.python) - Re: native exception not caught with try-catch
... The code that uses SQLCe is detailed below. ... Public Function ExecuteCommand(ByVal SQLStr As String, ... Catch ex As Exception ... If ErrorCount < 3 Then ... (microsoft.public.dotnet.framework.compactframework) - Re: After recalling same Function get GetLastError = 1008
... that the Free Visual C++ Command Line Tools can also do ... any concept of exception. ... VOID CCheckDiskShellDlg::CreateChkDskProcess(CString sCMD, CString ... A boolean value is, well, a boolean value. ... (microsoft.public.vc.mfc) |
|