Search found 6 matches

by raptordog
06 Aug 2018 17:55
Forum: Scripts
Topic: TListView....
Replies: 3
Views: 9073

Re: TListView....

Yes the documentation for using controls is dire.... trial and error is not much fun, especially if the message given for an error doesn't tell you anything :|
by raptordog
06 Aug 2018 13:15
Forum: Scripts
Topic: TListView....
Replies: 3
Views: 9073

TListView....

Has anyone got any example code (preferably in JScript) that displays the TListView with just a few columns?

I cant get it to display on a form.

Gracias
by raptordog
06 Aug 2018 12:52
Forum: Scripts
Topic: Blank line... how to check for?
Replies: 5
Views: 11179

Re: Blank line... how to check for?

002.gif
002.gif (12.04 KiB) Viewed 11150 times
by raptordog
06 Aug 2018 01:21
Forum: Scripts
Topic: Blank line... how to check for?
Replies: 5
Views: 11179

Re: Blank line... how to check for?

Try this instead........

if ((Length(Trim(document.Lines[document.CursorY]))) == 0)

It will test the current line for a blank as well as only containing only whitespace.

Cheers big ears :-)
by raptordog
06 Aug 2018 00:42
Forum: Scripts
Topic: Blank line... how to check for?
Replies: 5
Views: 11179

Re: Blank line... how to check for?

Ummm.... i dont think so :-)
by raptordog
05 Aug 2018 17:28
Forum: Scripts
Topic: Blank line... how to check for?
Replies: 5
Views: 11179

Blank line... how to check for?

How to check if the current line the cursor is on is a blank line?

mucho apprecio :-)