Posts by Paul

0 votes

by the way
What version of Wisej are you using?
regards

  • Paul answered Jun 16, 2021 - 10:32 pm
0 votes

Hi Daniel

Thanks a lot for  your detail explanation and the sample code 🙂

We will check this and comment you in short

Regards

  • Paul answered Jun 16, 2021 - 4:57 pm
0 votes

Hi Cristian

We was reproduce the issue. :-), Thanks

I’ll report to our develop team.

The fix will be available in the next build

Regards

  • Paul answered Jun 16, 2021 - 3:42 pm
0 votes

Hi Cristian

In addition to what to my coworker comment, I suggest you to update to our last official build 2.2.52. In this the issue that you report dont occurs.

I attach a sample video

https://drive.google.com/file/d/1FWKiG2HwdKR_aJoIhwvcICYHX6E0cPBy/view?usp=sharing

Under the hood, the column with combobox is data binded to a datatable.

Regards.

 

  • Paul answered Jun 14, 2021 - 9:39 pm
  • last active Jun 14, 2021 - 9:57 pm
0 votes

Hi Ivan

Thanks very much for sharing your solution 🙂

Regards and happy coding

  • Paul answered Jun 10, 2021 - 10:18 pm
0 votes

Hi Edmon

By the way, for complement our answer
IE cannot align svg images. Works fine for Png.
In current version 2.2.5 and earlies, the designer when using IE will not show the alignment for svg.
Works fine at runtime except for IE.

When 2.5 will be released, it’ll use Edge in the designer as redner engine and it will show the alignment for svgs but it will never work in IE if it used as render engine into visual studio.

Regards

  • Paul answered Jun 8, 2021 - 8:47 pm
  • last active Jun 8, 2021 - 8:48 pm
0 votes
In reply to: Upload file by coding

Hi Thameem

I attach your sample modified to upload any type of file (text or binary) one level up of bin directory

Also considere validating the target directory each time the app write the file, becaouse another process could delete the upload directory between file uploads

Regards and happy coding

 

  • Paul answered Jun 8, 2021 - 5:05 pm
0 votes

Hi Edmon

Try unchecking AutoSize property for the label

Next you can align the image in the best way for your needs

Regards and happy coding

  • Paul answered Jun 8, 2021 - 2:44 pm
0 votes
In reply to: ListView Binding event

Hi

You can use the listView1.Controls property to manage that

Using for example

listView1.Controls.Add(new button()) // specific control

listView1.Controls.AddRange(Control[] controls)   // array of controls

Regards

  • Paul answered Jun 1, 2021 - 3:18 pm
0 votes

Hi Adrian

Plase, checkout this sample

https://github.com/iceteagroup/wisej-examples/tree/2.2/Responsive

It help you in complete you goal

Regards and happy coding

  • Paul answered May 31, 2021 - 3:14 pm
0 votes

Hi Jesus

I atach a sample that I hope could be useful for you

Its how to  manipulate the widgets properties of tabheader using the Eval() void

this.tabPage1.Eval(“this.getButton().exclude()”);

this.tabPage1.Eval(“this.getButton().show()”);

Regards and happy coding

 

  • Paul answered May 28, 2021 - 4:44 pm
0 votes

Hi Daniel

Your code looks  fine

The only thing to worry about when using static patterns is to make sure to disconnect clients when their session expires to avoid leaks.

Regards and happy coding

 

  • Paul answered May 27, 2021 - 9:55 pm
0 votes
In reply to: ContextMenu

Meanwhile, I attached a sample that can handle items hidden or disabled in a popup menu

Regards and happy codding

 

  • Paul answered May 26, 2021 - 5:01 pm
0 votes
In reply to: ContextMenu

Hi Nello

Wich version of Wisej are you using ?

Regards

  • Paul answered May 26, 2021 - 3:24 pm
0 votes

Hi Jan

What version of Wisej are you using?

The version of FF that present the issues are the same or diferent ?

Could be possible that you send us a minimun sample that present the issue

For the moment whe dont have others clients with this problem

Regards.

  • Paul answered May 26, 2021 - 3:21 pm
0 votes

Hi, thanks for comment Us

it´s possible that you upgrade to last wisej build 2.2.48 or test it with these new version?

Builds

regards and happy coding

  • Paul answered May 25, 2021 - 7:25 pm
0 votes

Hi thanks for comment Us about it

When these feature will be released in vs2919 (not preview 😉 ) we will make a test

Wisej must compatible with vs2015 and 2017 too and these new feature is about vs2019 only 🙁

Regards and happy coding

  • Paul answered May 25, 2021 - 5:43 pm
0 votes

By the way, maybe this sample could be useful for you.
Its about print from canvas or panel in a form

Regards

  • Paul answered May 12, 2021 - 5:36 pm
0 votes

Hi Adrian

are you using some integration control like in this sample ?

All about integration – Part 1

Best regards

  • Paul answered May 12, 2021 - 4:49 pm
0 votes

Hi Adrian

Can you please, send us a little sample for check exactly what do you want ?

Best regards

  • Paul answered May 12, 2021 - 4:47 pm
Showing 201 - 220 of 262 results