TemainfoSoftware / truly-ui

Truly-UI - Web Angular UI Components for Desktop Applications (Electron, NW, APP JS)
http://truly-ui.com
Other
214 stars 36 forks source link

Resizable modals #267

Open gabrielberlanda opened 5 years ago

gabrielberlanda commented 5 years ago

Describe the solution you'd like It would be amazing if we can resize the new modals, to act like a common system window.

abalad commented 5 years ago

Hi @gabrielberlanda , Let's see if it is feasible at the moment to create this feature.

Could you give us more information or examples of this feature in operation and why to create it?

gabrielberlanda commented 5 years ago

Hi @abalad,

Yes, I'm developing an electron app for my graduate conclusion project, and I want to build a multi-window application, eg: The ones writed in Delphi or JavaFx, to achieve this with electron is hard, because everytime that you open a new BrowserWindow its create a new context.

I'm using your library to simulate the multi window, and it's working perfectly!! Btw, I miss the resizable windows, I know that it's not a priority feature, but it would be nice if we can add this feature.

I found this library https://www.npmjs.com/package/angular-resizable-element, its supposed to be easy to add, maybe I can try to do it, but I dont have experience with open source ui projects yet.