All Answers

0 votes
In reply to: Dropped File lenght.

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

0 votes

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!

0 votes

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#

https://wisej.com/support/question/unable-to-cast-object-of-type-wisej-web-form-to-type-wisej-core-iwisejcontrol-when-re-opening-wisej-project

 

 

 

 

 

 

  • Luca answered Oct 19, 2021 - 2:26 pm
0 votes

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

0 votes

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

 

0 votes
In reply to: .NET 5 / WiseJ 3 ETA

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

0 votes

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

0 votes

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

0 votes
In reply to: DragDrop Files

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.

 

0 votes
In reply to: Development Builds

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

  • Paul answered Oct 18, 2021 - 4:52 pm
0 votes
In reply to: DragDrop Files

Hi Angelo

Could you please, post a little runnable case, to check what is wrong?

Regards

  • Paul answered Oct 18, 2021 - 3:47 pm
0 votes

Sorry bro, I work with VbNet

I attach a very basic working project

 

0 votes

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

0 votes

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 🙂

  • Vincent answered Oct 13, 2021 - 12:39 pm
0 votes

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)

  • Kevin answered Oct 13, 2021 - 11:55 am
0 votes
In reply to: Desktop.wallpaper ?

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

0 votes

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

0 votes
In reply to: CUstom PictureBox

Carlos,

this should work:

Application.Theme.Appearances.picturebox.states["default"].styles.radiusTopLeft = 15;

Best regards
Frank

0 votes

I suggest to use leaflet javascript, I have used it for a big project, it is great with open street map

 

0 votes

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;

  • Ser Gar answered Oct 7, 2021 - 8:00 pm
  • last active Oct 7, 2021 - 8:02 pm
Showing 3181 - 3200 of 11k results