Search found 410 matches

by Tony Kroos
Tue Aug 28, 2018 8:06 am
Forum: General NeoBook Discussions
Topic: Out of memory?
Replies: 4
Views: 6584

Re: Out of memory?

I rarely reboot my laptop and my Chrome tabs can go above 500mb memory consumption after few days of surfing.
So it's not neobook problem but IE engine used by WebBrowser. The only way is to destroy and create fresh WebBrowser object but it's impossible in runtime.
by Tony Kroos
Mon Aug 27, 2018 1:00 pm
Forum: General NeoBook Discussions
Topic: Out of memory?
Replies: 4
Views: 6584

Re: Out of memory?

And why are you using WebBrowser object instead of InternetGet ?
by Tony Kroos
Mon May 28, 2018 4:53 am
Forum: PlugIn Discussions
Topic: Plugin for scrolling in NB rectangle
Replies: 16
Views: 9159

Re: Plugin for scrolling in NB rectangle

ajhunt wrote:Am trying to download scroll.pub - is this still available as seems a broken link. Any help appreciated.
http://rgho.st/private/8GV7h6LW9/c99df3 ... 5e4abc6806 reuploaded
by Tony Kroos
Sat May 26, 2018 1:10 am
Forum: PlugIn Discussions
Topic: Looking for Video FLV conversion and Color Picker
Replies: 16
Views: 9111

Re: Looking for Video FLV conversion and Color Picker

However, that does not solve the initial problem : find a color picker to use it with the image I gave : Sure it cannot work with predefined palette image, but it's similar to system color pickup dialog box (click "More colors" link on the plugin form) so if it's doesnt matter where to ch...
by Tony Kroos
Fri May 25, 2018 7:09 am
Forum: PlugIn Discussions
Topic: Looking for Video FLV conversion and Color Picker
Replies: 16
Views: 9111

Re: Looking for Video FLV conversion and Color Picker

The documentation (almost nonexistent) did not explain the contents of the second variable of the dmColorShow command.
Shold be self-explanatory. [ColorSelected] its the variable name to store selected color, you see how it's used to change background color.
See Page->Actions code for comments.
by Tony Kroos
Thu May 24, 2018 11:50 am
Forum: PlugIn Discussions
Topic: Looking for Video FLV conversion and Color Picker
Replies: 16
Views: 9111

Re: Looking for Video FLV conversion and Color Picker

Try to look for older versions XP compatible. And its free under GPL licence. Haven't dealt with ffmpeg for a long time so idk in details.
by Tony Kroos
Thu May 24, 2018 10:26 am
Forum: PlugIn Discussions
Topic: Looking for Video FLV conversion and Color Picker
Replies: 16
Views: 9111

Re: Looking for Video FLV conversion and Color Picker

for video conversion try to get familiar with ffmpeg console tool. Look for compiled releases for Windows.

Code: Select all

ffmpeg -i input.avi -y -ab 56 -ar 44100 -b 200k -r 15 -f flv output.flv
by Tony Kroos
Thu May 24, 2018 10:19 am
Forum: PlugIn Discussions
Topic: Looking for Video FLV conversion and Color Picker
Replies: 16
Views: 9111

Re: Looking for Video FLV conversion and Color Picker

A bit outdated and .net framework based, but may be of help
by Tony Kroos
Wed May 16, 2018 5:12 pm
Forum: NeoBook Functions - VBScript & JavaScript
Topic: Use Javascript library : please need help
Replies: 8
Views: 10930

Re: Use Javascript library : please need help

The easiest way would be download SciTE and run it in rectangle (and interact via SendKeys)
by Tony Kroos
Wed May 16, 2018 5:30 am
Forum: NeoBook Functions - VBScript & JavaScript
Topic: Use Javascript library : please need help
Replies: 8
Views: 10930

Re: Use Javascript library : please need help

You need an editor with code highlight (Ace/Scintilla/EditArea etc...), not just regular static code highlighter.
by Tony Kroos
Tue May 15, 2018 4:20 pm
Forum: PlugIn Discussions
Topic: Thumbnail Grid Plug-In
Replies: 11
Views: 7927

Re: Thumbnail Grid Plug-In

There were trial versions available only.
save hours and hours of time.
Don't think it would take THAT much ) Check this out https://codepen.io/dudleystorey/pen/Kgofa experiment with css and html layout, use with WebBrowser.
by Tony Kroos
Sun May 13, 2018 5:32 am
Forum: PlugIn Discussions
Topic: Plugin for scrolling in NB rectangle
Replies: 16
Views: 9159

Re: Plugin for scrolling in NB rectangle

UltraVox wrote:Thx, but, the "Download" button is inactive, with Firefox and Chrome.
Looks like it's overlapped by some ad banner, close it.
by Tony Kroos
Sun May 13, 2018 5:00 am
Forum: PlugIn Discussions
Topic: Plugin for scrolling in NB rectangle
Replies: 16
Views: 9159

Re: Plugin for scrolling in NB rectangle

Why don't you just take standard nb scrolling bar and customize it? Then make it scroll content (another rectangle/group etc..) in rectangle you need.

P.S - https://dropfile.nl/f/w8ANx2 example. Check forum for more advanced examples.
by Tony Kroos
Thu May 10, 2018 6:00 pm
Forum: General NeoBook Discussions
Topic: Help with search
Replies: 4
Views: 3983

Re: Help with search

Just one thing - do not use files for output. You may not have enough privileges to write on disk, e.g. root folders, etc... Copy output directly to clipboard with | clip Run "dir" "d:\temp\*.jpg /s /b | clip" "RunOnce+Wait+Hidden" "" "" AlertBox &qu...
by Tony Kroos
Sun Jan 28, 2018 5:28 pm
Forum: General NeoBook Discussions
Topic: Help with HMAC SHA512
Replies: 7
Views: 6242

Re: Help with HMAC SHA512

win 8.1 IE11