How to "lock" the file name when using vtkKWLoadSaveDialog
Hello,
I am pretty new to visual c++. I have a quick question regarding what I am doing and hope to find answer here....
I am using vtkKWLoadSaveDialog, setup the initial filename etc., when it pops up, the initial file is there. But when I try to direct to other path, the filename is gone, I want to keep the filename there whenever and whereever I go, is there a way to "lock" the filename?
Re: How to "lock" the file name when using vtkKWLoadSaveDialog
vtkKWLoadSaveDialog isn't a Windows API so you have to check the documentation for vtkKWLoadSaveDialog.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
Re: How to "lock" the file name when using vtkKWLoadSaveDialog
Thanks for the reply!
Actually I didn't find any clue on how to keep the initial filename always there from the vtkKWLoadSaveDialog documention. Does it mean that we could "lock" the filename?
Re: How to "lock" the file name when using vtkKWLoadSaveDialog
Originally Posted by quendy
Thanks for the reply!
Actually I didn't find any clue on how to keep the initial filename always there from the vtkKWLoadSaveDialog documention. Does it mean that we could "lock" the filename?
Thanks a lot!
Quendy
Sorry, I really mean couldn't "lock" the filename!
Re: How to "lock" the file name when using vtkKWLoadSaveDialog
I'm sorry but since I'm not familiar with this library I can't help you. The only other help I found was that here http://www.kwwidgets.org/Wiki/KWWidgets they say that some help can be provided via joining the users mailing list.
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
- Brian W. Kernighan
Bookmarks