Outlook Calendar (prototype)

Re: Outlook Calendar (prototype)

Postby Silvio » Wed Jan 26, 2011 11:14 pm

Daniel Garcia-Gil wrote:Hello...

I moderated 2 messages, please avoid discussions in the forum

thanks so much


Daniel it is ok from me (look at email please)
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Postby Otto » Thu Jan 27, 2011 11:16 am

Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6044
Joined: Fri Oct 07, 2005 7:07 pm

Re: Outlook Calendar (prototype)

Postby Silvio » Thu Jan 27, 2011 11:18 am

Image
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Postby Silvio » Thu Jan 27, 2011 11:41 am

Image
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Postby Silvio » Thu Jan 27, 2011 11:41 am

Image
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Postby ukservice » Thu Jan 27, 2011 3:44 pm

Hello,

What is the fix for the method ::Adddates() in order to show records from DBF and add dates?.

Thank you.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
ukservice
 
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: Outlook Calendar (prototype)

Postby Silvio » Thu Jan 27, 2011 7:39 pm

adddates read all appointments and load them on class to show box or special box.
see also LoadDates( nStart, nEnd, dStart, dEnd, cText, cSubject ) method on tcalex class
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Postby Silvio » Fri Jan 28, 2011 8:43 am

I trying to read these classes and I saw we need only two important features:

an action when we click on cell of dayview and the possibilty to insert a dialog to create or modify a new appointment (record)

Insert the possiblity to show different type of Box ( colors, Bitmaps,Special day,...)

IF YOU Write here What we need for it ...
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Postby norberto » Fri Jan 28, 2011 10:45 am

Silvio, if we can send email in some events... like day 30 send email to ....

Norberto
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: Outlook Calendar (prototype)

Postby Silvio » Fri Jan 28, 2011 12:12 pm

like a cronjob ?
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Postby James Bott » Fri Jan 28, 2011 3:05 pm

Norberto,

if we can send email in some events... like day 30 send email to ....


This would require that the calendar app be running 24/7. I think this would be better handled by some other constantly running app, like a web app. You could use something like the free http://www.lettermelater.com website. You can submit emails from your program that will get mailed later. I have never used it so I can't comment on it.

Regards,
James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: Outlook Calendar (prototype)

Postby James Bott » Fri Jan 28, 2011 3:12 pm

UKService,

What is the fix for the method ::Adddates() in order to show records from DBF and add dates?.


Are you having problems with this method, and if so what?

Note that the only events on the calendar are in Dec, 2010.

AddDates() would be better called addEvents(). I would also like to see an event class (I have started one already).

Note that if you are trying to compile the app using the test.rmk file, it must be updated with all the newer LIB names.

Regards,
James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: Outlook Calendar (prototype)

Postby Silvio » Fri Jan 28, 2011 6:30 pm

Also I have a oldest TEvent class

with sound alarm

telephon or bell sound or user sound

oEvent:=TEvent():New( dDate, cTime, bAction, cMsg,cSound, cTypeSound, everyday, nEachMin )
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Postby Silvio » Fri Jan 28, 2011 6:36 pm

James,
I think it is a starting point but
we need some features before ..to use it to our applications

first.
I saw on day view if I click an area I cannot insert a record.
I cannot move the mouse and move the black rectangule it create when I click an area

Second
do you understand how insert a new record ?

third
we can change the visualization of box and special box with bitmaps
sample : we can use the class tevent to set an alarm but we can insert also a bitmap a bell into the cell day we selected.


I think we need these feature before...

but I am thinking we must work together to arrive a solution for the community.

Reinaldo and Daniel have made this gift to us, we must not waste this opportunity !!!!!!!!!!!!!!!!!
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Re: Outlook Calendar (prototype)

Postby James Bott » Fri Jan 28, 2011 9:49 pm

Falconi,

Yes, I agree, the calendar needs all those features. And no, I don't know how to program any of them. I have never done anything similar before.

Regards,
James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Silvio.Falconi and 41 guests