Getting Data from Server
Hello, I am evaluating smartgwt framework and I think I have some misunderstandings or lack of knowhow. What I want to do is to run a database query. Something like query.getSingleResult(). I have done...
View ArticleDSResponse.getTotalRows() to yield total rows without limit (mysql). How?
Hello, Using: (v8.3p_2013-01-09/PowerEdition Deployment 2013-01-09) The following code is all server-side (I am building a webservice). I have a customSQL (mysql) query, like so: Code:...
View ArticleBinding DynamicForm field with indirectly referenced includeFrom datasource...
I'm trying to bind a datasource (LeadDetails) with a dynamic form that I've created via component XML. The datasource I have contains a few indirectly referenced fields. The fetch operation returns all...
View Articlepotential issue with DataArrivedHandler for TreeGrid
SmartClient Version: v9.1p_2014-09-09/PowerEdition Deployment (built 2014-09-09) GWT 2.6.1 IE-11 I'm seeing an error for this code, specifically event.getStartRow() and event.getEndRow(): Code:...
View ArticleCustomized DynamicForm Issue
Hi, We got an error while creating the customized DynamicForm. The issue happens on SmartClient_v91p_2014-09-16_PowerEdition. On SmartClient_v91p_2014-04-08_PowerEdition it works fine. We notice the...
View ArticleDoes DSRequest.setStreamResults work for server side Datasource requests
SmartClient Version: v9.1p_2014-03-18/Pro Deployment (built 2014-03-18) Hi I'm using a server side data source (com.isomorphic.SQL.DataSource) to fetch a large amount of data for processing. I would...
View ArticleSmartGWT Javadoc site unusable
For the past few work days the Javadoc site has an HTML or CSS problem, making it nearly impossible to use. http://www.smartclient.com/smartgwt/javadoc/ Thanks, -B
View ArticleDate operations: e.g. add/substract one month
I need to subtract one month from a given date and java.util.Calendar is not in GWT. And I really need one month - not just an approximation by number of days (30 or 31...). What is SmartGWT...
View ArticleTreeGrid ResultSet Fetch question
SmartClient Version: v9.1p_2014-09-09/PowerEdition Deployment (built 2014-09-09) GWT 2.6.1 IE-11 I have a TreeGrid configured for Load On Demand. When I expand a node on the tree, I see the DSFetch go...
View ArticleProblems with Google Maps V3 and smartgwt
Hi, I'm having trouble trying to embbed a map from google map api v3 using SmartGwt at the same time. The problem is that the PaneControl, as well as the Streetview button get hidden when I add...
View ArticleCalendar MonthView Event Hover
In Calendar MonthView the event hover doesn't work in both SmartClientGWT 5.0 and 5.1d. I have already setMonthViewHoverHTMLCustomizer, still nothing show up.
View ArticleUnexpected error from readyToDraw (while it tries to log a warning)
I have some code that calls the draw method on a widget whose DrawnState is complete. Hence I'd expect a warning message to be logged. Instead debug.js issues a call to...
View ArticleEllipsis on group if first column is frozen
Hi I've a small issue concerning ellipsis on groups. Repro case: 1. Go to http://www.smartclient.com/smartgwt/showcase/#grid_sort_sort 2. Freeze first column 3. Group by country Result: an ellipsis is...
View Article_getExpandedRows issue
Code: _$expandedPrefix:"_expanded_", //> @method listGrid.isExpanded() // Whether a given +link{ListGridRecord, record} is expanded or collapsed. // // @param record...
View ArticleQuestion regarding non-ascii characters in mail-subject
Hi Isomorphic, I'm using a current 4.1p (v9.1p_2014-09-14) on a Windows 8 machine with Tomcat 7 during development and a CentOS 6 machine with Tomcat 7 in test. I have a mail sent like the following:...
View ArticleSelectItem empty rows
I am having some problems with a selectItem: EntryPoint: Code: public class TestingModule implements EntryPoint { ListGrid lg = new ListGrid(); public void onModuleLoad() {...
View ArticleHow to: Use Dates with Rest Client Integration
We have dates being returned by restful web services in various formats. How do we get SmartClient to use type:Date correctly? It just seems like they are all Strings? Do we have to declare some sort...
View ArticleProblem with the new Special Values feature with ComboBoxItem.
Problem with the new Special Values feature with ComboBoxItem. The problem happens when the form receives data to edit - when there are no specialValues the combo makes a special...
View ArticleHelp with DragResize* handlers on DrawLine
Hi there, For - smartGWT 5.1d - SNAPSHOT_v10.0d_2014-07-18/LGPL Development Only (built 2014-07-18) - FF 32.0.2 Could you tell me how/when/where the DragResize* events are triggered for a DrawLine? I...
View ArticleRPCManager not opening up new window
Be sure your post includes: 1. SmartGWT v9.0_2013-07-03/LGPL (Build 2013-07-03) 2. Firefox 8.0.1 I am trying to use RPCManager to send a request to a non-smartgwt server and have the response open up...
View Article