Re: oData-Service in XML-View Table
So the EntitySet name is ProCollectionSet which means that yes, you should (and correctly have) changed the items binding to reflect that. But you're not even getting that far. As I guessed, there's a...
View ArticleRe: Unexpected result when parsing a datetime using...
The results between lines 01 and 02 will be different as you're using Date() (-> new Date().toString(), and it will ignore the fValue) vs new Date() (which will use the fValue).
View ArticleRe: How to make a checkbox bigger?
You may be running out of luck here becaue checkbox is natively rendered by browser and there are no CSS style to alter its size. It may work on one browser but does not work in another. I am still...
View ArticleRe: Unexpected result when parsing a datetime using...
That pretty much makes sense (although ignoring things is not very kind) Good thing: Question is answered.Bad thing: The converted date is not what I expected from my datasource :-( At least I know...
View ArticleRe: How to create JSON using data from websql
Ok, I got it.You have to store the data as a JSON object or get the data from WebSQL and convert to JSON before use it in your Model. You can check the links below.javascript - Inserting JSON data into...
View ArticleRe: json tree
If it helped you, please close the thread. How to close a discussion and why
View ArticleRe: the table doesn't change when modelData is changed
thanks for your help again !Now it works.
View ArticleIs SAPUI5 1.22.x available to patch in 7.40 today (29/8/2014)?
Hi All, I'm getting confused about how Gateway and UI-Add ons (including Fiori Launchpad) being part of the 7.40 NetWeaver core and more specifically the maintaining of SAPUI5 versions. So in summary,...
View ArticleRe: UI5 Table control Cellclick event exception
Thanks Dennis for the code, But what could be the reason behind to get the error in the Chrome Console. Because I haven't hook any cell click event, I just bind the rows to the Table and rendered it....
View ArticleRe: oData-Service in XML-View Table
I think the binding isn't correct for the items, as it needs to identify the correct model. items="{odata>/ProCollectionSet}"> once you've done that, the context should be set, so think you can...
View ArticleRe: sap.m.Table bindAggregation diplays duplicate entiries
It's also worth checking id's in your odata service, you can get duplicate entries if there it's a unique key. Regards,Jason
View ArticleRe: Is SAPUI5 1.22.x available to patch in 7.40 today (29/8/2014)?
Thanks Sumuli. As I understand it, the minor (the x in 1.22.x) versions can be updated independently via multiple notes, but the version that is 22 in 1.22.x must be done as part of a support pack...
View ArticleRe: How to turn off Table Column Adjustments?
This is how to disable column resize. Example -D
View ArticleAJAX + jQuery + SAP Auth + Basic Authenticacion = 401 Unauthorized. (Code +...
Hello, Well, I can't find the way out. I google a lot, try different kind of ways, code examples, etc etc. and I am having this weird problem.In SoapUI I can test the web service, and I can even...
View ArticleRe: AJAX + jQuery + SAP Auth + Basic Authenticacion = 401 Unauthorized. (Code...
Hi Matias, I had a similar problem and as I remember jQuery doesn't process the xhr.setRequestHeader correctly. I ended up in using the XMLHttpRequest object directly. If this hint does not help you I...
View ArticleRe: AJAX + jQuery + SAP Auth + Basic Authenticacion = 401 Unauthorized. (Code...
Thank you Helmut, I will wait until Monday, I didn't quite understood the hint you told me, So if you can help me on Monday, I will appreciate it.
View ArticleRe: Is SAPUI5 1.22.x available to patch in 7.40 today (29/8/2014)?
That's my understanding as well and as I mentioned SAP_UI (in NW74+) or the UI Add-on (in pre NW74) can be independently updated meaning you don't have to update the whole SPS which makes it straight...
View Articlesap.m.Table: Fixed header with scrollable content
Dear UI5 experts,Can anyone suggest how to have a fixed thead (header) with scrollable table cells (content) on sap.m.table control ?I tried using CSS property - position: fixed for .thead class, but...
View ArticleProblems with SplitApp
Hi guys, I have a simple SplitApp with a master and setail pages. Problem :-The problem is that when i am trying to emulate my code on a device or when i put it on my nexus 4, it shows the master...
View Article