| |
|
|
| Hello Frank After the 20. Neustart reicht it me my Program should a directory different CSV-Files with LOADFILE into List view Call. the works too at first time. One Extra-Button should now, before another File viewed becomes, the List view close. the goes too. with the thereafter subesquent second selection becomes now the List view loaded and the program standing !!! I have any me known Opportunities in unterschiedlicher Order ausprobiert - always was one system-Refresh necessary. selected Help ! here are The command, with them I everything attempts have: IF GetFocus(closed&) Button on the Mainwindow (%HWND) CLEARLIST DESTROYWINDOW(listview&) ERASELISTVIEW(listview&) DELETEOBJECT listview& ENDIF have I something overlooking or be I stupid thanks for Help horst :?: [E-Mail] |
|
|
| |
|
|
|
Frank Abbing | Hi.
EreaseListview? what's this thing because?
for a List view sure To Remove, is DestroyWindow() correctly.. Erstellst You now one new List view, must You but not again InitMessages() use! i think, that you the make. before You the Parentfenster (I suspect, this is with you the Mainwindow) of Listviews closes, must You the Subclassing turn off, with CloseMessages().
More can I so from the remoteness not say. there must You me well a functioning code send. |
|
|
| |
|
|
|
| Hi Frank To your question : EraseListview ... what's this thing because here statement from your Help EraseListview (H)
removes any List view-Structures one Listviews inside the Dll. this is necessary, by more than 64 Listviews per Program using to.
H : Long - lever one with CreateListview() erstellten List view Controls
yet were only maximum 64 Listviews for each Program allows. the changes itself with this function, because herewith can any Structures inside the List view.dll again geleert go, what H concerns. EraseListview() ought to to each DeleteObject(listview) applied go, or. if the complete Window deleted watts, in the itself the List view befunden has.. EraseListview() deletes not the List view yourself, separate only interne Structures. The amount Listviews within one Program is termless, as they these function using.
The Error was (to endlosen try self draufgekommen) Initmessage - now works but everything To to that next nerves greeting horst [E-Mail] |
|
|
| |
|
|
|
Frank Abbing | Hello.
alas the EraseListview()... the must You naturally first using, after the List view with DestroyWindow() deleted watts! |
|
|
| |
|
|