All Answers

0 votes

You’re right, I forgot Winforms, been programming VWG for about years and the code I posted was VWG. Suggestions worked fine. Sorry for false alarm and thanks for the responses 🙂

  • conrad answered Jun 16, 2017 - 2:27 pm
0 votes

Hi Conrad,

I get exactly the same in WinForms. Which result were you expecting ?
To set the value of the first column in your sample, try setting lvi.Text.

Hope that helps.

Best regards
Frank

 

  • Frank (ITG) answered Jun 15, 2017 - 11:55 pm
  • last active Jun 16, 2017 - 12:09 am
0 votes

That seems correct. Subitems start at the second column. The first column is the item. See attached image from the same code in winforms.

  • Luca answered Jun 15, 2017 - 11:48 pm
0 votes

Hi Marian,

the fix for WJ-8296 is included in the latest Wisej release build (1.3.74).

Best regards
Frank

0 votes
In reply to: TabControl Controls

Hi Cris,

WJ-8280 is fixed in the latest Wisej release build (1.3.74).

Best regards
Frank

0 votes
In reply to: ToolBar Context Menu

Hi Cris,

the fix is also included in the latest Wisej release (1.3.74).

Best regards
Frank

0 votes

Hi Andrew,

WJ-8274 is fixed in the latest Wisej release build (1.3.74)

Best regards
Frank

0 votes

Hi Shawn,

I am not sure I see the problem here. WrapMode does not automatically resize the column (header).
So you need to make it taller to have the 2nd line appear.

Hope that helps.

Best regards
Frank

0 votes

Good catch, Marian.

I have logged as issue WJ-8296 and a fix will be included in the next Wisej release.

Thanks !

Best regards
Frank

0 votes

We are working on this. There is a strange resize when pinching and zooming. You can use the viewport meta to limit zooming but Apple decided to ignore it.

  • Luca answered Jun 14, 2017 - 9:14 pm
0 votes
In reply to: Component not found

Any progress on the debug build?

  • David answered Jun 14, 2017 - 5:51 pm
0 votes
In reply to: Service fabric

Here is what I have so far.

0 votes

That class was supposed to be internal and part of the ColorDialog and ColorPicker controls. The ColorDialog is already in the current dev build, I believe Frank sent you a link to the prerelease.

  • Luca answered Jun 13, 2017 - 4:57 pm
0 votes
In reply to: Service fabric

It would have to be built as a service fabric. I don’t think you can run any service like that.

https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-create-your-first-application-in-visual-studio

We can give it a try and see what happens on Azure.

  • Luca answered Jun 13, 2017 - 4:56 pm
0 votes

When you change the URL by adding a parameter the browser will always reload the page. You can handle it using the Application.ApplicationRefresh event. The new arguments will be in the Application.QueryString collection.

When you change the hash of the URL the browser will not reload and will only fire the hash changed event . Wisej routes the hash changed event to Application.HashChanged carrying the new hash string in the event args.

  • Luca answered Jun 13, 2017 - 4:47 pm
0 votes
In reply to: iPhone Geolocation ?

It was the timeout. Apparently older ios devices don’t recognize the Infinity timeout. I simply set it to 10000. It was working with the 7 and Infinity is a valid timeout value according to the api specs.

  • Luca answered Jun 13, 2017 - 4:43 pm
0 votes

See attached modified sample.

The button column’s default cell renderer always shows a button. But you can easily override the column and cell and switch the renderer and change the content to anything you like. You can even have multiple link, buttons, text, images, etc.

  • Luca answered Jun 13, 2017 - 4:42 pm
0 votes
In reply to: iPhone Geolocation ?

Hi Luca,

Your test page is now working on iphones. I played some settings on geo widget but my pages still doesn’t work. Which settings did you apply in your test page.

thank you.

0 votes
In reply to: Invalid Server License

Hi,

PerformClick seem not function in Wisej-1.3.71 DEVELOPMENT BUILDS

Ben

  • Ben Lau answered Jun 13, 2017 - 5:58 am
0 votes

You can use the DataBindingComplete event to go through the rows and adapt the row or the entire column. Use row.DataBoundItem to retrieve the original data used to create the row.

You can use the button column, or you can render any type of html content in a cell, including custom styled buttons, or use “qx-button” to use the css class name of wisej themed buttons. You can use a simple link, or an image, etc. You can also place actual controls in a cell.

See attached small sample.

  • Luca answered Jun 13, 2017 - 12:05 am
  • last active Jun 13, 2017 - 12:05 am
Showing 8941 - 8960 of 11k results