All Answers

0 votes

Hello,

 

the example i receive from Frank is written in C#, I only can program in vb.net

 

regards,

bjorn

0 votes
In reply to: Open new page

Hi Bjorn,

As asked in https://wisej.com/support/question/vb-net-code-to-open-mdi-window-from-page thread, please attach your sample (on the other thread)..

0 votes

Hi Bjorn.

I suppose you have a sample that doesn’t behave like you expected. Can you attach it please?

0 votes
In reply to: Open new page

Hello,

 

you showed me to open a new page, can you please send me the vb.net code to open a mdi window?

i have open the example but it’s not written in vb.net

 

thanks in advance.

regards,

bjorn

 

0 votes

Thanks a lot!

Clear, fast and perfect answer.

0 votes
In reply to: Open new page

Hello,

 

To be sure, my application(s) will run on 1 new IIS server for Wisej applications, do i have enough with a “developer” license?

Or do I need some extra?

 

regards,

bjorn

0 votes

Hi Henry,

I think, you’ve missed the Orientation property. When I set it to Vertical the TabPages are shown like on your first image.

this.tabControl1.Orientation = Wisej.Web.Orientation.Vertical;

this.tabControl1.Alignment = Wisej.Web.TabAlignment.Left;

Best,

Jens

0 votes

Hi Eric,

WJ-9141 is fixed in Wisej release 1.5.16.

Best regards
Frank

0 votes

Hi Masafumi,

WJ-9143 is now also fixed in the latest Wisej release (1.5.16).

Best regards
Frank

0 votes
In reply to: TextBox autosize bug

Hi Marian,

WJ-9147 is fixed in Wisej release (1.5.16).

Best regards
Frank

0 votes

Hi Nikos, Hi Marcelo,

WJ-9155 is fixed in our latest Wisej release (1.5.16).

Best regards
Frank

0 votes
In reply to: software developer

Hi Ron,

WJ-9166 was added to our latest Wisej release (1.5.16).

Best regards
Frank

0 votes

Hi Nikolajs,

WJ-9174 is fixed in our latest release (1.5.16).

Best regards
Frank

0 votes
In reply to: Open new page

Hi Bjorn,

it´s VB.net (or C#). Please refer to the application for Wisej´s object model.

For the session timeout find more information here to set it up in default.json here:

https://wisej.com/docs/html/Session.htm

Best regards
Frank

0 votes
In reply to: Open new page

Dear,

 

Thanks I was able to download, and get the page change to work.

question is this vb.net language or is this special code for Wisej?

 

i also have another question regarding the time out.

can we change the time for closing the session?

 

regards,

bjorn

0 votes
In reply to: Open new page

Hello Frank,

 

Can we easily download the complete sample (folder incl. files)?

or do we have to download file per file?

 

i still don’t get this to work!

the name of my new page is “page2”

Application.MainPage.Show()

 

regards,

bjorn

0 votes
In reply to: Open new page

Hi Bjorn,

you can set Application.MainPage to the new page.

Please also refer to our sample at

https://github.com/iceteagroup/wisej-examples/tree/master/PageNavigation

Best regards
Frank

0 votes

Hi Masafumi,

until the VirtualScroll feature is available, you can take a look on this 2 articles.

1. https://www.modernizing-applications.de/ihre-informationen/blog/posts/2018/april/wisej-s-virtualmode/
2. https://www.modernizing-applications.de/ihre-informationen/blog/posts/2018/june/wisej-combobox-with-autosuggest/

The first one explains how to use the VirtualMode of the DataGridView control.

The second one uses the modified DataGridView control as DropDownControl for a UserComboBox.

Best,

Jens

0 votes

Hi Chris,

I added an example.

You have to change the namespace.

With the new web.config entry you overwritte the default handler for wx.

I choose the second approach from Luca’s post and store the HttpContext.Current.Session in Application.Session.AspNetSession.

Best,

Jens

0 votes

Hi,

perhaps the AlertBox could help.

“Displays an alert box with the specified text and icon in the specified position.”

You can  also define an autoCloseDelay:
A value in milliseconds that determines the delay after which the alert box disappears automatically. The default is 5000 (5 seconds). If set to 0 the box stays open.

Best,

Jens

Showing 6801 - 6820 of 11k results