How to implement XSRF in SmartGWT?
I use SmartGWT 4.1p and I have read the javadoc of RPCManager.setActionURL that mentioned SmartGWT support the implementation of XSRF protection. I want to know 1. how to generate XSRFToken? in client...
View ArticleJavadocs addition to com.smartgwt.client.docs.DataSourceRelations
Hi Isomorphic, 4.1p Javadoc to docs.DataSourceRelations should include links to docs.serverds.DataSourceField.includeVia and docs.serverds.DataSourceField.relatedTableAlias. Also, the link to...
View ArticleTimelineEventMoved.getLane() returns not a Lane
Hello, we are using SmartGWT Pro 9.1 08/07/2014. We have add a TimelineEventMovedHandler to a timeline. There is now access to the new lane, because TimelineEventMoved.getLane() don't return a lane...
View ArticleRestoring default column widths
When the user opens a grid for the first time, all "preferences" are great (column widths). If the user changes a column size, we want to be able to give him the option to revert to the default. Is...
View Articlelayout members overlap when removing and adding at a position
SmartGWT version Version v9.1p_2014-06-30/Enterprise Deployment (2014-06-30) Browser: Chrome (works fine in IE) Code: import com.google.gwt.core.client.EntryPoint; import...
View Articlescrollbar added when frame is set to 100%
SmartGWT version Version v9.1p_2014-06-30/Enterprise Deployment (2014-06-30) Browser: IE/FF/Chrome Code: import com.google.gwt.core.client.EntryPoint; import com.google.gwt.user.client.ui.NamedFrame;...
View ArticleServer-Side DSRequest $session missing?
Version: SmartClient Version: v9.1p_2014-08-07/PowerEdition Deployment (built 2014-08-07) I'm attempting to create a DSRequest to pull some values from within a DMI called through an...
View ArticleSmartGWT Unit Testing Framework
Okay so I've been doing research on this topic for about a week now. Based on everything I've read and tried to do unit testing properly we basically have create a unit testing framework in GWT,...
View ArticleHow to disable the drag and resize behavior for ResizeBar
I use SmartGWT 4.1p Power Edition I'm now using the ResizeBar by Code: VLayout widget1 = new VLayout() widget1.setWidth100(); widget1.setHeight(1); widget1.setShowResizeBar(true);...
View ArticleError during ant compilation of Smartgwt project
I am trying to ant compile my gwtp project. Am using Smargwt-4.1p jar. Not able to figure out the reason for this error: [java] Finding entry point classes [java] [ERROR] Errors in...
View ArticleClass inheritance problem
Hi Isomorphic, I found something very strange concerning smart client class inheritance. Sample codes are tested under SmartClient LGPL Edition V9.1 (2014-07-06 nightly) IE 10.0.17 Chrome 35.0.1916.153...
View ArticleBody scrollbars in new chrome Version 36.0.1985.125 m
Smartclient version: Tested on v9.1p_2014-08-10/LGPL Development Only Browser: Detected in chrome 36.0.1985.125 m (IE & FF works right). OS: Win7 OS After the recently upgrade of chrome browser to...
View ArticlePorting a fix from smartClient
Hi Isomorphic, There is an already fixed issue in smartclient 9-10, which was recently discussed in this thread: http://forums.smartclient.com/showthread.php?t=29340 [Long story short, there is code...
View ArticleHow to get value of a FormItem that is a checkbox
Hi friends, I'm new here ! and I have a question: First a bit of information about the client version and browser im using: - SmartClient Version: v9.0_2013-07-03/LGPL Development Only (built...
View ArticleTreeGrid performance issue
I notice a performance decrease after sorting columns. I load around 20,000 records (10 folders in a root with 2,000 leafs in each) with 150 columns (displaying 20 columns), then open all nodes and the...
View ArticleTreeGrid scroll bar on mobile devices in version 10.0d
Version 9.1 had draggable scrollbars on TreeGrid on all mobile devices, but it seems to be gone in 10.0d - is this by design? These scrollbars were extremely useful as you could scroll all the way down...
View ArticleIntegrating a JavaFX application
Hello, Is there a way to integrate a JavaFX application into SmartGWT? Oracle suggests to use Deployment Toolkit library that should be called from page onload or similar. Is there a "SmartGWT way" to...
View ArticleGrid double-clicking column header to auto-fit also triggers sort
When I double click on a column header to auto-fit it - it also triggers sort on that column in Firefox and Chrome. Is there any way to not sort when user double-clicks? Also in Opera double clicking...
View Articleprimary key field doesn't have a default value
I am getting a very strange problem. My SQL crashes with "'TaskID' doesn't have a default value". This is a fact. It is one of two fields that make up a table's primary key. TaskID and TeamMemberID....
View ArticleOpen File selection dialog programmaticaly
Can I open the file selection dialog for UploadItem programmatically? I am using SmartClient ver. 9.0p Thanks!
View Article