All Answers

0 votes

Hi Diwakar,

Sorry for the late reply.

You´re talking about app.config settings. What about web.config ? Or are you referring to this ?
What Wisej version have you been using before 1.5.41 ?

Any chance to provide a test case of your environment and send it to frankATiceteagroup.com ?

Thanks in advance.

Best regards
Frank

 

0 votes

Hi,

I found ResponsiveProfileChangedEventArgs is now under “Wisej.Web” and it works ok, thank you for your inputs. Also the ‘Application’ object is now part of the ‘Wisej.Web’ namespace but I could not find ‘RestoreSession‘ method in ‘Application’ object and hence not sure if there is any work around to restore the session in the new Wisej 2.0:

Usage example:
Wisej.Web.Application.RestoreSession(HttpContext.Current);

Does this method exist or any work around? Your help is much appreciated.

Best regards,
Diwakar

 

0 votes

Will make it public.

  • Luca answered Dec 31, 2018 - 8:22 pm
0 votes

Added the enhancement #1728.

  • Luca answered Dec 31, 2018 - 8:21 pm
1 vote

Use Application instead of ApplicationBase. See section 10 in the Wisej-WhatsNew-2.0.pdf installed with Wisej 2.

  • Luca answered Dec 31, 2018 - 8:19 pm
0 votes

Hi Vishal,

there are a couple of points that prevent your sample from working:

  1. the resource file names in VB.NET need to be prefixed with Resources. or Platform. in order to be bundled by Wisej.
    For C# this is deducted from the folder name but for VB.NET it´s ignored. So please rename for file to Resources.JavaScript1.js
  2. the call in your application should be Application.Call(“window.show”, “”) instead. No need to add (); to it since the function parameters
    are to be placed in the second parameter of Application.Call

A different approach to having Wisej bundle the resources can be to included it in default.html with simple html <include src …. directives

Finally you could also use the JavaScript extender and reference your JavaScript file there.

Hope that helps.

Best regards
Frank

0 votes

Dear Team,

I have tried first case with resources adding, but its not working.

I have attached the project here.

Please let me know where is the issue.

 

Thanking you,

P Vishal

  • Vishal Paskanthi answered Dec 29, 2018 - 6:47 am
  • last active Dec 29, 2018 - 6:47 am
0 votes

Hi Mariano,

thanks for sharing the sample.
I could reproduce with Chrome and logged issue #1729 for it.

As a temporary workaround you could use:

accordion

Best regards
Frank

0 votes

Thanks Frank for your suggest.

I saw the discussion, but as I wrote, every attempt to set up padding did not work.

Probably I wrong some thing, but I do not understand where.
I am attaching a small example for greater clarity on what I have done.

 

Ttank you in advance

0 votes

Hi Gabriel,

thanks for your interest in Wisej 2 and the NavigationBar.
The sample and the blog article that explains it are still in the works.
We hope to have it done and published in a few days.

Best regards
Frank

0 votes

Hi Frank,

Here is the sample attached, some more info:

Now i test with some browsers, on Explorer and Opera was ok but on Chrome (my only test on previous post) the problem appear.

Chrome 71.0.3578.98 tested with Hardware Acceleration on & off

Thanks,

Mariano

  • Mariano answered Dec 27, 2018 - 3:55 pm
0 votes

Hi Angelo,

you might want to refer to this discussion and the solution that Luca suggested:

https://wisej.com/support/question/datagridview-buttoncolumn-question

Hope that helps.

Best regards
Frank

0 votes

Hi Hakik,

you can activate on a machine with full access to internet and the programData directory and copy
the license file to the server when you copy your project files there.

Hope that helps.

Best regards
Frank

0 votes

Hi Mariano,

can you please attach the sample or send it to frankATiceteagroup.com ?

Thanks in advance.

Best regards
Frank

0 votes

Hi Vishal,

there are a couple of options in Wisej.
Here are a few:

Please refer to https://wisej.com/docs/html/JavaScript.htm

  • Add your javascript file to the project and set the build action to “Embedded Resource”
  • Modify AssemblyInfo.cs and uncomment the line with …WisejResources…

Then you can either attach to the server side click event and call your code on the client:

jsa

Or use the JavaScript extender (drop it on the container of your button) and edit the JavaScriptEvents property:

jsb

Please note that our upcoming Wisej 2 release does not need the JavaScript extender for this anymore.
All components have those 3 javascript properties by default allowing a very tight and easy integration
of server and client code.

Hope that helps.

Best regards
Frank

0 votes

Hi Andrew,

Maybe using Nancy is an option for you ?

See Luca´s answer here:

https://wisej.com/support/question/some-advice-to-have-restful-service-in-wisej

Hope that helps.

Best regards
Frank

0 votes

Hi,

you need at least IE 10 to use a Wisej application.

Best regards
Frank

0 votes

Hi Preecha,

could not reproduce. Are you maybe using the 1.5 template to create the new window ?
Can you please make sure to use the 2.0 template instead ?
If that´s not the case, any chance to send the code ? You can send it to frankATiceteagroup.com

Thanks in advance.

Best regards
Frank

0 votes
In reply to: Problems with ComboBox

Hi Edmundo,

can you please share a sample or some test code so we can reproduce it ?

Thanks in advance.

Best regards
Frank

0 votes
In reply to: TreeView EnsureVisible

Just saw you were able to reproduce it.  If you have virtual scroll set to true then the error happens.  I have attached an example with the find button.

Showing 6441 - 6460 of 11k results