SmartGWT + JRebel?
Hi, I've just begun evaluating SGWT for our firm. I'd like to know if SGWT can be integrated with JRebel in order to avoid doing a "GWT compile" for every little change that happens on the UI. In my...
View ArticleSmartGWT.mobile vs responsive design
With a new webapp on the horizon, targeted for mobile, I'm wondering which road to take for development. It will have (or it seems, for now, you know) a pretty simple UI. I see that SmartGWT.mobile is...
View ArticleMultiLine Chart - hide a line
Hi, I'm looking at this sample #drillCharting but this once will create a new chart with filtered data. How hard would it be to always have the North, South, East, West "checkboxes" in the Legend, and...
View ArticlePossible memory leak in datasource.fetchData
Hello Isomorphic! I am using Smartclient v9.0p_2014-01-23/PowerEdition Deployment (built 2014-01-23) Browsers IE11, Chrome 37. In a long running application which fetches data every second, I noticed...
View ArticleFacetChart, showTitle=false and RPCManager.exportContent
SmartClient Version: v9.1p_2014-08-28/Pro Deployment (built 2014-08-28) I have some charts for which I *do not* want to display the title, however, when exporting, they lose some context, so I *do*...
View ArticleDMI lookupstyle
Reading the quickstart guide, I saw: DMI: "Other options for lookupStyle allow you to:obtain objects via the Spring framework, including the ability to use Spring’s “dependency injection” to set up the...
View ArticleMemory Leak Issue
Dear All, In my application I Noticed that the memory of my application IE instance is increasing and it continues to increase till the application crashes (Memory Leak), That scenario happens even if...
View ArticleUploading file from listgrid
Hello Team, I need to know if it is possible to upload file from a listgrid, I mean adding new record in the listgrid and uploading a file in an image field Smart client version : 9.1p_2014-06-28
View ArticleCubeGrid disable Collapse/Expand for FacedValue
i want to disable collapse and expand for facetvalue i tried alot of scenarios in code like FacetValue facetValue = new FacetValue(code, title, parentCode); facetValue.setCollapsed(true); boolean...
View ArticleGroupSummary not refreshed at the same time as GridSummary
Hi, Have a listGrid with grouping and summary on the group and on the grid. While editing cells, Grid summary gets refreshed but Group summary not always. I did my homework, here follows a simple test...
View ArticleTime.setDefaultDisplayTimezone problerm
1. isc_version=v9.1p_2014-07-13 2. IE8 and Chrome 3 problerm: I want the client datetime shown is same as the server saved, because the server save time as GMT/UTC, so I use...
View Articlethe initialCriteria problem with ListGrid
Hi, I often use the initialCriteria attribute but when the dataSource of a listgrid is a view, the initialCriteria don't work !! Have you ever had this problem? you have a solution to solve it? thank you
View ArticleUnable to clear ListGrid with 2000 rows
Hi, I am using SmartGWT Power version 4.1. I am unable to clear listgrid which has grouping with more than 2000 rows. I am using the following code. listGrid.setData(new ListGridRecord[] {});...
View ArticleFormatting a Date and parsing it back to Date issue
I have the following code: Code: Date date = new Date(); String formattedDate = DateUtil.format(date, "yyyyMMddHHmm"); SC.logWarn("formattedDate == " + formattedDate); Date parsedDate =...
View ArticlesetXAxisValueFormatter in Column FacetChart
Version v9.1p_2014-07-03/Pro Deployment (2014-07-03) Is the method setXAxisValueFormatter supposed to work on FacetChart when Column type is chosen? It's not working for me and I'm trying to find a way...
View ArticleClient sending "__module":'$$BACKREF$$:.__module'?
It's a bit difficult for me to lay out the exact scenario in which is occurs (since I'm actually having a hard time isolating the case in my head). That said, I am having a difficult sending something...
View ArticleReg: Problem with the Cube Grid basic example
Hi, I am trying to run the sample example of Cube grid. But I am getting the below error while running in my local. Code: Unable to get value of the property 'data': object is null or undefined...
View Articlejavascript blob
Hi, I have image (captured from webcam) which is represented as JavaScript blob object. I need to save it on the server. How can I send this object to datasource ? Thank you.
View ArticleFacetChart with DataSource
I follow this example http://smartclient.com/#simpleChart But I want the data to be retrieved from DataSource instead of javascript variable. I change it to dataSource: chartData. <isomorphic:loadDS...
View ArticleScheduler to sent email
Hi Is there any tools/ command for SmartClient to schedule a task to send emails Many Thanks
View Article