Posts by Paul

0 votes

Hi

You can use the Upload control

Here documentation

And here a sample

Regards

  • Paul answered Mar 28, 2022 - 1:14 pm
0 votes

 

Hi Sean

Thank you for commenting on this topic.

I was able to reproduce it with their test application and I reported it to the development team.

I will comment again when the solution is available.

Regards

  • Paul answered Mar 25, 2022 - 7:34 pm
0 votes

 

Hi Sascha

For better understand you case

A. You have a logo on a folder of the app, name Logo.png that is used in a pictureBox
B. The user update with new image file, owerwriting the previous file with the same name but diferente image
C. The app not refresh the old image on pictureBox, until only he done a F5

I understand you correctly?

regards

  • Paul answered Mar 24, 2022 - 8:25 pm
0 votes

Hi Dino

You can support different version Wisej apps on same development machine as also you can have different .net framework sdk

Here you can found more info

Wisej Nuget documentation

Wisej versions on Nuget

Regards

  • Paul answered Mar 23, 2022 - 9:34 pm
0 votes

Hi John

Thanks for your question

Wisej works exactly the same with F# except that you cannot use the designer because it only generates C# or VB.NET files.

But in F# you can as easily write code that builds forms, adds controls, etc.

Regards

  • Paul answered Mar 23, 2022 - 2:59 pm
0 votes

Hi Jorge

Complementing what done Alaa, Im done the nexts steps to verify the problem

Im done a local publis from visual studio for your solution
For the output folder, I done a local IIS Application and works OK
After, the same files on the outputfolder, I uploaded on a server web hosting and also working OK

Here you can check your test app published Test-Wisej-App

All this indicate us that the problem is not a Wisej issue
Regards

 

  • Paul answered Mar 21, 2022 - 3:49 pm
0 votes

Hi Jorge
Please, could you provide us with more details about the issue
ie
– wisej version
– the app run ok in other test machine?
– other wisej app works ok in the problem machine?
– send us a small test wisej app that also works wrong on the problem machine

thanks and regards

  • Paul answered Mar 18, 2022 - 1:06 pm
0 votes

Hi

You can Set Opacity prop to a value lower than 1 or also just set Enabled = false, sets the opacity to 0.8

or the opacity or the blur filter in css either in the theme or the cssstyle property.

This settings looks like this

And your modified sample

HTH

  • Paul answered Mar 15, 2022 - 2:16 pm
  • last active Mar 15, 2022 - 2:50 pm
0 votes

Hi

Could you please attach a small runnable sample to better understand of your goal ?
Thanks

  • Paul answered Mar 14, 2022 - 1:57 pm
0 votes

Hello
Thanks for commenting on this.
There is a problem with the DateTimePicker control and our development team will fix it in the next version.
Thanks and regards

  • Paul answered Mar 13, 2022 - 1:23 pm
0 votes

Hi
In Wisej Wisej for connecting to a database, You can use just standard .NET and any driver and any ORM and any .NET data source works.
You can check this video, that use Dapper for Sql connection or you can take any tutorial of connecting a .net desktop winforms app and addapt it to Wisej

https://www.youtube.com/watch?v=qYIEoF3TIF4

HTH and happy coding

  • Paul answered Mar 11, 2022 - 3:59 pm
0 votes

We testing more and found that the items of type link and cheked are the ones that not be copied.
The develpment team was notified and this must be fixed in the next release

Thanks for tell us about it

  • Paul answered Mar 8, 2022 - 3:17 pm
0 votes

Hi

This feature works fine from here

We tested with VS 2919/2022 and copying between forms and pages
If you can send a small runnable sample with the problem, we appreciate it

Small video with this working

 

  • Paul answered Mar 8, 2022 - 2:31 pm
0 votes

Hi
An important remark that Zooming is not related to scrolling.
When zoomed you can pan and most mobile devices do that with two fingers.

With Wisej you can configurate your application to autoadapt for diferente screen devices
using client profiles

More detailt here
https://docs.wisej.com/docs/concepts/designer#client-profiles

And here a responsive sample app
https://docs.wisej.com/examples/examples/responsive

I modified your sample, using the last version of Wise, You must set again your referencesor update to a more newer version.

 

 

  • Paul answered Feb 18, 2022 - 5:09 pm
  • last active Feb 18, 2022 - 5:15 pm
0 votes

Hi

Only the source code  to let us to compile

By the way, Zooming is not related to scrolling. When zoomed you can pan and most mobile devices do that with two fingers.

Regards

  • Paul answered Feb 17, 2022 - 9:46 pm
0 votes

Hi

Please, if you could send us a minimum executable sample to check it. It would make it easier for us to help you

Regards

 

  • Paul answered Feb 17, 2022 - 9:33 pm
0 votes

Hi

Please, if you could send us a minimum executable sample to check it. It would make it easier for us to help you

 

  • Paul answered Feb 17, 2022 - 9:30 pm
0 votes

Hi
Important remark that Wisej makes it too easy to forget it’s a web system.

The Sorted event is fired after the data is sorted and its runned in the server. Its differente about the data displayed on the browser with the sorting of the rows.

The messagebox in the sorted event is blocking the sorting.

There is scrollcellintoview method and there is the currentcell property and the setcurrentcell method, that can help better with your task.

I adjunt a sample where can check difference betweeen scrollcellintoview and setcurrentcell

Regards

 

  • Paul answered Feb 16, 2022 - 1:04 pm
0 votes

Hi, for Textbox line spacing
– Did you tried with fonts property lineHeight? whit this you can control the paragraph spacing in textbox

here a picture about it

Regards

 

 

  • Paul answered Feb 10, 2022 - 8:17 pm
  • last active Feb 10, 2022 - 8:19 pm
0 votes

Hi

In Wisej DataGridRow don’t have CreateCells method

If you  could explain us what is your goal, we could help you in a better way

Regards

  • Paul answered Feb 10, 2022 - 7:10 pm
Showing 101 - 120 of 265 results