misc Posted October 11, 2013 Share Posted October 11, 2013 I’m looking for an experienced Delphi XE3 / XE4 developer who can write me a demo app with the framework Fabric.js The demo should include something like this: http://fabricjs.com/kitchensink/ The idea is to create a Delphi browser application with uniGUI, and to integrate Fabric.js into this application in order to have a simple DTP editor. If this demo works, then there will be a larger job assigned to whoever wants to continue with it. At the moment I have no idea if this idea would work, because I have no experience with uniGUI. Maybe there's even a simpler solution, though I have not seen any good drag & drop and canvas editing in uniGUI. The question is, can another framework be integrated in uniGUI? If the answer is a simple NO, then please just explain here. Otherwise please send me an offer for this demo per PM to info@1stein.de Thank you. Quote Link to comment Share on other sites More sharing options...
fcarvalho4 Posted October 11, 2013 Share Posted October 11, 2013 thanks pal! Quote Link to comment Share on other sites More sharing options...
misc Posted October 11, 2013 Author Share Posted October 11, 2013 Can anyone give me a lead, if it's possible to integrate another framework inside uniGUI? Quote Link to comment Share on other sites More sharing options...
Oliver Morsch Posted October 11, 2013 Share Posted October 11, 2013 Can anyone give me a lead, if it's possible to integrate another framework inside uniGUI? Should be similiar to using TinyMCE in UniGui: You can use TUniHtmlFrame to include this. Quote Link to comment Share on other sites More sharing options...
misc Posted October 11, 2013 Author Share Posted October 11, 2013 Does that mean, I can embed any other JS libraries in uniGUI, and acces them also through uniGUI? Can I access the full document DOM? Maybe this is a stupid quesition, but as a Delphi developer I am somewhat lacking experience. Quote Link to comment Share on other sites More sharing options...
Oliver Morsch Posted October 11, 2013 Share Posted October 11, 2013 You can include any HTML/JS/CSS into the generated web page, no matter if your own (HTML/JS) code or JS library. Access is only limited if you embed an external web site using TUniURLFrame (= iFrame). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.