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
3
votes
3 answers

GWT MVP and SmartGWT compatibility

In my new project client has requested to use GWT/SmartGWT for developing presentation tier. (Note: Screens are not much complex) I am aware about the MVP Pattern (never used) but I need to decide which flavor of the MVP pattern I should use which…
Bhavesh
  • 519
  • 6
  • 26
3
votes
1 answer

WinForms visual inheritence issue in VS2010

Quick bit of background to the project in question: it's C# .Net 4, WinForms with smart client factory and unfortunately a lot of visual inheritance. Here's a brief outline of the problem the team I'm working on are experiencing which seems to be…
3
votes
3 answers

How relevant is support for "occasional connected" scenarios?

A while back, smart clients had been touted as the solution to "occasional connected" usage environments, and toolkits like Google Gears have sprouted for the same reason. It looks to me like constant, reliable Internet access is becoming more and…
Tony the Pony
  • 40,327
  • 71
  • 187
  • 281
3
votes
5 answers

How to get your network support team behind click-once?

I'm trying to make the case for click-once and smart client development but my network support team wants to keep with web development for everything. What is the best way to convince them that click-once and smart client development have a place in…
Toran Billups
  • 27,111
  • 40
  • 155
  • 268
3
votes
1 answer

The type or namespace name 'ISet' does not exist

I'm upgrading a Windows Smart Client solution from nHibernate 2.2 to 4.0. This required updating Iesi.Collections (4.0.1.4000) as well. On this line: protected Iesi.Collections.Generic.ISet eventSet; I get this error: The type or…
Al Lelopath
  • 6,448
  • 13
  • 82
  • 139
3
votes
0 answers

not able to switch to iframe using phantomjs

Issue: I am trying to access the webelement(logout) highlighted in blue using htmlunitdriver. The requirement is to find the element on smart client GUI and click on it. Approach: The approach followed for accessing element inside the page is to…
ivory
  • 31
  • 2
3
votes
1 answer

Is MVP pattern best way for every winforms app?

i would like develop application about storing some information about books, i would like use MVP pattern - but i have some doubts if this pattern is always best practise for developing small/mid winform apps or maybe is not necessary? ps. I would…
movax
  • 352
  • 1
  • 8
3
votes
4 answers

Autostart Smart Client application

Have a standard smart client application that we want to autostart when a user logs into their machine on our network. I've tried the following…
psamwel
  • 1,042
  • 9
  • 15
3
votes
1 answer

Error with smartGWT

With smart gwt 4 when I run the application I get the following error Core SmartClient JavaScript libraries appear not to be loaded. If inheriting the NoScript SmartGWT modules, verify that the HTML file includes tags to load the SmartClient module…
Duest
  • 31
  • 1
  • 2
3
votes
1 answer

Getting selected SectionStack Section in Smart GWT

I have a sectionStack where sections are added dynamically and I have added a handler to the section stack. When a sectionStack section is clicked I want to get the id or the contents of the section clicked . How can I do this?
Ekata
  • 259
  • 2
  • 7
  • 21
2
votes
1 answer

SmartGwt ListGrid.setAlwaysShowEditors(true) issue

We have basic ListGrid where one of the fields is editable and editor for this field always should be displayed, here is creation code ListGrid listPanel = new…
zasadnyy
  • 2,107
  • 2
  • 19
  • 26
2
votes
3 answers

GUI Platform choice: Google GWT, SmartGWT, ExtGWT and SmartClient

We are in the process choosing a new GUI platform. Ive been looking at subj. but are a bit confused. Could someone please refer to at tutorial or blog that makes a qualified comparison. Thanks. Nikolaj G.
user669857
  • 273
  • 4
  • 14
2
votes
4 answers

How to get pop window with opacity in background like this?

I want to have modal window pop up (it is a window with opacity in background) on my website to display some data. Please check image below : I would like to use similar implementation as: http://www.smartclient.com/?skin=Enterprise#modality But i…
cavlar
  • 21
  • 2
2
votes
2 answers

Securing/omitting selected properties of a domain entity in NHibernate (subclass, projection, ?)

Consider the following simplified scenario: public class Person { public string Name { get; set; } public int Age { get; set; } // restricted public string SocialSecurityNumber { get; set; } // restricted public string…
Jay
  • 56,361
  • 10
  • 99
  • 123
2
votes
1 answer

DynamicForm.setDisabled(false) not working entirely

Let me start by saying I'm new to Isomorphic framework so be gentle. I'm disabling "the form" when it's created. Then once a user clicks "the button" it should enable it. The issue I'm having is that it only enables the TextItems, not the Section…
stackoverfloweth
  • 6,669
  • 5
  • 38
  • 69
1
2
3
10 11