All Answers

0 votes

Hi Ali,

We have some documentation here for Wisej.NET Hybrid which should help explain some of the topics you saw in the session:

https://docs.wisej.com/hybrid/start/introduction

 

The Hybrid Client is required to interact with native features on the device such as the tab bar, toolbar, statusbar, etc and offline functionality. Without the Hybrid Client the project will function as any other Wisej.NET project on ASP.NET Core. The only difference is that you will not be able to use the Device static singleton that acts as your “gateway” to native device functionality.

 

If you build a Hybrid Remote Application you can deploy it to Kestrel, IIS, or any reverse proxy and access it through a traditional web browser. You cannot do this with the Hybrid Local (offline) project.

 

HTH,

Levie

  • Levie (ITG) answered Dec 18, 2023 - 10:35 pm
  • last active Dec 18, 2023 - 10:36 pm
0 votes
In reply to: Hybrid App
0 votes

Hi Abdul,

That error is coming from NuGet Package Manager, because it looks like a certain package source is not available anymore.

You have to omit that source by going to VS -> Options -> Tools and then look for NuGet.

HTH,
Alaa

 

//

0 votes

Hi Ali,

The concept is to have a local persistent data layer, most applications tend to use SQLite.

This concept is not specific to Wisej.NET Hybrid, but as a good starting point I would recommend checking out https://learn.microsoft.com/en-us/azure/developer/mobile-apps/azure-mobile-apps/howto/data-sync

The challenge would be how to adjust both the app and the infrastructure to handle the synchronized data flow.

HTH,

Alaa

0 votes
In reply to: Renew licnese

Hi,

Our license model changed earlier in 2022 and Wisej.NET is only available on a subscription basis.

Existing licenses remain valid, but cannot be upgraded.

 

In order to get access to the latest release, please purchase new Wisej.NET licenses.

If you want extended licenses valid for years we can do that once we know which keys.

We will then send an invoice for the extended year(s)

Thx & Br

0 votes

This has been fixed in Wisej-3.NavigationBar 3.5.2

0 votes

Hi Kim

Wisej.NET 3.5.2 was just released that fixes this issue.

Best regards
Frank

0 votes
In reply to: chartjs options error

Hi Onur,

Thank you for reporting this issue.

This will be logged as an enhancement and will be added to ChartJS3 and other compatible ChartJS versions.

The correct syntax for this kind of implementation is the following:
chartJS1.Options.Plugins.Legend.Labels = new CustomLegendLabels()
{
UsePointStyle = true,
BoxWidth = 100,
};

CustomLegendLabels in this case is a class that extends the OptionsLegendLabels base class.

I have attached a sample.

HTH,
Alaa

//

0 votes

Hi Juan,

Wisej.NET has a built in extension method ToClientTime() that you can use on DateTime structs to convert the Server DateTime to the Client DateTime.

Best,
Alaa

//

0 votes
In reply to: WisejLib

Hi Ali,

We have a similar post to this one: https://wisej.com/support/question/commandargs-how-to-use

The attached example in that post will give you an overview on how to use the Command feature.

Best,
Alaa

 

//

0 votes

Hi Ali,

To be able to use the injected services like a regular ASP.NET Core application, it would be better to use Microsoft’s implementation.

We have that documented this approach, please visit https://docs.wisej.com/docs/concepts/dependency-injection#alternative-iserviceprovider for more information!

Best,
Alaa

//

0 votes

Hi Ali,

Sorry for the delay. It’s on the TO DO list, unfortunately together with so many other things. My plan to have a new video online before Christmas.

Best

Joe

0 votes

Hi Ali,

did you check out our documentation at

https://docs.wisej.com/docs/concepts/dependency-injection

Best regards
Frank

0 votes
In reply to: net48 issues

Ali,

currently the designer is .NET48 only, yes. A .NET core designer is being developed but we don’t have a specific timeframe for it’s release yet.
Thus if you want to keep designing your forms while using .NET core components, you have to deal with Multi Targeting.

You can find a couple of options in our documentation

https://docs.wisej.com/docs/releases/whats-new-in-3.0/multi-targeting

Or by just googling around as this is a general .NET topic with lots of content spread around.

Best regards
Frank

0 votes

Microsoft Visual Studio Professional 2022 (64-bit) – Current Version 17.8.3

Item License Details Order #
Wisej Trial License

Status:  active

Expires:  January 7, 2024

Activations:  1
Manage Activations  –  Extend license

#652392
Wisej Developer Community License

Status:  inactive

Expires:  Never

Activations:  0
Manage Activations

#652288
  • Sahane SILAY answered Dec 9, 2023 - 10:58 am
  • last active Dec 9, 2023 - 5:38 pm
0 votes

Hi Frank,

That’s great news!  Thanks for letting me know.

Regards,
Mark

 

0 votes

Hi Mark,

this issue is fixed and currently in QA.
We’ll inform you when a new version is released.

Best regards
Frank

0 votes

Hi Ali,

this is fixed and currently in QA.
We’ll let you know when it’s released.

Best regards
Frank

0 votes

Hi Marcelo,

a fix for this issue is currently in QA.

We’ll inform you when it’s released.

Best regards
Frank

0 votes

Hi Gerhard,

This is a known issue and will be fixed in the next release, Wisej.NET 3.5.2.

Please reach out if you have any other questions!

Best regards,

Levie

Showing 821 - 840 of 11k results