RPCManager.startQueue() processing order
Hi Isomorphic, I'm using current 4.1p (v9.1p_2014-12-06). Are the client-side requests added in a Code: RPCManager.startQueue() ...some requests... RPCManager.sendQueue(); flow guaranteed to be...
View Articlerestdatasource and queueing
Hi, I am trying to enable transaction queuing using a restdatasource and I receive correctly the information sent by server for a two operation request in one package: Code: { "transaction": Â {...
View ArticleBug / Enhancement / General question: FK-lookup in DynamicForm SelectItem
Hello Isomorphic, I'm using SmartGWT 4.1p (v9.1p_2014-12-06) and have a question regarding the short-time display of key-values in a DynamicForm: I have a DS with the following field: Code: <field...
View ArticleFirstDayOfWeek error in SmartGWT 5.0
Hello, there is an error with FirstDayOfWeek in the calendar of SmartGWT 5.0. You can reproduce it with one of the calendars in the showcase. Change the example, by setting the FirstDayOfWeek to 1...
View ArticleEnhancement: BuiltInDS DataSource with foreignKey
Hi Isomorphic, could you amend one of the BuiltInDS-sample DataSources with some foreignKeys? E.g., make gender a own DataSource or add an "owner" field (FK to employees) to animals, ... I need this in...
View ArticleComboBoxItems required=true bold-display removed during DynamicForm fetch
Hi Isomorphic, in current 4.1p (v9.1p_2014-12-06) the "required=true"-bold-display is removed for ComboBoxItems during DynamicForm.fetch(). It returns after the data is loaded. Please see modified...
View ArticleCanvas.showPrintPreview() ignores HTML5 tags
Hi Isomorphic, I'm trying to make a SmartClient page printable that is using HTML flows that dynamically render to <canvas> tags. When I try to render a print preview, the canvas data is simply...
View ArticleDatasource cannot load data from database
Hello there, I am using a licence copy of SmartGWT Power 3 and testing on Firefox browser version 26. I am trying to load a listgrid with data from many tables(they have foreign key relationship). When...
View ArticleDoes DrawItem.drawGroup work properly?
I'm struggling to draw a bunch of items as a whole simply setting their DrawItem.drawGroup property, then drawing the group. I know that passing them directly to DrawGroup.drawItems instead works. The...
View Articleds.xml with dynamic table name in serverType="sql"
I am using power edition.. i want to know is there any option to set the table name dynamically in ds.xml. using criteria or some other option. I am using serverType as sql. Thanks in advance..
View ArticleLog out automatically when session expires
I use smartGWT v4.1-p_2014-09-07/PowerEdition firefox 34.0.5 In my entrypoint class on onModuleLoad() i perform a fetch to the loginDatasource to see if the user is logged in. if this is the case, i...
View ArticleStrange behavior of calendars in a section stack
Hello, I have section stach with there section. The top section is a filter section, the middle section contains two calendars and the section at the bottom is a detail section. When opening the detail...
View ArticleDrawing optimizations: any insight on batch drawing or drawpane limits?
I took a look at Drawing module sources and I saw there's an internal features called batch drawing: any idea if it can be safely used for performance optimizations? Actually I'm trying to optimize the...
View ArticleIE8 doesnt add grid cell style on mouseover
I am using Version v9.1p_2014-04-10/PowerEdition Development Only (2014-04-10) we have the following style class for mouseover on grid cell (we have custom skin extending EnterpriseBlue) .cellOver a,...
View ArticleQuestion about "List - Select Multiple"
Right now it seems that in a "List - Select Multiple" the row of the picklist that is below the mouse cursor, the row of the picklist that is selected with the keyboard and the rows of the picklist...
View ArticleSmartClient Treegrid with multiple DB tables
SmartClient: v10.0p_2014-11-23/EVAL Development Only Hi there, I am sure this must have been covered many times but I seem unable to locate a basic example to get me going. I have created a simple...
View ArticleListGrid.clearCriteria() doesn't clear offscreen values
Issue (with functioning test case) against the latest 5.0 and 4.1. Reproduction steps: 1. Load the test case; see 300 columns. Probably Important: they should force the window to scroll. 2. Set a...
View ArticleListGrid performance issue for big number of rows
Hello, We have listGrid together with restDataSource. RestDatasource has 27 000 000 total number of records and returns 150 records per request. To render a first result for Chrome 39 takes ~6-7...
View ArticleNewbee helloworld howto question
Hello, I'm new to smartGwt (but not new to gwt) and I'm currently evaluating if we can use smartgwt. My first step is getting a hello world like example up and running (using maven, gwt 2.6.1, smartgwt...
View ArticleSmartGWT client only includeFrom example
I am trying to build an example for the usage of includeFrom. I want to use only client side code and "clientOnly" data sources. I'm trying to stick as close as possible to the example lines in the...
View Article