gabrielrcouto / php-gui

Extensionless PHP Graphic User Interface library
2.24k stars 175 forks source link

*bars and other components #172

Closed feamsr00 closed 5 years ago

feamsr00 commented 5 years ago

So! If the Lazarus LCL includes such timeless classics as MenuBars, ToolBars, and StatusBars (oh my!), how do we expose them on the PHP side?

reisraff commented 5 years ago

It's about implement all them in this file https://github.com/gabrielrcouto/php-gui/blob/master/lazarus/unitipcthread.pas over the IPC protocol.

feamsr00 commented 5 years ago

Hi @reisraff. Thanks for getting back to me. You said "It's" about to implement them all. Whats "Its"?

reisraff commented 5 years ago

you should implement... those LCL.

On Thu, Jul 11, 2019, 1:54 AM Chris notifications@github.com wrote:

Hi @reisraff https://github.com/reisraff. Thanks for getting back to me. You said "It's" about to implement them all. Whats "Its"?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gabrielrcouto/php-gui/issues/172?email_source=notifications&email_token=ABDI6VV55KUTKFAXKW6L2M3P624IBA5CNFSM4H7LCDZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZVP7EI#issuecomment-510328721, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDI6VUQBPU6A7DDPK7ETSDP624IBANCNFSM4H7LCDZQ .

feamsr00 commented 5 years ago

I could consider that, indeed. That file seems to have some, but not a heck of a lot of comments. Is there anywhere that has a write up on how to dive into that?

reisraff commented 5 years ago

no I think, you should read the code, and try yourself, what you can do, is search for some "implementation commit" of some LCL component and learn with this.

On Thu, Jul 11, 2019 at 4:54 PM Chris notifications@github.com wrote:

I could consider that, indeed. That file seems to have some, but not a heck of a lot of comments. Is there anywhere that has a write up on how to dive into that?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gabrielrcouto/php-gui/issues/172?email_source=notifications&email_token=ABDI6VXRWB34FNIEKIA4ZCDP66FVVA5CNFSM4H7LCDZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZXZT2I#issuecomment-510630377, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDI6VXQRLARDBLOK743PC3P66FVVANCNFSM4H7LCDZQ .

reisraff commented 5 years ago

like this one: https://github.com/gabrielrcouto/php-gui/commit/1675096062f2cad695e914a805c9c43bb23004b0