Forum Replies Created
-
Author
-
August 12, 2020 at 1:32 pm in reply to: Default Column Width Overruns Table Based On Header Length Default Column Width Overruns Table Based On Header Length #112656
Thank you!
April 5, 2017 at 9:37 pm in reply to: RangeSelector ticks corrupted by present of time. RangeSelector ticks corrupted by present of time. #92705Ok, I looked at the example you provided. It does not address the issue I raised.
Specifically, if I change your example to included time in the min date and extend the overall date range, the same issue appears.
http://jsfiddle.net/GaryGen/997wxkv7/2/February 10, 2017 at 3:07 am in reply to: jqxSlider rangeSlider Override Tooltip jqxSlider rangeSlider Override Tooltip #91460Thank you for the workaround.
I’m encountering this in 4.1.1 and I think I located actual problem.
Walking the minified code, _showTooltip in jqxslider.js calls g.tooltipFormatFunction and stores the result.
However, if g.toolTipCreated is true and g.rangeSlider is true, the result does not appear to ever be used.Offhand, if the user tooltipFormatFunction returns a result, that should be used rather than generating a tooltip internally.
February 10, 2017 at 3:02 am in reply to: jqx-slider: tooltipFormatFunction does not work jqx-slider: tooltipFormatFunction does not work #91458I’m encountering this in 4.1.1. It appears to be specific to the range slider.
Walking the minified code, _showTooltip in jqxslider.js calls g.tooltipFormatFunction and stores the result.
However, if g.toolTipCreated is true and g.rangeSlider is true, the result does not appear to ever be used.(Actually, I just realized this is a separate issue from the original Angular non-range report, will open a new item.)
January 10, 2017 at 10:34 pm in reply to: RangeSelector last tick skewed and mislabelled RangeSelector last tick skewed and mislabelled #90467Thank you for providing a workaround. I will see if I can incorporate the concept in my code.
January 8, 2017 at 9:27 pm in reply to: RangeSelector last tick skewed and mislabelled RangeSelector last tick skewed and mislabelled #90394I reported this in 2015. However, this appears to still be unchanged as of the November 2016 release.
Unfortunately, this seems to make the RangeSelector ticks relatively unusable unless the min/max/interval is wrapped in logic to keep the proportions such that it does not happen.
Here is another example:
http://jsfiddle.net/GaryGen/Lf6AN/20/Are there any plans to fix this in the near future?
-Gary
December 23, 2016 at 4:51 pm in reply to: jqxRangeSelector documentation outdated jqxRangeSelector documentation outdated #90092Three months later and I was going to make the same comment. 🙂
December 22, 2016 at 3:00 pm in reply to: Excluding DropDownList in-list Select All from Content Excluding DropDownList in-list Select All from Content #90064Hi Peter,
My issue is that visually, this is what I’m seeing:[(Select All),alpha,beta,gamma,delta v]
[x] (Select All)
[x] alpha
[x] beta
[x] gamma
[x] deltaWhat I want to see on the top line is:
[alpha,beta,gamma,delta v]Since the text of the DropDownList is auto-generated based on the checklist selection, I would like to override that auto-generated text to not include “(Select All),”. The setContent() method appears to correctly update the text, but the auto-generated text is overwriting my value in some cases. Setting it on a subsequent event (like on close) does not get overwritten.
So I think my question is, can I turn off the auto-generation of the text, override the text generator, or be given a better idea of what specifically triggers the text to be updated so that I can try to ensure I call setContent() after it is called. I’ve tried updating at the end of the change, select, checkchange, and unselect events, but the auto-generate still occurs afterwards.
Best Regards,
-Gary GeniesseApril 8, 2016 at 3:11 pm in reply to: Modifying Layout properties Modifying Layout properties #83298Hi Dimitar,
Thanks for the quick reply.
Just to verify I understand the approach: if I access the layout property of the jqxLayout, I’ll be working with a live reference. Therefore, any changes to that JSON object modify the internal representation of the object. ‘render’ can then be used to update the rendering of the object against the updated JSON.
Also, one additional question. A few months ago, JQWidgets changed how examples are handled to no longer support the use of a fiddle platform. I imagine this was for copy protection, but it has made it difficult to “fiddle” with examples to fully explore the controls. Is it still possible to “fiddle” with the examples in some way? (We have purchased the software, but have the libraries on a private server.)
Best Regards,
-Gary GeniesseOctober 28, 2015 at 6:43 pm in reply to: Correct way to size RangeSelector and contents Correct way to size RangeSelector and contents #77463One additional note: I did look into using “box-sizing:border-box” to get around some of these issues, but the widget appears to be using “box-sizing: content-box !important;”.
October 28, 2015 at 2:03 pm in reply to: Correct way to size RangeSelector and contents Correct way to size RangeSelector and contents #77455Hello Dimitar,
Thank you for your quick reply. Unfortunately, I think you missed the entire point of my question.
> I would like to have a RangeSelector that fills a div (with the markers and axis inside the containing div) and have the selection region contain a chart that fills the selection area.
I need to SET the width and height of the RangeSelector so that it fills the containing div without going outside. I don’t need to know the width and height of it after it is created, I need to know how big to make it when I create it. To know this, I would need to know the sizes that padding:auto will select or approximate them reliably. Theoretically, I could approximate the padding for my initial size then see what the actual size is after creation and adjust appropriately. The problem with the approach is that I do not know if padding:auto will change further after I adjust the internal size.
Furthermore, the chart example you referenced has a fixed size. My second fiddle highlights that it does not appear to be possible to simply use 100% width/height to size the background contents.
This is why I am asking what the recommended approach to this would be since there is no obvious solution.
September 30, 2015 at 9:41 pm in reply to: Cannot read property _disabled of undefined. Cannot read property _disabled of undefined. #76321Is there a definitive answer on this? If it is not supported now, is it planned to be supported and if so, when?
I had planned to create tabs with images and preferred the functionality of jqxRibbon over jqxTabs.
September 8, 2015 at 5:57 pm in reply to: jqxTabs height:'100%' not working? jqxTabs height:'100%' not working? #75666Hi Peter,
Thank you for showing me a working example by adjusting the fiddle.
With all due respect, I was not reporting this as an error in your software. I reported that I was trying to do something and that the way I expected it to work did not. Thank you for showing me where the problem might be.
Note that I have encountered several different behaviors to height and width setting from your widgets when using them in my application divs (which are all sized the same way). Some widgets fill the parent divs completely without height/width setting, others require height/width 100%, and others require specific pixel sizing to fill the divs. Based on your response, I will take a closer look the parent div definitions to see if they can be tweaked in order to make your widgets behave consistently. However, please rest assured that while I did not spend extensive time debugging my fiddle, I have spent several hours trying to debug and address these inconsistencies in my own applications before deciding to ask about this behavior.
Regards,
-Gary GeniesseSeptember 4, 2015 at 5:23 pm in reply to: jqxTabs height:'100%' not working? jqxTabs height:'100%' not working? #75517(For some reason, my fiddle did not take, here is the code:)
<div id='jqxTabs'> <ul > <li>Tab 1</li> <li>Tab 2</li> <li>Tab 3</li> </ul> <div> <div id='jqxSplitter'> <div style="background-color: #97FFAF; height="100%""></div> <div style="background-color: #E8C0AF"></div> </div> </div> <div>Content 2</div> <div>Content 3</div> </div>
$('#jqxTabs').jqxTabs({ height: '100%' }); $("#jqxSplitter").jqxSplitter({ height: '100%' });
Hello Peter, it appears the example referenced from the documentation is now working in the fiddle.
Here is what I am observing:
– For the default pointer type, if I set the ‘value’ parameter, the value remains correct.
– For the arrow pointer type, if I set the ‘value’ parameter, the value initially sets, but then resets to 0. To display a value, I need to explicitly call val() after initialization.Why is this?
-
AuthorPosts