Re: open the smartform as a PDF in UI5
HI, i am trying the above mentioned example. but i am facing some error . i have pasted my error below. Error:Uncaught TypeError: Cannot read property 'url' of undefined.My odata value is undefined....
View ArticleRe: Maximum Data allowed per Odata Call.
Technically there is no limit (it is just HTTP response), question is - should you use the whole bandwith ;-) Number of records could be controled by sap.ui.model.odata.ODataModel.setSizeLimit or by...
View ArticleRe: Image Source not refreshing Second Time Dynamically
when you refresh do image.setSrc( YOUR_ACTUAL_SRC_PATH + "?" + new Date().getTime() )
View ArticleRe: Tokens rendering in Single line without break in mobile: sap.m.Tokenizer
known bug, been there for while
View ArticleRe: How to change the binding value when selected
not sure i understood correctly but is this what you trying to acheive http://jsbin.com/relefuvoco/1/edit?html,output
View ArticleRe: UI5 Components: Component-preload.js
Hi Andreas, are there any news on the topic, that I may missed?With the newest releases from SAPUI5 / OpenUI5 I still get the 404 from Component-preload.js Regards,Axel
View ArticleRe: Combo box binding>>>>
hi ashwin, have a look at this example Edit fiddle - JSFiddle regardsIndrajith
View ArticleRe: Change string for UI without binding
still not 100% clear but try http://jsbin.com/bugijewitu/1/edit?html,output
View ArticleRe: Change string for UI without binding
Hi Maksim, The only problem that was remain is that if I choose value and save it I saw the shorter value(in the text box ) which is what I need , but when I open the screen again I see in the auto...
View Articlesapui5 app cache buster
All, I have tried adding app cache buster to my app and when I try just loading the local sapui5 without cache buster it works:/sap/ui5/1/resources/sap-ui-core.js when I try changing this path to...
View ArticleRe: Change string for UI without binding
This issue solved via formatter... Thanks Maksim!
View ArticleRe: sapui5 app cache buster
are we talking about app cachbuster or "just" cachbuster ? Sergio, i am not 100% sure but cachebuster doesnt make sense in local enviroment. src="resources/sap-ui-cachebuster/sap-ui-core.js" sounds...
View ArticleRe: search entry in table and scroll to corresponding row
Hi Maksim, it is a sap.ui.table.TableGreetings, Marco
View ArticleHANA Cloud Connector to HANA database
HANA Cloud connector experts,We are trying to connect HANA Cloud connector to HANA backend system. Is there any example document?We are using hostname and http port 80<system number> but there is...
View ArticleRe: HANA Cloud Connector - HTTP setup error
Jamie,Thanks for reply.We don't know the URL that would be used by HANA Cloud connector.We are providing hostname and port number based on working URL for HANA XS Admin pages. That is http port...
View ArticleRe: Disabling checkbox on "change" event of a textfield
hi rajgopal, have a look at this example. https://jsfiddle.net/indrajithpatel/va0y7j7r/ You can either give Change event or liveChange event . regardsIndrajith
View ArticleExtending sap.m.ObjectListItem control to make number and numberUnit a link...
Hello Folks, I am using sap.m.ObjectListItem control in my list and wanted to make the number and numberUnit property click-able i.e. change from String type to Link and add an additional icon to the...
View ArticleRe: Extending sap.m.ObjectListItem control to make number and numberUnit a...
Can you share the code with what you have tried so far? As much as we would love to help, we won't do your job
View ArticleWebIDE Mock Data: sinon.js still invokes real url
Hi all,I've configured my WebIDE UI5 project so as to use Mock Data.The /model folder holds the metadata.xml file and the .json data for the OData entitiesthe configuration is arranged so that mockdata...
View Article