Forum Replies Created
-
Author
-
Great, thanks. One question – if I access the libs off yours public server how is that you determine if I’m a licensed user?
March 24, 2017 at 9:05 pm in reply to: Date formatting not working Date formatting not working #92463Also, related to loading the jqXDropDownList, I have another issue. I am changing localdata but not seeing any change in the dropdownlist. If I set the dropdownlist’s source directly to an array and change the array, then the list content changes. But if I’m using dataadapter and change the the adapter’s locadata, the list content doesn’t change.
Thank you.
March 17, 2017 at 11:37 pm in reply to: how to get the entered text in jqxcombobox how to get the entered text in jqxcombobox #92315This is still a problem in 4.5.0. If the content of the edit matches something in the list then val returns the value, not the display member.
Hi JQWidgets Team,
I know you have your hands full but I am still waiting for a fix or advice or a workaround for the same tab title problem that I reported in November of 2016. My app uses dynamic tabs prominently and becomes unusable once 7 or 8 or 9 tab close x’s appear on every tab. All my non-selected tabs receive an additional ‘x’ whenever I address the selected tab with a setTitleAt.
Can you please advise:
1. Whether you’ve confirmed this is a problem – maybe my code structure is contributing to the problem somehow?
2. Is there a workaround?
3. Is there a simple demo I can run myself to confirm the problem and perhaps hunt for a workaround?
4. Approximately when this fix will be released? I may have to consider a significant restructuring of my UI without dynamic tabs.Thanks for your advice,
MikeFebruary 17, 2017 at 11:03 pm in reply to: Tabs close buttons problem Tabs close buttons problem #91676Thanks Peter. It would be great if you could get this into a 4.5.x fix release. I’m doing demos of an app to both developers and potential clients and it really diminishes from the quality of the interface. Thanks for anything you can do.
February 15, 2017 at 6:56 pm in reply to: Tabs close buttons problem Tabs close buttons problem #91603More — It happens every time I call the function setTitleAt. ALL my tabs get an extra ‘x’. Not
February 15, 2017 at 6:26 pm in reply to: Tabs close buttons problem Tabs close buttons problem #91600Today 2/15/17 I upgraded to 4.5.0 and I am still seeing multiple ‘x’ to close tab on all the tabs I create. Regardless of whether they’re created in HTML or dynamically. AS I create more tabs dynamically they each get an added ‘x’. I have tabs with 5, 6, 7 ‘x’s.
I am stuck.
November 9, 2016 at 6:13 pm in reply to: Tabs close buttons problem Tabs close buttons problem #88901You’re welcome. I’m interested to know when this will scheduled to be fixed.
One other thing – when I make a posting here and it is replied to, I”m not receiving any email notification. I thought it was automatic since my email address is part o my profile. So how can I automatically receive updates to my postings?
November 9, 2016 at 1:38 pm in reply to: 'showAllCollapseButtons' doesn't appear to work in 3.7.1 'showAllCollapseButtons' doesn't appear to work in 3.7.1 #88885Hi upgraded to 4.3.0 and this is still a problem. ‘showAllCollapseButtons’ on docking widget does not show any buttons. There are no error messages.
Also, the opacity property doesn’t seem to work when try to make it more opaque. No matter how high I go (100) the opacity doesn’t seem to change and i get bleed through from the UI behind the control.
I think you guys have a problem with the destroy of that widget. You are not removing the ids of the images in there. When we go to pop the same widget again it is coming without the images.
Thanks but this is not what I’m trying to achieve. All I want to do is pop a message notification, centered on the screen and modal, using the template concept with error, warning etc. So jqxNotification seems perfect except that it si not modal and it cannot pop centered.
The jqxWindow example you gave is interesting because it looks like the window is popping modal but then its button merely pops the same non-modal jqxNotification in the upper right.
Can I just put the jqXNotification into that window upon initialization – just pop it in one shot right into that window using the window as the container? – and get the modal effect I need?
Just a bit more info – my actual code (not the simplified fiddle I created) does the same thing – immediately flips out of edit mode. That code resides on a tab that has a splitter. When all is done initializing, that row is not in edit mode. If I dbl-click any cell the whole row immediately goes into edit mode.
It seems like its the same effect as when resizing the browsing page as I mentioned above. Thanks again for the help.
That looks great – thanks for the help. One thing I noticed is that if I resize the browser page, the table is redrawing and going out of edit mode. I should prevent that if it’s possible.
Sorry – the fiddle is here: http://jsfiddle.net/emberq/w82qyqjj/7/
-
AuthorPosts