Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
813 views

Ressources for IntraWeb / VCL for the Web

I am aware of the news groups at atozed.intraweb.* as well as the online manual and pdf manual, Bob Swart's IntraWeb book, and the spellbook. Some of these resources are outdated, some are rather ...
2
votes
2answers
221 views

Intraweb question about improperly working (radiobutton)?

HI, I created 4 radiobuttons in a intraweb application. One is checked by default, the rest is not. The belong to the same group called group. (I set the group properly of each TIWradiobutton) There ...
1
vote
1answer
319 views

Derive IntraWeb forms from parent and not TIWAppForm directly - error in IDE

I have forms in my application that I derive from a common ancestor, like: TAtFormBaseIW = class( TIWAppForm ) and TAtFormExplorerIW = class( TAtFormBaseIW ) This works for certain forms, but not ...
0
votes
0answers
83 views

IntraWeb Project Converted from Delphi 2007 to Delphi 2010

I recently moved from Delphi 2007 to 2010. Both versions are Architect Ver. In ver. 2007 with Intraweb 9 all works well. Once Converted to 2010 with IW10 which I updated to the latest 10.0.23, the ...
0
votes
2answers
398 views

Focus an IntraWeb IWTreeView on a selected item

I have a rather lengthy tree view (IWTreeView) in a IWRegion (ClipRegion:= True) with one node selected. How do I focus that node such that it is visible for the user after a render? The What I do ...