Method not found on DMI Call with Spring Bean
I am trying to access a Bean managed by Spring from the DMI implementation. However, I get the following error: Code: === 2014-09-23 18:48:03,700 [80-6] DEBUG RPCDMI - appConfig:...
View ArticleExport PDF via exportContent makes 2 calls for a ListGrid
If I call RPCManager.exportContent passing in a ListGrid, 2 rpc calls are made to the server for operation getPdfObject and as a result I get 2 requests to save the pdf output. However, if I pass in a...
View ArticleDefault textalign of StaticTextIems
Hi, using isc.DynamicForm.addProperties({readOnlyDisplay:"static"}); to set readOnly layout to static also changed textAlign of DateTime. How can I set the default textAlign of DateTime in static...
View Article10.0 Overriding Calendar.addEvent()
There seems to be a problem with overriding addEvent() method. Following code should show alert after adding an event but it desn't: Code: isc.Calendar.create({ Â Â ID: "eventCalendar", Â Â dataSource:...
View ArticleLayout issue
Hi all, I have one problem with layout. I try to explain it on example. I have one VLayout with fixed width. This layout contains two members with width="100%", so I would like to fill this VLayout...
View ArticleHow to set GlobalTabIndex on a CanvasItem
There is no global tab index which is being set on CanvasItem. it always set global tab index to -1 regardless of whatever value we give it to. We are using smartgwt version 4.0p-2013-12-23 Please...
View ArticleEmail Picker
Hi all, I am trying to create a email picker form item the same as you get with outlook or gmail, where you type and it suggests email addresses and allows you to add multples. From the showcase, this...
View ArticleHow should I configure cacheAllData on a RestDatasource properly?
Hi there, I've defined a RestDataSource with cachAllData=true and an OperationBinding like Code: .. other bindings here, amonst others, the default fetch operation binding ... final OperationBinding...
View ArticleWarning, to many rows with RestDataSource
Hi, Using: SmartClient Version: v9.1p_2014-09-24/Pro Deployment (built 2014-09-24) In developer console I got this warning: 12:18:03.934:TMR4:WARN:GridBody:NiceSearchLogList_body:This grid is showing...
View ArticleSplitting Fields into Tabs from *.ds.xml file
Hi, I have a datasource as *.ds.xml file. Its a lot of fields, about 70. In a detail window I would like to show only a part of it and split them into tabs, for example 5 tabs from a tabset. But how...
View ArticleMITM vulnerability with bundled Apache HttpClient
Per http://seclists.org/fulldisclosure/2014/Aug/48 there is a potential MITM vulnerability with HttpClient prior to versions 4.3.5. I am running SmartGWT Pro 3.1 that came with...
View ArticleSwitchItem for SmartClient 10 ?
While testing SmartClient 10 on Safari iPhone (real device), I noticed that editing a checkbox is difficult. Have you got some enhancement in development? For 10.0, 10.1 or later? Will you maintain the...
View ArticleNo CSS for SelectItem with MultipleAppearance.PICKLIST
Following code generates a correct SelectItem: Code: SelectItem cmbxDestination = new SelectItem("destinationName","Destinations"); cmbxDestination.setOptionDataSource(destTypeDS);...
View ArticleCustomTile broke after Update to Smartgwt 5.0p
Hello, after upgrading to Sgwt 5.0p I'm getting errors in the dev console when trying to receive RecordContextClickEvents from a TileGrid. Although the handler fires and I can handle the event, a...
View ArticleHow to avoid autoDismiss of DateTimeItem-chooser
Hello, how can I avoid autoDismiss of my DateTimeItem-chooser by click on the day?
View ArticleHello
I need some input refer to void isc.warn() (message[, callback, properties]) Test Machine : SmartClient Version: v9.1p_2014-09-20/Pro Deployment (built 2014-09-20) Chrome : Version 31.0.1650.63 m...
View ArticleCanvasItem - focus issue
SmartClient Version: v8.3p_2013-11-10/Pro Deployment (built 2013-11-10) If you have a CanvasItem housing a non-smartclient control on a form, how do you notify that the smartclient CanvasItem has got...
View ArticleDisplaying Additional columns in a JPA datasource in a data grid
I have a problem that should have a fairly straight forward solution. I have a JPA datasource and I'm trying to include a few fields in it that don't exist in the backing JPA domain (or the...
View ArticleWhy first time of calling a Server-side Service returns nothing?
Hi, I extend the default greeting service to encrypt a string at server-side. I give a text and I want to have a hash back. I call the service like this Code: greetingService.encrpytPWD(pwd, new...
View ArticleHTMLFlow / Pane styleName problem
Hi, On HTMLFlow and HTMLPane setStyleName() is not working. It has no effect. Class is still "normal". Code: html.addStyleName("content"); Tested on 5.0p 2014-09-11 Best regards Mariusz Goch
View Article