Questions tagged [smartclient]

Smart Client helps you to build and maintain more usable, portable, efficient web applications faster, propelled by an open, extensible stack of industry-tested components and services.

SmartClient provides an end-to-end application architecture, from UI components to server-side transaction handling. The examples included with SmartClient demonstrate the simplicity that can only be achieved by a framework that addresses both server- and client-side architectural concerns to deliver globally optimal solutions. SmartClient‘s UI components are carefully designed to maximize responsiveness and minimize server load, and SmartClient‘s server components are designed around the requirements of high-productivity user interfaces. Even if you adopt only part of the SmartClient solution, you benefit from an architecture that takes into account the entire problem you need to solve, not just a part of it. Every integration point in the SmartClient platform has been designed with a clear understanding of the requirements you need to fulfill, and, the solutions built into SmartClient provide a blueprint for one way of meeting those requirements.

159 questions
0
votes
0 answers

Getting unexpected operator in advance criteria generated by dynamic form - smart gwt v13.0p

I have a SelectItem component attached to a Dynamic form. the component has a valueMap set and there is no explicit operator set by me. According to the Smart GWT java docs, the default search operator for fields in a form that produces a…
0
votes
0 answers

Architecture Guidance Needed for Occasionally Connected Smart Client with MAUI

I found this from 2016 which gives some broad strokes on Occasionally Connected Smart Clients: https://www.microsoft.com/en-us/download/details.aspx?id=10463 but given the date obviously does not cover MAUI. The service oriented approach seems best…
LeeAdama
  • 11
  • 2
0
votes
0 answers

Isomorphic FileLoader breaks angular routing

Im trying to use isomorphic grid, for it to load ive got to use the FileLoader.load() method. isc.FileLoader.load(() => { builder(element,datasource); }, {target: element}); But whenever i use this to load the grid(which works) it…
Brock_inf
  • 1
  • 1
0
votes
0 answers

How to fix in smartclient listgrid images sometimes not loading?

Here is the listGrid component. https://smartclient.com/smartclient/showcase/?id=fetchOperationFS It has no examples with images, at least I did not find. So when you scroll the grid, it fetches from server that part of items, as I understand bit…
Darius.V
  • 737
  • 1
  • 13
  • 29
0
votes
2 answers

On demand color set of rows in SmartClient (TreeGrid)

I have a TreeGrid in SmartClient. Now I want to color some set of lines like line numbers 3-5, 7-11 etc. I am using an external button which passes the values to the SmartClient. Can anybody tell me how to do that? A button is passing the value and…
0
votes
1 answer

How to change button color in smartclient?

I have searched for this and found this topic but it does not have enought details: https://forums.smartclient.com/forum/smart-gwt-technical-q-a/18078-can-not-change-button-background-color So i think you need to create your own style, or modify…
Darius.V
  • 737
  • 1
  • 13
  • 29
0
votes
1 answer

How to fill the form in smartclient?

Lets say there is such form: { this._dynamicForm =
Darius.V
  • 737
  • 1
  • 13
  • 29
0
votes
1 answer

How to add text to the form in smartclient? TS2339: Property 'fields' does not exist on type 'JSX.IntrinsicElements'

SmartClient Version: v12.1p_2021-05-22/LGPL Deployment (built 2021-05-22) I have just copied code from documentation: https://smartclient.com/smartclient-latest/isomorphic/system/reference/?id=class..HeaderItem
Darius.V
  • 737
  • 1
  • 13
  • 29
0
votes
1 answer

ExtGWT, SmartGWT performance

As far as I've read, it seems these frameworks are all serve-side, so all the Javascript code is generated in the server. Does these frameworks generate Javascript code easily to cache on client-side? It seems to me that as all code is generated in…
Esteve Camps
  • 1,113
  • 1
  • 10
  • 20
0
votes
1 answer

SmartGWT Live Grid (with iBATIS)

I didn't find any docs about how to convert a SmartGWT ListGrid in a Live Grid. How can I do it? Is the ListGrid a Live Grid by default? If so, how can I disable this feature? Finally: I have to provide a DataSource for the Grid. My app uses iBATIS…
Brunno Silva
  • 49
  • 1
  • 3
0
votes
1 answer

Can .NET smart client software call ASP.NET membership for authentication?

I'm writing a new desktop app as a smart client. Although it will need to cache some data locally, data will be downloaded and commands issued via a WCF web service. So that "not just anyone" can call the web service operations to get data or issue…
Neil Barnwell
  • 41,080
  • 29
  • 148
  • 220
0
votes
3 answers

SmartClient: How to use modal window

I want to develop an application in SmartClient using javascript. In that application, it takes inputs like price range and category. On form submit, without reloading the page it will send request to server and will get the list of items.few of…
Vinay Jeurkar
  • 3,054
  • 9
  • 37
  • 56
0
votes
1 answer

Is it a good idea to allow users to send SQLce databases via e-mail?

I have a Winforms app which is being deployed to the employees as a smart-client application. It uses a SQL Server Compact database to store data. I need to add a feature to the app which will allow user to export a particular part of his data to a…
jansokoly
  • 1,994
  • 2
  • 18
  • 25
0
votes
1 answer

Smart Client Maximize a view in tab workspace

My question may not make sense but I have valid reason. We use .net smart client framework with CAB to develop window based application. We have a trend view (smart client view) which plots graph of live data. We use ProEssentials graph control for…
Krish
  • 1,053
  • 2
  • 17
  • 25
0
votes
0 answers

Alphanumeric keyboard - javascript - smartclient

I need to open alphanumeric google keyboard using smart client. I'm just a beginner. Can anyone assist me to create one?
Nancy
  • 1