English
Forum

Line list delete

 

Bernd
Kaiser
Hi,

How place I it on, a selektierte Line one List view To delete?

Greeting Bernd
 
Win98SE, Profan 7.5
--------------------------------------------------
Programmieren ist wie küssen:
Man kann darüber reden, man kann es beschreiben,
aber man weiß erst, was es bedeutet, wenn man es getan hat.
07/22/05  
 




Frank
Abbing
Hi.
CompileMarkSeparation
x&=GetSelectedLine(listview&)
DeleteItem(listview&,x&)e>

moreover must but the Listview_Funktionen.inc eingebunden his. Hierin hide itself yet diverse Definitionen and Messages, The in the Help none described are...
 
07/22/05  
 




Bernd
Kaiser
Hello Frank,

my proposition nähert itself the end, the Compiler is geölt and latest Tests walk. and see there, the program runs in a Endlosschleife umher. with the Interpreter hats lovely functions, compiliert goes not.

The Listview_Funktionen.inc is eingebunden.
CompileMarkSeparation
WHILE @Neq(GetLines(Listview3&),0)      alte Einträge im Listview3 löschen

    Deleteitem(Listview3&,GetLines(Listview3&))
    print GetLines(Listview3&)

ENDWHI

The print-instruction have I only to control installed, the worth changes not and therefore becomes The Loop not leave.

on the side: The Listview_Funktionen.inc becomes in the Hauptprogramm eingebunden, The above-mentioned function in a INC-File carryed out. whom Interpreter disturbing not.

my equipment: Win98SE, Profan 7.5

have You a Statement for?

Greeting Bernd
 
Win98SE, Profan 7.5
--------------------------------------------------
Programmieren ist wie küssen:
Man kann darüber reden, man kann es beschreiben,
aber man weiß erst, was es bedeutet, wenn man es getan hat.
08/22/05  
 



Deleteitem(List view3&,Getlines(List view3&)-1) Perhaps?

salvo.
 
08/22/05  
 




Frank
Abbing
Hi,

very, the -1 is important. computer catch even with NULL on To count
 
08/22/05  
 




Bernd
Kaiser
[quote:7d4281758b=iF]Deleteitem(List view3&,Getlines(List view3&)-1) Perhaps?

salvo.[/quote:7d4281758b]
No, on it lying it (this time) not. therefore have I The print-spending installed, to see, whether The Zeilenzahl of Listviews inside the Loop changes. and the power tappt im dunkeln even not.

Interpreter: 2 1 0 (with 3 Lines in the list view)
Compiler: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ... (even unending)

sees sooner so from, as sustain the List view whom commands to that Zeilenlöschen not. around the To to check on have I the code modifiziert:
CompileMarkSeparation
WHILE @Neq(GetLines(Listview3&),0)

    LET test%=Deleteitem(Listview3&,GetLines(Listview3&))
    print test%;
    print GetLines(Listview3&)

ENDWH
>

Lt. the Listview_Funktionen.inc should the Result TRUE (1) or FALSE (0) his. I sustain with the EXE always The 0 as response. in the Interpretermodus are The Answer correctly (1).

have it too under Win2000 tested: Gleiches Result.

Greeting Bernd
 
Win98SE, Profan 7.5
--------------------------------------------------
Programmieren ist wie küssen:
Man kann darüber reden, man kann es beschreiben,
aber man weiß erst, was es bedeutet, wenn man es getan hat.
08/23/05  
 



I look today forenoon time very - nevertheless should it sooner:
CompileMarkSeparation
While Getlines(Listview3&)

    Let Test%=Deleteitem(Listview3&,Getlines(Listview3&)-1)
    Print Test%;
    Print Getlines(Listview3&)

Endwh
>
heissen.
 
08/23/05  
 



so habs probiert. both mutants functions by me correctly:
CompileMarkSeparation
While Getlines(Listview&)

    Deleteitem(Listview&,Getlines(Listview&)-1)

Endwhil
and
CompileMarkSeparation
While Getlines(Listview&)

    Deleteitem(Listview&,0)

Endwhile

vastly faster however is z.B.:
CompileMarkSeparation
declare c&
c&=Getlines(Listview&)
showwindow(listview&,0)

Whileloop c&

    Deleteitem(Listview&,0)

Endwhile

showwindow(listview&,1)
or just:
CompileMarkSeparation
DeleteAllItems(Listview&)
salvo, iF.
 
08/23/05  
 




Jörg
Sellmeyer
what too very beautiful is:
CompileMarkSeparation
~LockWindowUpdate(ListView&)

WhileLoop GetLines(ListView&)

    Deleteitem(Listview&,0)

Wend

~LockWindowUpdate(0
n>

Evtl. another RePaint or UpDateListView or How that is install.
thereby remaining the ListView visible.
 
Windows XP SP2 XProfan X4
... und hier mal was ganz anderes als Profan ...
08/23/05  
 




Frank
Abbing
and again so similar:
CompileMarkSeparation
SendMessage(listview&,11,0,0)  WM_SETREDRAW

Whileloop Getlines(listview&)

    Deleteitem(listview&,0)

Wend

SendMessage(listview&,11,1,0
n>
 
08/23/05  
 




Bernd
Kaiser
Hello iF,
these Variante functions now.

[quote:34846517f6=iF]
CompileMarkSeparation
declare c&
c&=Getlines(Listview&)
showwindow(listview&,0)

Whileloop c&

    Deleteitem(Listview&,0)

Endwhile

showwindow(listview&,1pan>

salvo, iF.[/quote:34846517f6]
sometimes is this Profan voller puzzel, Why running my code in the Interpreter and in the Compiler not? this was again a new experience for me. now be I with the Program ferig. here already time my Thanks all, The I always time in claim taken have.

Greeting Bernd
 
Win98SE, Profan 7.5
--------------------------------------------------
Programmieren ist wie küssen:
Man kann darüber reden, man kann es beschreiben,
aber man weiß erst, was es bedeutet, wenn man es getan hat.
08/23/05  
 



Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

4.945 Views

Untitledvor 0 min.
Michael W.07/04/16
Andreas Koch02/29/12
Peter Max Müller01/27/12
Julian Schmidt01/25/12

Themeninformationen



Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie