WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: flnotify  (Read 13051 times)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
flnotify
« on: February 25, 2010, 01:56:03 PM »
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.

   
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: flnotify
« Reply #1 on: December 10, 2011, 11:28:09 PM »
This looks really interesting thanks, Was thinking maybe a replacement for Xdialog?
« Last Edit: December 10, 2011, 11:35:04 PM by coreplayer2 »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: flnotify
« Reply #2 on: December 11, 2011, 05:29:08 AM »
It's much more limited than Xdialog, but has its uses ;)
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: flnotify
« Reply #3 on: May 11, 2012, 06: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 ??

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: flnotify
« Reply #4 on: May 11, 2012, 07: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.
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: flnotify
« Reply #5 on: June 24, 2014, 07:10:23 PM »
An x86_64 version would be great for tc5.x, please :)

Though I just found the sources...
« Last Edit: June 24, 2014, 07:12:19 PM by coreplayer2 »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: flnotify
« Reply #6 on: June 25, 2014, 04:33:47 AM »
Should be easy to build yourself. Could use an update in the click detection though.
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: flnotify
« Reply #7 on: June 25, 2014, 01:40:09 PM »
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

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: flnotify
« Reply #8 on: June 25, 2014, 01:41:38 PM »
Click detection? You mean exit on mouse button Down type detection?


Sent from my iPhone using Tapatalk

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: flnotify
« Reply #9 on: June 26, 2014, 03: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.
« Last Edit: June 26, 2014, 03:19:29 AM by curaga »
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: flnotify
« Reply #10 on: June 27, 2014, 01:55:58 AM »
compiled for x86_64   appears to work great   will submit asap