All Answers

0 votes

 

 

I found the problem…

The selection like you say is working only with the “SelectionMode=One”

I’m using the “SelectionMode=MultiSimple” and not working… (visually).

 

Try it!, maybe is a little bug

 

  • Mark Villela answered Feb 3, 2017 - 1:43 am
0 votes

 

 

Ok, I know the problem.

 

Maybe something with the theme??

If i ask for the selected items, yes it is selected.. but not visually.

 

The visual selection works only with the “click”… maybe some bad with my theme?

 

 

 

  • Mark Villela answered Feb 3, 2017 - 1:39 am
0 votes

 

 

Ok, also is not working…

Always is the same width… in any option..

 

Only change if i change directly.

  • Mark Villela answered Feb 3, 2017 - 12:40 am
0 votes

Please try the attached sample app. It adds a new control and a new row every second in a background task. Let me know if this is different from what you are doing and in case, can you tweak the sample to make it fail? Or can you send me the IRC app? There may be a difference with the threads.

 

  • Luca answered Feb 3, 2017 - 12:31 am
0 votes

I’m not sure I understand. From the code you posted looks like you are adding a ListViewItem objects to a ListBox and when you select the item it doesn’t work? Or are you adding the items to a ListView and try to select the in a ListBox? You can’t select an item in the ListBox and expect to see it selected also in the ListView.

I tried a small sample and it all works fine – If I understood what you are trying to do. If you attach a small sample we can make sure we are looking at the same thing.

The example creates 5 ListViewItem instances and adds them to a ListView and to a ListBox. Selecting the index (listiew) or item (listbox) works well. Selecting in one control will *not* affect the other control, which is also correct.

  • Luca answered Feb 2, 2017 - 11:55 pm
0 votes

 

 

also the i tried the “Fill” option, but the result is the same..

I don’t know what you say with “FillWeight”…

 

If I only try the “Fill” option is not working.. is the same with any selection

  • Mark Villela answered Feb 2, 2017 - 11:50 pm
0 votes

AutoSizeColumnMode.Fill is the only mode that is supported at the moment.

http://setup.wisej.com/builds/notes/Wisej%20Release%20Notes-1.3.27.htm

The Fill Mode in conjunction with FillWeight seem to work. Did you try Fill?

  • Luca answered Feb 2, 2017 - 11:40 pm
0 votes

 

 

Is an “ListItem”.

But not… the selection dynamically is not working.

 

I tried everything..

After i add all my items to listview…

I tried

ListBox.SelectedIndex = 52

And nothing…

And ListBox.SelectedItem = vSel (my item object)

and nothing…

 

 

  • Mark Villela answered Feb 2, 2017 - 11:06 pm
0 votes

Yeah I started playing around with that and I might end up switching. One of the nice features that RadScheduler has is how it handles recurrence of tasks. Though I am fighting some issues with it at the moment.

0 votes

The ListViewItem widgets at the moment don’t have the “hovered” state. I have logged an enhancement request. Once the “hovered” state is added you can use a theme mixin to control every aspect of the ListViewItem wehen hovered. It’s WJ-7997.

  • Luca answered Feb 2, 2017 - 9:40 pm
0 votes

Cannot reproduce it with a simple test case. I see the window being restored correctly to the location and size before being minimized. Do you have the Location and/or Size programmatically? Can you send a small test case?

  • Luca answered Feb 2, 2017 - 9:38 pm
0 votes
In reply to: Windows Tile control.

Do you mean a StackPanel or NavigationBar or Accordion? 🙂

See https://wisej.com/support/question/stackpanel-vs-panel

  • Luca answered Feb 2, 2017 - 9:34 pm
0 votes

Thank you for the report. The workaround is to call panel.CreateControl() before setting Collapsed to false. Logged as WJ-7996.

Best,

Luca

 

  • Luca answered Feb 2, 2017 - 9:33 pm
0 votes

What type is lv?

In general, a ListBox accepts anything as an item and item’s properties are not related to the ListBox at all. The only way to select a ListBox item is to use ListBox.SelectedItem or ListBox.SelectedIndex.

  • Luca answered Feb 2, 2017 - 7:42 pm
0 votes

Thank you for the update.

We also have the FullCalendar extension (https://wisej.com/extensions/). It’s a fully integrated jquery-based widget (no iframe) that uses Wisej remote model to receive events in pages – it can handle unlimited events. It can be themed with plain css and it allows for very deep integration with your app.

/Luca

  • Luca answered Feb 2, 2017 - 7:37 pm
0 votes

Here is the updated example. So it is just UpdatePanelAspNetControl so any asp.net control that works with an update panel would work well with it.

0 votes

Nevermind I got rid of the Telerik Script Manager, Telerik Ajax Manager and just used a ScriptManager and UpdatePanel and it updates now much faster with no flickering/refresh.

0 votes
In reply to: Bug: btn.ImageAlign

Hi Mark,

The alignment seems correct. It works in a grid, see image below. The TextImageRelation determines which grid is used by the Image and the Label inner widgets. The Alignment determines which cell. You can restrict the borders of the grid by setting the padding. The cells are expanded and compressed automatically depending on the content. It’s a double grid layout.

 

Best,

Luca

 

 

  • Luca answered Feb 2, 2017 - 6:43 pm
0 votes

The grammar property is empty … perhaps this is the problem?

I have attached a screenshot.

 

The Speech is initialized by these codelines:

speechRecognition1.InterimResults=false;
speechRecognition1.Continuous=true;
speechRecognition1.Language=”de-DE”;
AttachEvent=true;
speechRecognition1.Result+=SpeechRecognition1_Result;
speechRecognition1.NoMatch+=SpeechRecognition1_NoMatch;
speechRecognition1.SpeechEnd+=SpeechRecognition1_SpeechEnd;
speechRecognition1.SpeechStart+=SpeechRecognition1_SpeechStart;

 

The error did occur very rare, at most time all is working well.

 

  • Kay answered Feb 2, 2017 - 12:16 pm
0 votes

Thank you Frank,

for you here are some details for #1.

 

If you activate the checkbox ‘Event cell format’ the event CtlDatagridview1_CellFormatting is executed and nice fore- and background colors showed up.

All is working fine as supposed.

 

If you uncomment the line

//oDatagridviewcolumn.DefaultCellStyle.Alignment=DataGridViewContentAlignment.MiddleLeft;

the event is executed, but no more color cell formatting is executed.

If you copy the form to winform there is no problem with this.

 

I recognize another problem #6:

The DateTime and bool column didn’t change the color if you activate the checkbox ‘Event cell format’.

 

And another #7: Activating the Row ‘Add’ option is not working well

Activate the checkbox Row ‘Add’.

Insert 3 Rows, by i.e. click the checkbox in the bool column.

Then … no more Rows can be inserted, in Winform you can add endless rows.

 

Hope these are enough details, thx for advance for your help Frank !

I think this litte ‘nasty’ DataGridView Test example let us find the last errors in the datagridview.

Altough you did a good job with this DataGrid … I know that the implementation is a very hard thing 😉

 

Kind regards

Kay

 

 

  • Kay answered Feb 2, 2017 - 12:02 pm
Showing 9661 - 9680 of 11k results