Quantcast
Channel: SCN: Message List - SAPUI5 Developer Center
Browsing all 8124 articles
Browse latest View live

AppDesigner & AppBuilder

Hi AllAre the Appdesigner & Apbuilder the same product?  There were talks of SAP releasing AppDesigner, has it been released to customers already? Then, how different it is from Appbuilder?...

View Article


Re: SAPUI5 Mobile Splash Screen

Hi Simon,  well, first of all, it should not be required to load > 2.5 MB. Is gzip enabled for all relevant file types on your server? The POA app...

View Article


Re: Working with Table in SAPUI5

Hi Vishweshwara, We can get an array from oData. Use JSONmodel to do that. var country=new Array(); $.getJSON(odata-url,function(data) { oModel.setData({country_data : data.d.results});   for (i = 0; i...

View Article

Re: Load local JSON into SAPUI5-tree

Hi,For example, if your app it's deployed with this context path /yourapp and you place a resource file with your json model in /yourapp/resources/oNewData, you could load replacing hardcoded model in...

View Article

Image may be NSFW.
Clik here to view.

Re: why is my sap ui5 application not running in preview ?

Thank you Chandra but i encountered a weird problem! is this a bug or incomplete IDE.

View Article


Re: how to add an existing view to an app

Hi Alex.. Try to get logon by ajax 'Get' method before destroying the app or store logon in local storage before destroying the app.. This might help... If anything different from the you want, if you...

View Article

Re: Load data with JSon and get events

Hi  Jens, You can put ajaxsetup as synchronous. Search syntax in Google.. So that it will load in the begining only..   var oModel = new sap.ui.model.json.JSONModel(window.location.pathname+...

View Article

Re: Binding a single data row

Hi Imran, I think you can get array from the model and you can use it one by one.   var country=new Array(); $.getJSON(odata-url,function(data) { oModel.setData({country_data : data.d.results});   for...

View Article


Re: How to navigate between html files in UI5

Hi Saira, I can give one suggetion.. But I don,t know whether it works for your condition.. :-) Try to give ajax setup as synchronous..Or else try to do parent.somefunction() from main.html to call...

View Article


Image may be NSFW.
Clik here to view.

Re: ODataModel constructor authentication not working?

The weird thing is when i navigate to the service document that I receive a logon screen  I don't think that this is normal no? Shouldn't I receive a popup for asking credentials? The ODataModel...

View Article

Data through JSON file

Hello All Have a json file(emp.json) which contains employee data, want to instantiate model in controller then want to make use in UI (bind it to ui form fields). emp.json: {     firstName: "John",...

View Article

Re: How to navigate between html files in UI5

Thanks everyone who has taken time to respond to my question. I have accomplished this scenario by using MAIN.VIEW & MAIN CONTROLLER. I main controller, I made the AJAX call and in RequestCompleted...

View Article

Re: Code View/Syntax Highlighting for a TextView or TextArea possible?

Surendra, I'm not wanting to style the entire Control, but rather the text inside it like you would in any code editor.  Something like what Codemirror does.  (CodeMirror)

View Article


Re: Code View/Syntax Highlighting for a TextView or TextArea possible?

Ahhh you mean like changing the text color of key/reserved words? I would think you would have to script that. You could "scan" the text looking for key words, use the "mark" tag on those words (wrap...

View Article

Re: Code View/Syntax Highlighting for a TextView or TextArea possible?

Thanks, Christopher - So basically there is no syntax-aware TextArea or TextView that will do this for me is what I'm hearing.  I will proceed with using CodeMirror.  (I'm not going to reinvent the...

View Article


Re: Code View/Syntax Highlighting for a TextView or TextArea possible?

Hi,I don't have idea about codeMirror.. But we can style text also.. Use text-color:'colorname'  syntax with that id..

View Article

Re: oDataModel parameters for paging - $top, $skip, $count

Hi Toms, If you want 15 rows, set $top as 15 or if you want any conditional 15, then do some $select kind of thing. Anything you want to do, you can do by using these uri conventions.. If you want more...

View Article


Re: How to Retrieve Data and Display in SAP UI5 form

Hi varada, If you want to get data from database table you have to  do xsodata configuration.. After this you can get it from oData json, without xsodata configuration I think it is difficult.Or it is...

View Article

Image may be NSFW.
Clik here to view.

Re: How to Retrieve Data and Display in SAP UI5 form

Hi varada,I think that it's an error or maybe a misunderstanding trying to access HANA with JDBC, Webservices, or other ways. HANA lets you analyze data in a faster way and oData is the most simple way...

View Article

Re: difference between sap.viz and sap.makit

Hi!Makit is perfect to be used in tablet or mobiles ( Documentation/AdvancedTopics/Mobile/MaKit – SAPUI5 Wiki (TIP CORE User Interface) ) because all interaction use mobile events like double tap,...

View Article
Browsing all 8124 articles
Browse latest View live