Pinda - Pinda is no diary application

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 575
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Pinda - Pinda is no diary application

Post by bembulak »

Hereby I might share my very first completed project with you. I know it's rather small and not a big piece of code, but it works and does for what is was made.

Pinda is a "diary alike" application. It saves the text in "flat ascii files", but in a hidden directory and with the current (or in the calendar gadget choosen) date.
It is possible to save, open, delete files and to search for keywords. It comes with complete english help-file and the Source.

Pinda was coded with PureBasic 4.0 Linux Beta 1.
Download:
http://bembulak.bas-x.de/files/pinda.zip

Screenshot:
Image


Peace.
cheers,

bembulak
Thalius
Enthusiast
Enthusiast
Posts: 711
Joined: Thu Jul 17, 2003 4:15 pm
Contact:

Post by Thalius »

Looks neat ! ;)

Gonna try it at home on my Tuxbox !

Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right."
"psssst! i steal signatures... don't tell anyone! ;)"
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Doesn't work on Vista ;)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

psst-geotrail! *cough* (whispering)
Pinda was coded with PureBasic 4.0 Linux Beta 1.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Hehehe I know net ;)
Was throwing out a diskreet hint and hoping to have a version to test ;)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Post by Andre »

@bembulak: Looks good. :D

Put it in the Showcase of www.PureArea.net - to help growing the Linux stuff a bit... :wink:
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 575
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Post by bembulak »

@Geotrail: the source itself is crossplattform. If you create a Folder in C:\Documents and settings\$username\ which is called .pinda and put the "data" directory in it (described in the helpfile), it should work on Windows as well, I think. Only the Toolbar and the gadgets look a bit weired under windows. I was testing it, and it worked, but I did not make any changes to the source (this may be the reason for the strange behavir of the gadgets).

@Andre: Thank you! Good Idea with Purearea - why did I forget about it??
edit: Done! :D
Last edited by bembulak on Tue Nov 14, 2006 10:59 pm, edited 1 time in total.
cheers,

bembulak
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Cool man, I like it.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Ok, I didn't know the source was included :|


Anyways, I compiled it and gave it a try.
The toolbar doesn't show here, and the edit area seems to be covering it.
Image

When I move the cursor over the toolbar it partly appears.
Image

Also, resizing is extremly slow and very sluggish.
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 575
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Post by bembulak »

Thanks for the info man.
Someone told me, that the toolbar with windows is a bit different to handle than on linux. Maybe this is the reason for the strange look. The resizing should be better, if you'll take the Delay() out. Don't know, why I kept it. :shock:

But basically it works? Funny. Real crossplattform, yeah. :wink:
cheers,

bembulak
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Post by Andre »

bembulak wrote:@Andre: Thank you! Good Idea with Purearea - why did I forget about it??
edit: Done! :D
Thanks! It's online for the public now:
Pinda v.0.1.7
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

bembulak wrote:But basically it works? Funny. Real crossplattform, yeah. :wink:
Yeah seems to be doing the job apart from the toolbar. I removed the delay(16), the resize seems abit better but it's still alittle sluggish.
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 575
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Post by bembulak »

Strange. Here on my Tuxbox it works very good. I'll try to get the Windows version working (with a better toolbar) and share it.

Thank you all for help and advise.
cheers,

bembulak
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Linux version works like a charm here Ubunto 6.10 :)
Post Reply