Page 2 of 2
Re: PB-Contributions Beta 1.19(share your source code)
Posted: Thu Sep 29, 2011 4:04 am
by jboadas
This is only for Windows x64 ?
Re: PB-Contributions Beta 1.19(share your source code)
Posted: Thu Sep 29, 2011 7:49 am
by falsam
Sorry, wrong file. Download the file again.
Re: PB-Contributions Beta 1.19(share your source code)
Posted: Fri Sep 30, 2011 7:52 am
by RASHAD
Hi falsam
Well done
The design is a piece of art,practical and slick
I like it
Re: PB-Contributions Beta 1.19(share your source code)
Posted: Fri Sep 30, 2011 8:05 am
by falsam
Whaouuuu thanks but i think that you exaggerate on quality of the design.

Re: PB-Contributions 1.21 (share your source code)
Posted: Fri Sep 30, 2011 8:15 am
by falsam
PB-Contributions 1.21 (Update)
PB-Contribution Beta 1.21
Re: PB-Contributions 1.21 (share your source code)
Posted: Fri Sep 30, 2011 8:18 am
by RASHAD
No I am not exaggerating
The man can judge the beauty
Specially I am allerged to colors and the dimensions
well done
Re: PB-Contributions 1.21 (share your source code)
Posted: Fri Sep 30, 2011 8:49 am
by KJ67
This is indeed a very nice tool, it also has the potential to bind together the different communities that today are divided by different languages.
Well working and a huge potential to grow as users adds content.
I have two small thing that I'd like to see;
1. Please think about putting the pbc.prefs file into "#CSIDL_LOCAL_APPDATA\Your app\" or similar on Windows.
2. Also, please consider supporting right-click in the lists for normal actions. E.g. download, copy, view etc.
Re: PB-Contributions 1.21 (share your source code)
Posted: Fri Sep 30, 2011 8:55 am
by RASHAD
falsam try to hide the ScrollArea Gadget down while resizing
Use #WM_ENTERSIZEMOVE (Hide)
Use #WM_EXITSIZEMOVE (Show)
To eleminate the flicker
I hope you are using windows ver to code
BTW : I just added an API tip
Re: PB-Contributions 1.21 (share your source code)
Posted: Fri Sep 30, 2011 9:05 am
by falsam
KJ67 wrote:This is indeed a very nice tool, it also has the potential to bind together the different communities that today are divided by different languages.
Well working and a huge potential to grow as users adds content.
I have two small thing that I'd like to see;
1. Please think about putting the pbc.prefs file into "#CSIDL_LOCAL_APPDATA\Your app\" or similar on Windows.
2. Also, please consider supporting right-click in the lists for normal actions. E.g. download, copy, view etc.
I hope my English translation is good. The next version of Pb-Contributions will support a context menu (popup menu). I want to compile a Linux version but I can not show PopupMenu in Linux system.
Re: PB-Contributions 1.21 (share your source code)
Posted: Fri Sep 30, 2011 9:10 am
by falsam
RASHAD wrote:falsam try to hide the ScrollArea Gadget down while resizing
Use #WM_ENTERSIZEMOVE (Hide)
Use #WM_EXITSIZEMOVE (Show)
To eleminate the flicker
I hope you are using windows ver to code
I will review the resizing using your comments. Thanks.