Re: LV Select NONE working, LVSelect All does not
Dimitris Keletsekis <[email protected]> Fri, 19 Apr 2013 10:50:06 +0300
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <CAHiKg1XTTvVk887AjK3ma5EtUo4Q9WxRyR63HV=zR=_pm6EYbQ@mail.gmail.com> |
Works fine... Just a thought - Maybe you think its not selecting them because when the window is inactive (as is the listview when you click the button) the selected color is very slightly different from the window background (in my system). Dimitris Dimitris On Thu, Apr 18, 2013 at 10:26 PM, jd_duch <[email protected]> wrote: > ** > > > > As the title says. under Windows 7 (Gui4Cli is installed directly in c:/ > though) > Can anyone check ? > > G4C SPELLSH > > WINDOW 10 10 300 720 Spellcheck > > // WINTYPE 11110001 > > xONLOAD > USE Listview #this LV102 > LV LOAD D:/Simplelist > GuiOpen #this > > xONCLOSE GuiQuit this > > Textfile D:/Simplelist > a > b > c > d > e > f > g > ### > > xBUTTON 50 105 50 22 "All" > USE LV #this LV102 > LV SELECT ALL > xBUTTON 100 105 50 22 "NONE" > USE LV #this LV102 > LV SELECT NONE > > xLISTVIEW 0 132 280 588 "" "" LVVar102 > attr help '192 double click to put in clipboard' > attr FONT "#GUI/12/normal" > //attr STYLE -EDIT > //attr Style Check > attr ID LV102 > if $LVVar102 > 0 // if a file was passed, run it.. > SetClip TEXT $LVVar102 > SetWinTitle #this "$LVVar102" > endif > > >