mseide-msegui icon indicating copy to clipboard operation
mseide-msegui copied to clipboard

browser

Open beria23 opened this issue 1 year ago • 5 comments

Are there any msegui bindings for any browser that supports dynamic pages? I searched everywhere because I already started my project with msegui and I don't want to go back to the less fast Lazarus.... ps: sorry, English, it's not my mother tongue...

beria23 avatar Aug 02 '22 12:08 beria23

Hello.

Are you talking about a code-browser + form designer for MSEgui projects? If so, there is MSEide: https://github.com/mse-org/mseide-msegui/releases and ideU: https://github.com/fredvs/ideU/releases

Otherwise, please explain what is browser that supports dynamic pages Thanks.

Fred

fredvs avatar Aug 02 '22 13:08 fredvs

I was referring to a library or software package where I could get a page from the web, which is partially generated by the java script... Of course not only in MSWindows. I don't even need to render it, because I'm not writing a browser, but it will be just a bonus... In Lazarus this is done by geckoport,fpCEF3, CEF4Delphi, LazWebkit (Linux and Mac only) ....

beria23 avatar Aug 02 '22 14:08 beria23

Hello.

Sorry but I dont have any skill in those Internet things. There are lot of MSEgui internet components but I never try it.

I hope that somebody else can answer to your question.

fredvs avatar Aug 02 '22 15:08 fredvs

Thank you very much anyway!!!!

beria23 avatar Aug 02 '22 15:08 beria23

If you are happy to bind to an external library then https://github.com/PierceNg/fpwebview works very well.

JonnyTech avatar Aug 02 '22 23:08 JonnyTech