Need a sample self-contained Maven project for a Smart GWT application
I spent quite a few hours searching the Web for a way to use Maven to build a simple Smart GWT application. Note of the directions are working - the archetype generates a project which cannot be built,...
View ArticledataFetchSize functional limitation
Hi Team, In List grid we have a property called dataFetchSize, wen we set the data fetch size as 30 upon scrolling for more records we can see 30 at a time only. Means first time when 30 records were...
View ArticleToolStripMenuButton icon using Canvas.imgHtml(): button title vertically...
Hi, I've seen various posts suggesting to use Canvas.imgHTML() in order to add an icon to a ToolStripMenuButton instance. It surely works, but this way the button title placed slightly upper than other...
View ArticleProblem with Skin and Scrollbars after SmartGWT 4.0 Upgrade
Hey Guys, i recently updated the smartgwt from 3.1 to 4.0 in our webapplication. Now i have a serious issue with our skin and the scrollbars. The pictures below show the right appeareance and the false...
View Articleweb site vs. web application?
i want to develop a CMS, so some features are public and others are not, and they all can access same datas(contents for publish). I develop none-public features using SMARTGWT, and i want some...
View ArticleCubeGrid - ListGridRecord[] vs DataSource
I'm currently evaluating v4.0 power edition of SmartGWT. I got the CubeGrid (basic) example working with my own data. here's the ListGridRecord Code: public class CubeItem extends ListGridRecord {...
View ArticleHow to show tooltips for disabled MenuItems
I got tooltips working on menu items exploiting ListGrid.setHoverCustomizer() (since Menu extends ListGrid, menu items can be actually considered as grid records). Now the problem is that listgrids...
View ArticleCubeGrid advanced - sums
evaluating SmartGWT 4.0 power I was under the assumption that the "sums" are generated out of the existing values. but I guess I was wrong ? regarding the code please refer to...
View ArticleMulti group summary rows not displaying
SmartClient_v90p_2013-08-05 Load the test case below. There are two summary functions, both are "sum" for inspections and observations. Only the first subgroup (isDesignate=0) and parent group summary...
View Articlecom.isomorphic.mail.SenderNotSetException: Must specify the sender
hi, I get the following exception Code: com.isomorphic.mail.SenderNotSetException: Must specify the sender at com.isomorphic.mail.MailMessage.buildMessage(MailMessage.java:364) at...
View ArticleListGrid sort in firefox
Hello, I am facing a strange bug in firefox: when I open any ListGridSample, like http://www.smartclient.com/smartgwt/showcase/#grid_appearance_columnorder, and start sorting the columns, soon the...
View ArticleLogin Authentication.
Smartclient 9.0.pw. All browsers. Hi, I'm creating a Login Proccess as the Smartclient example. There are some aspects I have some doubts. Are there any documentation about authentication process....
View Articletitle not saved with getViewState
SmartClient_v90p_2013-08-05 We have implemented an interface that allows users to save the grid configuration. This uses getViewState() and setViewState() to save and set the grid configuration. This...
View Articlemail.templateRoot is not considered
hi, the parameter "mail.templateRoot" (found here: http://www.smartclient.com/smartgwtee/server/javadoc/com/isomorphic/mail/MailMessage.html) in the server.properties is not considered....
View ArticleaddChild, WidgetCanvas and Size
I want to point out a difficulty I have with adding gwt widgets to smartgwt canvases. If you directly add the gwt widget to a canvas, it adds a WidgetCanvas around it. The essential problem is that...
View ArticleFacing Issues in chrome
Hi Isomorpic, I am using SmartClient_v90p_2013-07-25_PowerEdition. Several Fields & Icons has been highlighted in Orange color when i am accessing it.. I am facing this issue in chrome browsers...
View ArticleHow to change the HoverStyle of Add and Delete Button of FilterBuilder?
Hello, I changed my hoverstyle for tooltips for buttons, listgridfields, etc.. this works nicely. Now i'd like to change the hoverstyle of the add and remove buttons of the FilterBuilder. This is not...
View ArticleNew Project: Upload/Handling/Download
Hi everybody, I'm very new in this topic and so I have a question to what I am planning. I want to have an upload area to upload files. These files always are .txt files. Now I want to count all words...
View ArticleIssue with SmartGWT
Hi, I have an issue with SmartGWT where the Slider does not allow dragging, the listgrid column cannot be resized by dragging and the dragresize in VStack is not working. However, I can click on the...
View ArticleGuidance on 'Can't execute code from a freed script' in IE9
SmartClient Version: v90p_2013-07-25_PowerEdition Browser: IE 9 Background: When switching from list grid to form and doing it vice versa. When doing multiple time i got this error. [ Webpage error...
View Article