Re: Re: Simple MSDOS command dir
Dimitris Keletsekis <[email protected]> Wed, 17 Apr 2013 08:33:37 +0300
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <CAHiKg1VKkE57jG=o88NDRp90DoWv0x=sy0iofdL7cOfW=1vKnQ@mail.gmail.com> |
Yes, the combo should have a long height. What I do is go and manually change the height to 300 or more (it doesn't matter if its too much). Dimitris On Tue, Apr 16, 2013 at 11:26 PM, jd_duch <[email protected]> wrote: > ** > > > Thanks, i looked at the example given. > > Maybe when i get ambitious i'll write a dll for aspell. > > Right now my gui is doing exactly what i want. I can spellcheck html and > text files and correct eroors with any editor easily. > I would like to make its footprint as small as possible, and turned to > xCOmbo's. > The dropdown space however seems to be not long enough for what i want to > do. I also get strange behaviour when i modify the LTWH height: > The always visible part does not change when doubling from 22 to 50, but > the dropdown area then gets shorter? > > Is there no way of having a long dropdown? > > Joseph > > > --- In [email protected], Dimitris Keletsekis <gui4cli@...> wrote: > > > > Joseph, > > > > Since you're working with DOS you should also take a look at the DOS.dll > > (in the DLL folder) > > > > Dimitris > > > > > > On Tue, Apr 16, 2013 at 4:47 PM, jd <JDuch@...> wrote: > > > > > ** > > > > > > > > > > Hello Fred & DImitris, > > > > > > i succeeded in > > > getting the aspell line to work: > > > - translating all fullpaths to PC style (Extract myfullparh PCPATH > myPCpath > > > - One path c;\Program files/etc had to be set between quotes > > > > > > Thanks again > > > > > > Joseph > > > > > > > > > On 04/16/2013, you wrote: > > > > > > > Some examples of how i use the run command, the $$lv.field.3 has the > name > > > > of the computer to use the operation on. > > > > > > > > // run msinfo32 > > > > Run "msinfo32.exe" "/computer $$lv.field.3" > > > > > > > > // run ping > > > > Run "cmd.exe" "/k ping $$lv.field.3" > > > > > > > > // run windows Explorer > > > > Run "//$$lv.field.3" "" BSLASH > > > > > > > > // run windows Explorer C: > > > > Run "//$$lv.field.3/C\$" "" BSLASH > > > > > > > > Regards, > > > > Fred. > > > > > > > > > > > > --- In [email protected], "jd_duch" <JDuch@> wrote: > > > >> > > > >> http://ss64.com/nt/cmd.html > > > >> > > > >> gives info on Cmd > > > >> > > > > > > > > > > > Regards > > > > > > > > > > > > > >