Hi Angelo,
I tried to reproduce but here it worked just fine with or without the messsagebox.
What browser and Wisej version are you using?
Best regards
Frank
Hey Guys! Can someone tell me if this post was an issue or a programming issue? It seems I’m experiencing the same.
Please advise!
It is caused by Visual Studio designer loading an assembly used at design time more than once (copied to a shadow file). It usually happens when there are multiple versions or a custom component is used at design time and the assembly is recompiled.
It’s a known issues/features if Visual Studio and it’s most likely caused by the solution configuration in terms of references and custom controls. We work with solutions with more than 120 projects each and thousands of controls and managed to minimize this issue.
It’s not a Wisej issue. The error occurs before Wisej is even loaded by the designer and there is nothing for us to fix.
You can find several explanations and approaches here:
https://www.telerik.com/forums/invalidcastexception-on-displaying-radgrid-in-designer
https://www.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/27019/unable-to-cast-object-of-type-infragistics-win-checkboximageglyphinfo-to-type-infragistics-win-glyphinfobase#
It has nothing to do with adding wisej packages to project, nor adding anything new to the project. I just open existing solution, and, sometimes it shows the designer fine, sometimes not. It compiles without build errors all the time.
Thanks,
Pavel
Attached is example project. Still, if in the theme is defined colours, how to change individual panels colors then? It seems the theme colors are more significant than the properties of individual objects… Is that correct?
Thanks
Pavel
Hi Andrew,
Sorry for the delayed response.
Wisej 3 will be available as a preview for Technology Partners starting from the end of October, followed by an open beta at the end of November.
HTH,
Alaa
Hi Pavel,
Does it happen all the time (i.e. when you add a new Page or Window) or only when you add Wisej’s package to a project?
Best,
Alaa
Hi Pavel,
I just tested setting the BackColor on all of the Panel types and I wasn’t able to reproduce.
Perhaps you can send over a small sample ?
Also, if you’re using a custom theme, please make sure to include it as well!
Thank you,
Alaa
Hi Paul
I have attached an example to better explain my question.
As you can see I have added two ways to upload the file.
If the upload is done with the Wisej.Web.Upload control, I can show the transferred progress byte using the Upload1.Progress event.
If the upload is done by drag and drop a file on the datagridview control, I don’t know how to show the transferred progress byte.
I hope I was clearer and thanks.
Hi Evan
With new distribution by nugget
Wisej.Framework.dll is on the installer (go to a local nuget) and on the online nuget. Wisej.Extensions: are not in the installer anymore, are compiled and distributed in nuget online, AND are available in source code in github.
Here a pic of how to change within release and beta builds
hope to help
Regards
Hi Angelo
Could you please, post a little runnable case, to check what is wrong?
Regards
Sorry bro, I work with VbNet
I attach a very basic working project
Hi Aniras,
All you have to do is to bring the NavigationBar to the foreground.
Just do a right click on the control, and select the “Bring to front” option 🙂 .
HTH,
Alaa
Thanks, I knew I could do that but that seems more work. If someone uses the .add() they are going to want to set those properties too in most cases.
Anyway, thanks and I will keep it as is 🙂
Hi Vincent,
For the custom logic you want to add, just make an inheritance of the FlowLayoutPanels class and add your new methods or properties.
Good coding,
Kevin (ITG)
Hi Ainars,
It’s not possible to access a local file from a browser. If you check your console, you’ll see a “Not allowed to load local resource” error.
That’s a security exception built into all modern browsers.
you can set any URL or an image from a Theme to the Wallpaper property of the Desktop component.
I would suggest that you use the CustomWallpaper extension for Wisej, which you can find it in nuget, from there you can load the image file (Or have multiple custom ones ) and set it as a custom wallpaper for your desktop.
You can check the CustomWallpaper sample we have on GitHub: iceteagroup/wisej-examples: Wisej sample applications. See https://wisej.com. (github.com)
HTH,
Alaa
Luca pointed me in the right direction.
You now need to define the dropdowncontrol Minimum / Maximum size (Minimum in my case)
otherwise the drop down defaults to the width of the combo box
Carlos,
this should work:
Application.Theme.Appearances.picturebox.states["default"].styles.radiusTopLeft = 15;
Best regards
Frank
I suggest to use leaflet javascript, I have used it for a big project, it is great with open street map
Tried with button control width change, and works ok , but with shape control no animation shows
Both has CssStyle = transition: width 0.5s ease-in-out;
