Pesquisar neste blogue

quarta-feira, 15 de junho de 2011

Chat by thunderbird.

Hi!
Certainly that you see that amzing option(if you use gmail and her web client). of grouping your email's by chat's.
With this tutoria you can give you an solution.
But first some images.
 In this case you see gmail using this option.

In the second case you see thunderbird after I run this tutorial.
.
In 1ºst place you need to click in Menu bar. Now click in "View", point to "Topics" and click in option "unread".
Enjoy.

quinta-feira, 9 de junho de 2011

Create a run-time object in Delphi.

Hello reader.
Anytime you have the necessity of associate 2 object events to just 1 method? Yes, maybe.
Right now I guide you, on how to solve the problem of use the same object that you're clicked(if you use the event onClick).
In this example I've got 2 buttons with the same event onClick. We go put the caption 'Button + aleatorial number'.
So, at the event onClick of the 2 Buttons put the code:
TButton(sender).Caption := 'Button ' + IntToStr(Random(255));
I wait that it be useful

Text with border's. No problem!

Hi.
Do you need of put borders in your text. in this article I solve the problem.
1 - Put a TShape in Form.
2 - At the event onPaint of TShape put the code :

  Shape1.Canvas.Font.Color:=clRed;
  Shape1.Canvas.TextOut(1,1,'Teste');
And now have your own Label with border.
With this way you can change the border color.

Sites of Lazarus/pascal.

Hello dear reader.
Silvioprog, an follower of the lazarus-br list, said a tip on list recomending 2 sites of Lazarus.
This sites in my opinion are great sites.
One of the sites is the site lazarus-components.org .This site is a big list of components for Lazarus agrouped by categories where you can found good components for the hard moments of the life of a programmer.
This is some of categories of the site:

Components with sources
Components without source;
Another site recommended bym him is http://www.freebyte.com/programming/ . Here you can find lots of things for Delphi and Pascal in general. We recommend this sites.

sexta-feira, 3 de junho de 2011

Greatest experience on a chat.

Hi again.
Yesterday I found a advertisement on a site related with a a new chat program. This chat is more than a chat is the most completly and amazing experience around the web. This client are IMVU.

This client is a improved mix of facebook and msn. Have the particularity of the 3d interaction with the avatars of the people.
You can make login with your own account of facebook or MSN or ohter popular social networks. Try this. Download it from here.