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
1 answer

ListGrid: Need to show icons in an editable field for a many to one relationship

My problem seems simple. But have not been able to solve till now. Any help would be appreciated. I have a listgrid showing certain records from a datasource. One of the fields is a many to one. When I try to edit any record, I get a dropdown with…
Aspirant
  • 1,934
  • 4
  • 25
  • 44
0
votes
1 answer

SmartGWT FilterBuilder as DynamicForm?

I have a rather large implementation of a SmartGWT FilterBuilder, pretty similar to the Big Filter example in the SmartGWT showcase. The FilterBuilder uses a RestDataSource underneath to create it's fields via FormItems with operators and available…
blong
  • 2,815
  • 8
  • 44
  • 110
0
votes
1 answer

Smartclient: menu aligned right makes page wider

I'm using Smartclient, v 8.2 (LGPL). I have a MenuButton that opens a Menu. The button is aligned right. the problem is that when the menu is displayed; the left side of the menu is aligned with the left side of the button, and there's no space for…
damian
  • 4,024
  • 5
  • 35
  • 53
0
votes
1 answer

What SmartGWT components should I look into for my simple usecase?

My usecase is a one-page site. On the page, there should be three "frames". One frame lists all the users. This frame is only seen by admins. Selecting a user triggers an action that fills the second frame - all logged Transactions of the user are…
Andrija
  • 937
  • 14
  • 33
0
votes
2 answers

SmartGWT skinning

Some SmartGWT components are composed by a lot of small images. This is the case of IButton for example that gets rendered using images. I want to adapt the original SmartGWT CSS to fit my needs, that are basically color changes.
Jean-Michel Garcia
  • 2,359
  • 2
  • 23
  • 44
-1
votes
1 answer

C# Smart-client deployment is not working?

I haven't deployed a smart-client in a very long time, so I may be doing something wrong. My publish works well, and the app works for me (could be cached?), but my users can't run the app and instead get this error: Can't reach this page Make…
John
  • 185
  • 1
  • 3
  • 17
-1
votes
1 answer

AdminConsole (Import DataSources) in SmartClient

I went to this link: /localhost:8080/tools/adminConsole.jsp and I selected a DataSource then I did "Import" therefore I lost all data I had on my database! Have you an idea to retrieve my data?
SBarney
  • 39
  • 1
  • 1
  • 11
-1
votes
1 answer

WCF - TargetInvocationException was unhandled

I'm trying to create WCF to sync my mobile device with my server. When i try to click sync button it throws TargetInvocationException. Below is the Sync() method. Code Cursor.Current = Cursors.WaitCursor; …
chinna_82
  • 6,353
  • 17
  • 79
  • 134
-2
votes
1 answer

Generates progress bars bysubmitbutton. Want to generate a progressbar for time (Assume 1 min).means user should see 0 to 100% feature for 1 min

I want to generate a progressbar for time (Assume 1 min). Means user should see 0 to 100% feature for 1 min. isc.DynamicForm.create({ ID:"DynamicForm51", autoDraw:false, }) var importSection = isc.DynamicForm.create({ …
Revanth Tv
  • 63
  • 8
1 2 3
10
11