Jump to content


Photo

tnxOutlookBar


  • Please log in to reply
5 replies to this topic

#1 emailaya

emailaya

    Master Member

  • Members
  • PipPipPipPipPip
  • 984 posts

Posted 07 October 2006 - 10:25 PM

hi

few features that would be great:
1) make the splitter invisible, i want the bar only to have the small icons mode
2) save the state of the bar and its items and be able to restore the state back (savetofile mayb?)
3) hint for each item
4) a bug mayb:
right click will select the item im on. i tried OnMouseUp:
if button = mbLeft then exit;
bar.Selected := bar.GetItemAtPos(X,Y);
but it works only once in 2 right clicks (1 fail, 2 success, 3 fail, 4 success and so on)


thanks

#2 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 07 October 2006 - 11:19 PM

Hello,

Please read for answers:
1) I will consider this, most probably will be added
2) Not sure about this, I will need to think more
3) Will be added
4) This will be fixed.

Best regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#3 emailaya

emailaya

    Master Member

  • Members
  • PipPipPipPipPip
  • 984 posts

Posted 07 October 2006 - 11:36 PM

all the addition will be for next version?

about point 2:
currently, for another component im using the following:

saving the component:
BufferSize := 1024;
FileStream := TFileStream.Create(filename,fmCreate);
FileWriter := TWriter.Create(FileStream,BufferSize);
try
FileWriter.WriteRootComponent(TheComponent);
finally
FileWriter.Free;
FileStream.Free;
end;

loading back the component:
BufferSize := 1024;
FileStream := TFileStream.Create(filename,fmOpenRead);
FileReader := TReader.Create(FileStream,BufferSize);
try
FileReader.ReadRootComponent(TheComponent);
finally
FileReader.Free;
FileStream.Free;
end;


true i can use this myself also for the TnxOutlookBar
but i also wanted to let u know this method exists

#4 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 07 October 2006 - 11:58 PM

Hello,

I think that I will not add it in next release (because it will be released in 2-3 days), but I hope that it will be for next one.

I will probably add such procedure.

regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.

#5 emailaya

emailaya

    Master Member

  • Members
  • PipPipPipPipPip
  • 984 posts

Posted 08 October 2006 - 12:20 AM

ok
i hope u wont 4get to add it
and i wont 4get that i asked for it wink.gif

#6 Boki (Berg)

Boki (Berg)

    Boki (Berg)

  • Forum Admin
  • PipPipPipPipPip
  • 8,191 posts
  • Gender:Male

Posted 08 October 2006 - 12:31 AM

Hello,

I am goin trough groups from time-to-time and I hope that I will add this features soon.

regards
boki@bergsoft.net | LinkedIn Profile
--
BergSoft Home Page: www.bergsoft.net
Users Section: users.bergsoft.net
Articles and Tutorials: help.bergsoft.net (Developers Network)
--
BergSoft Facebook page
--
Send us applications made with our components and we will submit them on: www.bergsoft.net/apps.htm. Link to this page will be also set on home page too.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users