All Answers

0 votes
In reply to: net48 issues

Ali,

currently the designer is .NET48 only, yes. A .NET core designer is being developed but we don’t have a specific timeframe for it’s release yet.
Thus if you want to keep designing your forms while using .NET core components, you have to deal with Multi Targeting.

You can find a couple of options in our documentation

https://docs.wisej.com/docs/releases/whats-new-in-3.0/multi-targeting

Or by just googling around as this is a general .NET topic with lots of content spread around.

Best regards
Frank

0 votes

Microsoft Visual Studio Professional 2022 (64-bit) – Current Version 17.8.3

Item License Details Order #
Wisej Trial License

Status:  active

Expires:  January 7, 2024

Activations:  1
Manage Activations  –  Extend license

#652392
Wisej Developer Community License

Status:  inactive

Expires:  Never

Activations:  0
Manage Activations

#652288
  • Sahane SILAY answered Dec 9, 2023 - 10:58 am
  • last active Dec 9, 2023 - 5:38 pm
0 votes

Hi Frank,

That’s great news!  Thanks for letting me know.

Regards,
Mark

 

0 votes

Hi Mark,

this issue is fixed and currently in QA.
We’ll inform you when a new version is released.

Best regards
Frank

0 votes

Hi Ali,

this is fixed and currently in QA.
We’ll let you know when it’s released.

Best regards
Frank

0 votes

Hi Marcelo,

a fix for this issue is currently in QA.

We’ll inform you when it’s released.

Best regards
Frank

0 votes

Hi Gerhard,

This is a known issue and will be fixed in the next release, Wisej.NET 3.5.2.

Please reach out if you have any other questions!

Best regards,

Levie

0 votes

Hi Sahane,

Could you please include what version of Visual Studio you’re using along with a screenshot? Please send your license key to support AT wisej DOT com.

Thanks,

Levie

  • Levie (ITG) answered Dec 8, 2023 - 9:58 pm
  • last active Dec 8, 2023 - 9:59 pm
0 votes

–COMMENT—  &  FOLLOW UP Question please              is it OK to manually invoke this render method for each row ?
– I didn’t want to make a fresh question for naught,
please & thank you

Greetings all, I did this — >   [ Image attached ]

[
if (iRowIndex >= 0 && iColIndex == colIndexNoteImage) // Image Column r.e. display
{
// DYNAMIC DISPLAY OF Notes Image WHEN Notes column has valid NoteId
pbNoteId = // from some other cell
if (pbNoteId > 0)
{
e.CellStyle.BackgroundImage = Properties.Resources.note;
e.CellStyle.BackgroundImageAlign = ContentAlignment.MiddleCenter;
e.CellStyle.BackgroundImageLayout = ImageLayout.BestFit;
e.CellStyle.Render();
}
else
{ e.CellStyle.BackgroundImage = null; }
}
]
to attempt to address my inconsistent DGV cell image response with scrolling
& its seems to work. I could not locate any documentation WiseJ or MSFT regarding this
method off of e.CellStyle.Render();
the UI is still a bit slow — is it OK to manually invoke this render method for each row ?
Or am i causing an additional needless performance hit ?
DataGridViewCellFormattingEventArgs.CellStyle.Render();

 

 

0 votes

–COMMENT—  &  FOLLOW UP Question please              is it OK to manually invoke this render method for each row ?
– I didn’t want to make a fresh question for naught,
please & thank you

Greetings all, I did this — >   [ Image attached ]

[
if (iRowIndex >= 0 && iColIndex == colIndexNoteImage) // Image Column r.e. display
{
// DYNAMIC DISPLAY OF Notes Image WHEN Notes column has valid NoteId
pbNoteId = // from some other cell
if (pbNoteId > 0)
{
e.CellStyle.BackgroundImage = Properties.Resources.note;
e.CellStyle.BackgroundImageAlign = ContentAlignment.MiddleCenter;
e.CellStyle.BackgroundImageLayout = ImageLayout.BestFit;
e.CellStyle.Render();
}
else
{ e.CellStyle.BackgroundImage = null; }
}
]
to attempt to address my inconsistent DGV cell image response with scrolling
& its seems to work. I could not locate any documentation WiseJ or MSFT regarding this
method off of e.CellStyle.Render();
the UI is still a bit slow — is it OK to manually invoke this render method for each row ?
Or am i causing an additional needless performance hit ?
DataGridViewCellFormattingEventArgs.CellStyle.Render();

 

 

0 votes

–COMMENT—  &  FOLLOW UP Question please              is it OK to manually invoke this render method for each row ?
– I didn’t want to make a fresh question for naught,
please & thank you

Greetings all, I did this — >   [ Image attached ]

[
if (iRowIndex >= 0 && iColIndex == colIndexNoteImage) // Image Column r.e. display
{
// DYNAMIC DISPLAY OF Notes Image WHEN Notes column has valid NoteId
pbNoteId = // from some other cell
if (pbNoteId > 0)
{
e.CellStyle.BackgroundImage = Properties.Resources.note;
e.CellStyle.BackgroundImageAlign = ContentAlignment.MiddleCenter;
e.CellStyle.BackgroundImageLayout = ImageLayout.BestFit;
e.CellStyle.Render();
}
else
{ e.CellStyle.BackgroundImage = null; }
}
]
to attempt to address my inconsistent DGV cell image response with scrolling
& its seems to work. I could not locate any documentation WiseJ or MSFT regarding this
method off of e.CellStyle.Render();
the UI is still a bit slow — is it OK to manually invoke this render method for each row ?
Or am i causing an additional needless performance hit ?
DataGridViewCellFormattingEventArgs.CellStyle.Render();

 

 

0 votes

