Okay…I just introduced the table layout panel to try the resizing issue. However initially I had just placed the controls on panels without putting them in rows and columns.
Let me try that. Thanks for your help.
Hi Alaa,
Thanks for your prompt answer. Yes, I have used Dock property. Anchor is set to Top-Left
Should I set the doc properties of controls themselves or the containers?
I have controls(text boxes and comboboxes) on an accordion panel whose Dock property is set to Fill, which I have placed it in on a table layout panel which has a property Dock as Fill
Thanks
Hi Sam,
Thank you for contacting support.
Have you used the Anchor and Dock properties of the controls?
You can use them to stretch the controls in their containers.
Best,
Alaa
Hi Alex,
I have attached a sample to steer you in the right direction!.
It’s not a bug per se, but it is an enhancement that will be included in a future release!
Basically, you’ll need to override the Clone() method of the DataGridViewCell and assign your control there!
HTH,
Alaa
Hi Gabriele,
this problem occurs indeed after a WebView update. You can work around it by changing the Designer Renderer to IE.
A fix is currently in QA and will be deployed shortly.
See here: https://wisej.com/support/question/why-windows-designer-take-too-long-to-display
Best regards
Frank
Hi there,
this problem occurs after a WebView update. You can work around it by changing the Designer Renderer to IE.
A fix is currently in QA and will be deployed shortly.
See here: https://wisej.com/support/question/why-windows-designer-take-too-long-to-display
Best regards
Frank
Hi Neil,
Sorry for the delay!
The easiest thing you can do is just remove the column from a Grid and then just add it to another!
I’ll prepare a sample for you shortly!
Best,
Alaa
Hi Matthew,
This was our answer to your support ticket:
Wisej doesn’t know anything about the content of the HTML. The click you get is because there is a generic js handler in the HtmlPanel control in Wisej that captures the event and fires it on the server. There is nothing in HTML or any other framework that wires js events to the server.
To achieve this you have to attach a JS handler and fire a server event.
I have attached a sample to demonstrate the process.
Best,
Alaa
This is the best community ever!
I was banging my head on the screen for the last few hours trying to understand what was going on and I couldn’t open a second Form/UserControl. And came to the Forum to report it and ask if somebody else has seen the same problem. And it was already reported, fixed internally and a workaround was proposed. Respect !
FYI, for me started a few hours ago. I haven’t upgraded to 17.6.2, I’m still at 17.5.4. So I don’t know what is the cause in my case and why it started.
Best regards,
Alex
Sample attached. But… getVoices() doesn’t work in the extension. Something may have changed in chrome. Anyway, I have updated the extension too but you have to compile it on your end. Get it from https://github.com/iceteagroup/wisej-extensions. It will be in the next build we distribute.
Ciao Luca, can you give me a working sample? I only need to get the lists of installed voices…
Thank you.
sure! I is this IE icon
Hi,
after update Visual Studio to 17.6.2 I have the same problem in all project, I have do this work around:
in redendering option, if I disable Edge/Chrome and active IE it works again
I have open a post, wisej dev can replicate the problem.
https://wisej.com/support/question/wisej-form-freeze-after-update-visual-sudio-2022-v-17-6-2
Ciao Gabriele,
task.Wait() blocks so the response doesn’t make it back to the browser and the task will never end. You can use task.ContinueWith(), it will create a new thread out of context so you have put Application.RunInContext(this) inside it.
Or you can use await. Or you can use a callback. Which are basically the same thing. The extension doesn’t expose the GetVoices(callback) but you can achieve it like this.
speechSynthesis.Call("getVoices", (list) => { ... callback code }); // or use a method instead of the lambda
HTH
Hi Alaa,
Thank you, it works.
Hi Cristian,
thanks, that helps us in tracking it down. We´ll keep you updated.
Best regards
Frank
Hi Frank,
as workaround, in redendering option, if I disable Edge/Chrome and active IE it works again
Hi Frank,
downgrade to 17.5.4 the problem persists!
I’m stuck 🙁
Hi Eric,
You’re missing the Designer assemblies:
You can install the Wisej-2-VisualStudioDesigner NuGet package, or download the installer from https://wisej.com/previous-builds/.
HTH,
Alaa
Hi Frank,
thank you.
The problem is more serious than expected, I uninstalled visual studio and installed at 17.6.0 and the same problem.
Now I try with 17.5.x