jQWidgets Forums
Forum Replies Created
-
Author
-
Hi All
Quiet old this thread, but I have the same problem with my Microsoft Lumia 950XL (Windows 10). None of the official jqwidgets mobile demo examples work on my phone?
Did i miss Something about compatibility? Are Windows touch based devices supported? I know Windows RT isn’t, but all the others?Regards
AdrianMarch 24, 2016 at 4:12 pm in reply to: Integrating in existing form Integrating in existing form #82813I would also give that a +1. Integrating this widget into an existing form and then be able to submit the selected file(s) together with the other form Input elements back to the Server would be great.
Regards
AdrianHi Peter and Pieter
I apologize. My fault.
February 24, 2016 at 2:17 pm in reply to: jqxDateTimeInput – when using formatString 'mm:ss' then on blur value ist lost jqxDateTimeInput – when using formatString 'mm:ss' then on blur value ist lost #81780Hi Pieter
I think you didn’t read carefully enough my incident. Because if I set the date to 1800/01/01 your DateTimeInput will still have the described bug.
Only if I Change the date to a value greater or equal than 1900/01/01 it works. But that doesn’t help a lot, because what if the data we or other users of this control receive from a Server backend is less than 1900/01/01? To check and adjust the date manually is the bad solution I think.Ok, the default date is 1900/01/01 for that control. A default is a default value and your control should also work if it receives date values less than the default value, right? Or is it a strict Limitation of this control that it cannot work at all with Dates less than 1900/01/01?
Could you fix that in one of the next Releases please?
AdrianFebruary 20, 2016 at 3:48 pm in reply to: jqxDateTimeInput – when using formatString 'mm:ss' then on blur value ist lost jqxDateTimeInput – when using formatString 'mm:ss' then on blur value ist lost #81633Hi Community
After some more testing we found that it must be a bug in current Version of jqwidgets. This because we have tried with different values and randomly found that the below configuration of jqxDateTimeInput only works for Dates equal or greater to 1900/01/01. All Dates below that one fail in our test.
Here the code to test:
$(“#jqxDateTimeInput”).jqxDateTimeInput({
width: ‘250px’,
height: ’25px’,
theme: ‘energyblue’,
formatString: “mm:ss”,
value: new Date(‘1899/12/30 00:01:36’)
});Change value to ‘1900/01/01 00:01:36’ and it works. Change the value to a date less than 1900/01/01 and it fails.
Implementation of the JavaScript date seems not compatible with ECMA Standards?
Regards
AdrianJune 17, 2015 at 10:23 am in reply to: Resize Panel and its content when browser window resizes Resize Panel and its content when browser window resizes #72631Strange thing I think is, that the jqxTabs Widget handles this without any extra work?
For jqxTabs it’s enough to set it’s width to 100%, keep height unset and it renders like the jqxPanel should.The difference between the two is that jqxPanel initial width and height are null, but for jqxTabs it’s initial width and height are set to ‘auto’.
On the other Hand jqxPanel seems to ignore width and height set to ‘auto’?Can you explain why Peter? Is that a flaw in your widgets design?
Thank you
SkippingAdiJune 17, 2015 at 6:58 am in reply to: Resize Panel and its content when browser window resizes Resize Panel and its content when browser window resizes #72615Hi Peter
Thank you for reply.I use “wrap” mode, because on this way the Panel nicely adjust the height. If I use ‘fixed’ mode the height is not adjusted as you easily can see when you set “fixed” mode in my jsFiddle above, and don’t supply a height value.
How should one configure this Panel to have Auto resize and also let the Panel adjust it’s height to the Contents height? Because in my Scenario I don’t know the Contents height.Regards
SkippingAdiJune 16, 2015 at 1:08 pm in reply to: Resize Panel and its content when browser window resizes Resize Panel and its content when browser window resizes #72582Hi Peter
Thank you for reply.
I don’t know what I do wrong, but as soon as there is Little bit more Content in your jqxPanel then resize does not work in any browser.
I have created a new jsfiddle demonstrating the Problem.http://jsfiddle.net/SkippingAdi/psgphssp/
First example is a jqxInput with some surounding divs, that resizes automatically.
Second example is a jqxPanel with a jqxInput inside it and some divs surounding it.Can you have a look at it please.
Thank you
SkippingAdiP.S.
sorry, the link Feature in this Editor does not work.June 4, 2015 at 11:42 am in reply to: Align jqxDropdown with jqxButton Align jqxDropdown with jqxButton #72037Me again.
Please forgett/delete this!I found the prolbem.
April 30, 2015 at 9:58 am in reply to: auto-complete comboobx with remote search to load record by id auto-complete comboobx with remote search to load record by id #70496Hi Nadeshda
Sorry, your answer is wrong and the link you referenced is not related to my Problem.
I have configured the Combobox as an auto-complete Combobox with remote data source. So after a postback from the Server the Combobox does not contain any item in ist datasource because there wasn’t yet a request to load items from the backend. Calling myComboBox.jqxComboBox(‘getItem’, myid) Returns null!
I guess there isn’t a solution for my Problem already implemented in the Combobox and I have to solve it on another way.Anyway Thank you.
AdrianHi Dimitar
Thank you for your reply. I must say: That solved the bug!
When will this bug be fixed? Is it already fixed in version 2.8.1 or higher?
Regards
AdrianHi Dimitar
Thank you for reply. Sorry for my bad example and confusion.
I have created a jsfiddle to demonstrate the problem and yes anyway if jqxDropDownList or jqxDropDownButton the behavior is as I have described in my first post.http://jsfiddle.net/SkippingAdi/TBF93/14/
Please notice also the positioning of the vertical scrollbar. What’s that?
Hope this helps reproduce the problem I have.
Regards
AdrianApril 19, 2013 at 3:39 pm in reply to: jqxInput – Text sticks in the top left corner jqxInput – Text sticks in the top left corner #19677Question: Do you support Internet Explorer with your widgets?
Regards
AdrianApril 19, 2013 at 3:38 pm in reply to: jqxInput – Text sticks in the top left corner jqxInput – Text sticks in the top left corner #19676Hi Peter
I’m using IE 8.0 on Windows 7 64Bit. With Firefox it looks as expected.
Regards
AdrianMarch 26, 2013 at 3:52 pm in reply to: Dropdown Grid not Scrolling without paging enabled Dropdown Grid not Scrolling without paging enabled #18071Hi Mariya
I just tested the behavior with version 2.8 and it is fixed.
Thanx
Adrian -
AuthorPosts