–COMMENT—  &  FOLLOW UP Question please              is it OK to manually invoke this render method for each row ?
– I didn’t want to make a fresh question for naught,
please & thank you

Greetings all, I did this — >   [ Image attached ]

[
if (iRowIndex >= 0 && iColIndex == colIndexNoteImage) // Image Column r.e. display
{
// DYNAMIC DISPLAY OF Notes Image WHEN Notes column has valid NoteId
pbNoteId = // from some other cell
if (pbNoteId > 0)
{
e.CellStyle.BackgroundImage = Properties.Resources.note;
e.CellStyle.BackgroundImageAlign = ContentAlignment.MiddleCenter;
e.CellStyle.BackgroundImageLayout = ImageLayout.BestFit;
e.CellStyle.Render();
}
else
{ e.CellStyle.BackgroundImage = null; }
}
]
to attempt to address my inconsistent DGV cell image response with scrolling
& its seems to work. I could not locate any documentation WiseJ or MSFT regarding this
method off of e.CellStyle.Render();
the UI is still a bit slow — is it OK to manually invoke this render method for each row ?
Or am i causing an additional needless performance hit ?
DataGridViewCellFormattingEventArgs.CellStyle.Render();

 

 

0 votes

–COMMENT—  &  FOLLOW UP Question please              is it OK to manually invoke this render method for each row ?
– I didn’t want to make a fresh question for naught,
please & thank you

Greetings all, I did this — >   [ Image attached ]

[
if (iRowIndex >= 0 && iColIndex == colIndexNoteImage) // Image Column r.e. display
{
// DYNAMIC DISPLAY OF Notes Image WHEN Notes column has valid NoteId
pbNoteId = // from some other cell
if (pbNoteId > 0)
{
e.CellStyle.BackgroundImage = Properties.Resources.note;
e.CellStyle.BackgroundImageAlign = ContentAlignment.MiddleCenter;
e.CellStyle.BackgroundImageLayout = ImageLayout.BestFit;
e.CellStyle.Render();
}
else
{ e.CellStyle.BackgroundImage = null; }
}
]
to attempt to address my inconsistent DGV cell image response with scrolling
& its seems to work. I could not locate any documentation WiseJ or MSFT regarding this
method off of e.CellStyle.Render();
the UI is still a bit slow — is it OK to manually invoke this render method for each row ?
Or am i causing an additional needless performance hit ?
DataGridViewCellFormattingEventArgs.CellStyle.Render();

 

 

0 votes

–COMMENT—  &  FOLLOW UP Question please              is it OK to manually invoke this render method for each row ?
– I didn’t want to make a fresh question for naught,
please & thank you

Greetings all, I did this — >   [ Image attached ]

[
if (iRowIndex >= 0 && iColIndex == colIndexNoteImage) // Image Column r.e. display
{
// DYNAMIC DISPLAY OF Notes Image WHEN Notes column has valid NoteId
pbNoteId = // from some other cell
if (pbNoteId > 0)
{
e.CellStyle.BackgroundImage = Properties.Resources.note;
e.CellStyle.BackgroundImageAlign = ContentAlignment.MiddleCenter;
e.CellStyle.BackgroundImageLayout = ImageLayout.BestFit;
e.CellStyle.Render();
}
else
{ e.CellStyle.BackgroundImage = null; }
}
]
to attempt to address my inconsistent DGV cell image response with scrolling
& its seems to work. I could not locate any documentation WiseJ or MSFT regarding this
method off of e.CellStyle.Render();
the UI is still a bit slow — is it OK to manually invoke this render method for each row ?
Or am i causing an additional needless performance hit ?
DataGridViewCellFormattingEventArgs.CellStyle.Render();

 

 

0 votes
In reply to: license invalid

Hi, my license is:…

  • Moreno answered Dec 8, 2023 - 11:06 am
  • last active Dec 8, 2023 - 11:09 am
0 votes
In reply to: license invalid

Hi Moreno,

sorry to hear that. Please contact us at supportATwisej.com with your license key and don’t post it in a public forum.

Thanks in advance,
Frank

0 votes

OK   I had to use BackgroundImage  property  and its still not clean the scrollbar makes it wonky the top of the grid doesn’t refresh .

The BackgroundImageSource  property accepted the string from resource but didn’t work for me

if (pbNoteId > 0)
{
//e.CellStyle.BackgroundImageSource = Properties.Resources.note.ToString();
e.CellStyle.BackgroundImage = Properties.Resources.note;
}
else
{
//e.CellStyle.BackgroundImageSource = null;
e.CellStyle.BackgroundImage = null;
}

Thank you

0 votes

“If the column is an image column set the image (either a string or an image) to e.Value. ”

Is that to be performed in the CellFormatting method and is it specifically for the DataGridViewImageColumn  ?

Please & Thank you   I grabbed someones sample from here and it is setting     e.CellStyle.BackgroundImageSource

i was just about to test that set to a string  Properties.Resources.note.ToString();

0 votes

CellFormatting is to set the formatting of the cell, not to change the value. Use the e.Value and e.CellStyle to adjust the formatting.

https://docs.wisej.com/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridviewcellformattingeventargs

If the column is an image column set the image (either a string or an image) to e.Value. If you have different requirement send a small test case showing what you need to do and what is the issue you are encountering.

  • Luca answered Dec 7, 2023 - 8:30 pm
0 votes
In reply to: webserial wrapper

If I wanted to implement this myself, what’d be the best way to go about it? I’ve been looking for a good extension or example of wrapping Javascript. This isn’t for a UI widget or to use in just one control, so would it be more like the client clipboard and client filesystem extensions? Would I be able to use Microsoft.JSInterop to build a wrapper, or does that only work in Blazor?

Showing 1081 - 1100 of 11k results