Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: curaga on February 25, 2010, 10:56:03 AM

Title: flnotify
Post by: curaga on February 25, 2010, 10:56:03 AM
Quote
Title:          flnotify.tcz
Description:    FLTK notify applet
Version:        0.8.1
Author:         Curaga
Original-site:  http://tinycorelinux.com
Copying-policy: GPL
Size:      4K
Extension_by:   Curaga
Comments:       If you need light-on-deps notify popups, look no
      further.
Change-log:     
Current:        2010/02/25 Original

Position, size, colors customizable.

(http://preview.shareapic.net/preview6/021315776.png) (http://www.shareapic.net/View-21315776-TC.html) (http://preview.shareapic.net/preview6/021531418.png) (http://www.shareapic.net/View-21531418-TC.html) (http://preview.shareapic.net/preview6/021531421.png) (http://www.shareapic.net/View-21531421-TC.html) 
Title: Re: flnotify
Post by: coreplayer2 on December 10, 2011, 08:28:09 PM
This looks really interesting thanks, Was thinking maybe a replacement for Xdialog?
Title: Re: flnotify
Post by: curaga on December 11, 2011, 02:29:08 AM
It's much more limited than Xdialog, but has its uses ;)
Title: Re: flnotify
Post by: coreplayer2 on May 11, 2012, 03:33:59 AM
Ok found it! 

Customizable you say, h'mmm   I typed  flnotify --help    alas :(   so am thinking use the same formatting as fltk widgets ??
Title: Re: flnotify
Post by: curaga on May 11, 2012, 04:26:15 AM
Yep, it's fairly limited and doesn't do -h/--help. Probably should add those sometime... ;)

Quote
$ ./flnotify

flnotify v0.9

Usage: ./flnotify [opts] "say hi"

Options:

        -t [time to show] default 5.0

Colors:
        -bg <color> background color
        -fg <color> text color

The color can be either named (green) or rgb ('#00ff00').

Position:
        -r right
        -b bottom (left by default, right with -r)
        -c center

For anywhere else, use the standard -g option.
The size can also be changed with -g.
Title: Re: flnotify
Post by: coreplayer2 on June 24, 2014, 04:10:23 PM
An x86_64 version would be great for tc5.x, please :)

Though I just found the sources...
Title: Re: flnotify
Post by: curaga on June 25, 2014, 01:33:47 AM
Should be easy to build yourself. Could use an update in the click detection though.
Title: Re: flnotify
Post by: coreplayer2 on June 25, 2014, 10:40:09 AM
Am not sure I have found all the sources...  Will try again later today

When I unpacked the archive, I found another  identical archive inside 


Sent from my iPhone using Tapatalk
Title: Re: flnotify
Post by: coreplayer2 on June 25, 2014, 10:41:38 AM
Click detection? You mean exit on mouse button Down type detection?


Sent from my iPhone using Tapatalk
Title: Re: flnotify
Post by: curaga on June 26, 2014, 12:17:13 AM
Yes, the "exit on click" functionality was badly done and may not work reliably.

Code: [Select]
$ tar tf 4.x/x86/tcz/src/flnotify-0.9.1.tgz
flnotify/
flnotify/.gitignore
flnotify/build.sh
flnotify/flnotify-0.6.tgz
flnotify/flnotify.cxx

Oh that old one. Included by accident I believe. You can ignore the flnotify-0.6.tgz archive.
Title: Re: flnotify
Post by: coreplayer2 on June 26, 2014, 10:55:58 PM
compiled for x86_64   appears to work great   will submit asap