by the way
What version of Wisej are you using?
regards
Hi Daniel
Thanks a lot for your detail explanation and the sample code 🙂
We will check this and comment you in short
Regards
Hi Cristian
We was reproduce the issue. :-), Thanks
I’ll report to our develop team.
The fix will be available in the next build
Regards
Hi Cristian
In addition to what to my coworker comment, I suggest you to update to our last official build 2.2.52. In this the issue that you report dont occurs.
I attach a sample video
https://drive.google.com/file/d/1FWKiG2HwdKR_aJoIhwvcICYHX6E0cPBy/view?usp=sharing
Under the hood, the column with combobox is data binded to a datatable.
Regards.
Hi Ivan
Thanks very much for sharing your solution 🙂
Regards and happy coding
Hi Edmon
By the way, for complement our answer
IE cannot align svg images. Works fine for Png.
In current version 2.2.5 and earlies, the designer when using IE will not show the alignment for svg.
Works fine at runtime except for IE.
When 2.5 will be released, it’ll use Edge in the designer as redner engine and it will show the alignment for svgs but it will never work in IE if it used as render engine into visual studio.
Regards
Hi Thameem
I attach your sample modified to upload any type of file (text or binary) one level up of bin directory
Also considere validating the target directory each time the app write the file, becaouse another process could delete the upload directory between file uploads
Regards and happy coding
Hi Edmon
Try unchecking AutoSize property for the label
Next you can align the image in the best way for your needs
Regards and happy coding
Hi
You can use the listView1.Controls property to manage that
Using for example
listView1.Controls.Add(new button()) // specific control
listView1.Controls.AddRange(Control[] controls) // array of controls
Regards
Hi Adrian
Plase, checkout this sample
https://github.com/iceteagroup/wisej-examples/tree/2.2/Responsive
It help you in complete you goal
Regards and happy coding
Hi Jesus
I atach a sample that I hope could be useful for you
Its how to manipulate the widgets properties of tabheader using the Eval() void
this.tabPage1.Eval(“this.getButton().exclude()”);
this.tabPage1.Eval(“this.getButton().show()”);
Regards and happy coding
Hi Daniel
Your code looks fine
The only thing to worry about when using static patterns is to make sure to disconnect clients when their session expires to avoid leaks.
Regards and happy coding
Meanwhile, I attached a sample that can handle items hidden or disabled in a popup menu
Regards and happy codding
Hi Nello
Wich version of Wisej are you using ?
Regards
Hi Jan
What version of Wisej are you using?
The version of FF that present the issues are the same or diferent ?
Could be possible that you send us a minimun sample that present the issue
For the moment whe dont have others clients with this problem
Regards.
Hi, thanks for comment Us
it´s possible that you upgrade to last wisej build 2.2.48 or test it with these new version?
regards and happy coding
Hi thanks for comment Us about it
When these feature will be released in vs2919 (not preview 😉 ) we will make a test
Wisej must compatible with vs2015 and 2017 too and these new feature is about vs2019 only 🙁
Regards and happy coding
By the way, maybe this sample could be useful for you.
Its about print from canvas or panel in a form
Regards
Hi Adrian
are you using some integration control like in this sample ?
Best regards
Hi Adrian
Can you please, send us a little sample for check exactly what do you want ?
Best regards