Overflow VISIBLE does not seem to have effect with HTMLPane
I tried this v3.1 and 4.1 nightly builds of SmartGWT. The height does not change even when overflow is set to visible. Any thoughts on how to get the height to increase based on content. Tried this...
View ArticleSmartGWT Tooltip Issue
Hi, I am using SmartGWT 4.1,added tooltip,its working in chrome as well as in firefox but in IE 10 there is a problem with tooltip display.When hover the mouse for the first time it will shows the...
View ArticleShow DSRequest.setPrompt("Loading") depending on operation time
Hi Isomorphic I use DSRequest.setPrompt("Please wait...Loading") message in custom operation call in a listgrid. I use following code in grid custom operation. DSRequest dsreq=new DSRequest();...
View ArticleExposing Grid's complete field list in Advanced Hilite Rule Target field
Hello, We need to expose a ListGrid's complete field list in the Target Field drop-down and not just the visible fields. Our application allows users to define highlights that can be applied to...
View ArticleDisplaying previously selected colors in ColorPicker
Is there any way to present the user with other colors that have already been selected in other highlighting rules as "recent" colors so they are easier to select for new rules? This is what Microsoft...
View ArticleComboBox Issues
We are having issues with ComboBoxes - they need to be clicked twice to get the dropdown to display. I believe it stems from the error below that can be seen in the browser. We are using IE9 with build...
View ArticleHiding the contrl groups of a RichTextItem
Hi, I am using the RichTextItem with some predefined control groups. I am trying to find a way to hide the control groups when the form item is read only or disabled, but to no avail. Am I missing...
View ArticleIn Graph, X-axis label names are required to show in vertical instead of...
Hi, We are using Smart Gwt-4.0 p. As per my requirement, I wants to show Vertical label names on X-axis in a graph. If the graph having huge entries, it is displaying X-axis label names as vertically,...
View ArticleFacetChart zoom start/end value issue
v4.0 pro I have a chart with a single Facet. Facet has several FacetValues (of course all have unique Id , but some has the same value "B") Whenever I use Code: setZoomEndValue("B"); it sets zoom end...
View ArticleListgird - filterExpressions with filterOnKeypress issues
I have found two issues with enabled 'filterExpressions' and 'filterOnKeypress' on current Smartclient 9.1 1. When trying to enter 'inSet' expression, if user stops typing after '=' sign for a longer...
View ArticleValidation error hover text not displaying on listgrids in expanded rows.
At first glance this issue may appear to be the same as http://forums.smartclient.com/showthread.php?p=111545#post111545, and indeed I suppose it may be related. However, even with the latest libraries...
View ArticleBug: ListGrid headers, align, float, wrap
SmartClient LGPL 9.1 (March 7th I believe) Chrome We have a need to wrap column header titles. I've tried the "wrap: true" and this works except that it also wraps the sorter icon. To get around that,...
View ArticleFacetChart X-Axis label overlapping
SmartGWTPro 4.0 4/20/2014 build With Zoom enabled, setting the zoom window to certain size causes the X-Axis labels on the main chart to overlap. See attached image. This works most of the time, but...
View ArticleProblem in ListGrid with recordComponentPoolingMode: "data"
SmartClient version v9.1p_2014-03-16/Enterprise Deployment (2014-03-16) Browsers: Chrome, FireFox I have a ListGrid with the following settings: Code: recordComponentPoolingMode: "data",...
View ArticleQuestion about mouse handling in ListGrid
In ListGrid - is it possible to tell mouse click on the grid's empty space from a click on a grid row or header or filter or any other child component
View ArticleNo public zero-argument method named '_manualTree_fetch' found, performing...
Hi Isomorphic, I got a problem about my project. Code: === 2014-04-25 09:50:20,173 [88-3] DEBUG AppBase - [builtinApplication.manualTre e_fetch] No public zero-argument method named '_manualTree_fetch'...
View ArticlePatch needed to prevent overwriting of sortNormalizer on formulas
Hello, We have logic of our own to set sortNormalizers on our user-defined formulas. With 9.1, we noticed our sortNormalizers were no longer being applied. So, I inspected the code and found the...
View ArticleNeed clarificaiton on this javadoc
I see this comment in some contexts and am not clear what it means by "Update the ...". Is there supposed to be an 'update' method to update the property setting? Code: If this method is called after...
View ArticleDoes inheritsFrom require a .ds.xml for both DS?
I have defined shared/ds/myDS.ds.xml on the server, and it includes a binary field. On the client, I want the option of obtaining that field using encodeInResponse:true, so it would seem that I can...
View ArticleUpload images with rest client
Hi, I'm developing a client to add new rows to my DB by using the smartgwt rest api. Mi rest client is created with apache httpclient. So far i've been able to post data to the datasource. This data...
View Article