| |
|
|
| ¡Hola Franco
Yo bin esta dein Listview en mein Program a testen y lo fällt me el lo Problemas beim minimieren ha oder Yo mache qué falso, also hier unos pocos Zeilen des codes
Ventana de Estilo 64 dialog&=@CreateWindow(%Hwnd, Titel ,4,117,(%maxx-5),500) listview&=CreateListView(dialog&,%hInstance,0,GetSysColor(24),-1,$31) texto$=estatistica.dbf Let quantitativo& = @dbOpen(#1,texto$) @dbclose (#1) if quantitativo& > 0 se a tabela estiver vazia não executa para poder apresentar bytes&=@FileSize(texto$) no listview a ocupação vazia, uma vez que a listview não suporta If bytes&>0 tabelas vazias Dim bereich#,bytes& ReadFileQuick(addr(texto$),bereich#,0,bytes&) Dbf-Expediente invitar bytes&=DbfToCsv(bereich#,bytes&,0,0,0) Dbf konvertieren después de Csv x&=SetColumnsFromMem(listview&,bereich#,addr(y&)) Automatisch Spalten de Csv-Expediente redactar SetItemsFromMem(listview&,(bereich#+y&),(bytes&-y&),x&) Csv Expediente como Items en Listview einlesen Disponer bereich# EndIf Endif
SetColumnWidth(listview&,0,-1) SetColumnWidth(listview&,1,-1) SetColumnWidth(listview&,2,-1) SetColumnWidth(listview&,3,-1) SetColumnWidth(listview&,4,-1) SetColumnWidth(listview&,6,-1) SetColumnWidth(listview&,7,-1) SetColumnWidth(listview&,8,-1)
AutoSortListview listview&,2,0,0,0,0,2,0,2 ShowListView(listview&,8,15,700,194)
Das Problema es si yo mein Program minimiere y lo otra vez maximiere entonces erscheint sólo el Ventana con el Listview aber la ventana principal meines Program no mehr y luego kann Yo, el Listview sólo Alt+F4 schliessen, es dir el auch ya aufgefallen?
Dankbar para cada Tip
Fernando |
|
|
| |
|
|
|
| ¡Hola Fernando,
Ventana de Estilo 64 ?
Como minimierst du lo porque ? Sombrero doch no Titelleiste y Systembuttons... Profano-Styles:
1 - Ventana ha Vergrößerungsbox (Pfeil después de oben) y kann vergrößert voluntad 2 - Ventana ha Verkleinerungsbox (Pfeil después de unten) y kann para Icon voluntad 4 - Dicker Rahmen (Größe la ventana es veränderbar) 8 - Ventana ha Sistema-Menü 16- Ventana ha primero kein Menü (also auch kein ©) 32- Ventana benutzt Bildschirmhintergrund como Hintergrund 64- Das Ventana ha no Titelzeile ...
Mit normalen Windows (Style 31 oder 543) hay en me keinerlei Problemas beim minimieren/maximieren. Lo empfiehlt se ohnehin, el Dialogstyle utilizarse, como ansonsten una Dll no ordnungsgemäß de el Speicher lejos se.
Wenn du me el ganzen Quellcode + Zusatzdateien zusendest, kann Yo dein Programa veces en me testen. Es en solchen Problemen sowieso ratsam.
Saludo, Franco |
|
|
| |
|
|
|
| ¡Hola Franco
Ok,Yo voluntad Usted una stück code con el nötigen dateien senden.
Gibt lo el Beispielcode con el editier möglichkeit para Profano? Den con PureBasic komme Yo no está claro
Gracias
Fernando |
|
|
| |
|
|
|
| ¡Hola Fernando,
sí, algunos Quellcodes (z.B. Lagerverwaltung_Edits.prf) nutzen el Feature. Einfach veces Rechsklick con ratón probieren. Ist en efecto sólo una Línea Code, el Editieren einzuschalten
Saludo, Franco |
|
|
| |
|
|