hmpmarketing
hmpmarketing
Hey all, I just tried this on Google, same issue and messages in log
This is how we would do in c ``` using System; using System.IO.MemoryMappedFiles; class HelloWorld { static void Main() { double Ask = -1; while (true){ MemoryMappedFile RateFile = MemoryMappedFile.OpenExisting("Global\\KEY");...
Hi, I see your PHP-mt5 repo was removed due to take down notice. do you think you can share with me?
Definiltey a hack @kosirm But I got this to work, hopefully @mathuo can give a better insight :-) for(let g of dockview.panels){ let group_id = dockview.getPanel(g.id)._group.id let elctrl = document.createElement('div')...
@kosirm anytime! FYI, if you know how to listen to an "onReady" event (when dockview has completely loaded) let me know. I am looking around the code and I cant...
@kosirm elctrl.addEventListener('click', () => { let panel_id = g.id console.log(dockview.getPanel(panel_id).api.isMaximized()) if(dockview.getPanel(panel_id).api.isMaximized()){ dockview.getPanel(panel_id).api.exitMaximized() document.querySelector(`#${elctrl.id} div span`).textContent = "expand_content" }else{ dockview.getPanel(panel_id).api.maximize() document.querySelector(`#${elctrl.id} div span`).textContent = "collapse_content" } }) FYI: Im using material...
Thank you @PerBothner !!! I will try that. Really appreciated!
I have just downloaded the dev branch and copied the css and js files inside "website" folder, but the iframe still reloads. Video attached below https://github.com/user-attachments/assets/0151a7af-0a58-4634-9763-163eca30b018
Thank you @PerBothner, I will try again. I am having issues building the lib locally from dev, I mean, it builds fine but I am just a bit clueless on...
Thanks for the feedback @PerBothner !! I will look into it once I can include the library as a node_module :-) Right now I am stuck on that, shame on...