| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 425 online users. » 2 Member(s) | 420 Guest(s) Applebot, Bing, Google, becurthetig1977, soikeowine
|
| Latest Threads |
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: DidierMenant
Yesterday, 08:39 AM
» Replies: 0
» Views: 40
|
Source Code
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-24-2026, 09:04 PM
» Replies: 2
» Views: 218
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 1,750
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 180
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 585
|
Looking for UI Design Tip...
Forum: Delphi General Discussion
Last Post: chrisjordon232
08-06-2026, 05:17 AM
» Replies: 0
» Views: 195
|
TIWjQDBGrid DateFormat
Forum: IntraWeb General Discussion
Last Post: brushbuny
08-05-2026, 03:31 AM
» Replies: 2
» Views: 1,592
|
Simply convert PeerIp to ...
Forum: Indy
Last Post: DidierMenant
08-04-2026, 03:50 PM
» Replies: 2
» Views: 339
|
New CGDevTools build is a...
Forum: CGDevTools
Last Post: lfeliz
08-04-2026, 12:03 AM
» Replies: 2
» Views: 1,473
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: JuergenS
07-31-2026, 09:44 AM
» Replies: 6
» Views: 1,511
|
|
|
| TIWComboBox |
|
Posted by: denville - 11-29-2020, 11:19 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
XE7 15-0-22
Forgive me for asking again.
When a user selects an item from the drop-down list, I need to put something different in the edit eg if the user selects TODAY then I might put 29/11/2020 in the box. I have experimented with ItemsHaveValues but this does not seem to do anything other than present only the name of name=value (ok) but name also goes into the box.
Thanks.
|
|
|
| TIWMemo cursor position |
|
Posted by: denville - 11-28-2020, 01:16 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
If I add a line to a (cleared) Memo such as "HELLO THERE ", when the memo get focus the cursor is at the start on the (empty) line below. Is there a way to place the cursor at the end of the first line so the user can continue typing immediately following the space ?
I can do it manually by simply entering a backspace, is there perhaps a way to 'inject' a BS when the memo gets focus ?
Thanks.
|
|
|
| Where is TIWGradButton |
|
Posted by: matija - 11-27-2020, 01:02 PM - Forum: IntraWeb General Discussion
- Replies (7)
|
 |
I open in new Intraweb 15.2.20 old project with TIWGradButton and not found?
This this button is in 14.1.13 under Intraweb Standard.
If create new standalone application (http.sys) then found this gradbutton!
|
|
|
| access violation using Indy 10 on Raspberry PI |
|
Posted by: KeesBl - 11-26-2020, 07:12 PM - Forum: Indy
- Replies (1)
|
 |
I still have trouble using Indy 10 cross compiling on Lazarus.
The mini project below
program testProject;
uses IdGlobal;
begin
writeln('Blah');
end.
compiles and links fine for targets Windows, Linux 64 bits and Linux on ArmV7.
The executables run fine on Win64 and Linux Ubuntu but on the Raspberry Pi I get
An unhandled exception occurred at $00010D40:
EAccessViolation: Access violation
$00010D40
Running with sudo does not help.
If I remove the line: uses IdGlobal and recompile and link, the executable runs without problems on the Raspberry Pi.
If I only add IdGlobal in the project inspector in Lazarus and remove the line 'uses IdGlobal', the executable runs without problems on the Raspberry Pi.
I did not install Indy 10 in Lazarus. I use the units directly.
I wonder whether this a problem with the compiler, fpcUpdeluxe or Indy 10.
Is it possible to run Indy 10 on the Raspberry PI?
Greetings,
Kees
|
|
|
| Global UpperCase |
|
Posted by: denville - 11-26-2020, 04:05 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
XE7, IW 15-0-22
Is there a simple way to make an entire form capitals only (converting lower-case to capital as necessary on typing), without adding js individually to every edit (onKeyUp) ?
Thanks.
|
|
|
| ComboBox AsyncSelect |
|
Posted by: denville - 11-25-2020, 05:15 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hi, what does the AsyncSelect event do ? I thought it might fire when the user selects an item from the drop-down but it doesn't fire in any circumstance that I can find.
How could I intercept the selection so that I modify what goes into the edit (ie simple description in drop-down places cryptic data in edit).
I thought ItemsHaveValues might achieve that but if I put something like
simple=ABC
complex=QWERTY
in the items, only the 'name' part (simple) is displayed in the drop-down and only the name part is displayed in the edit, ie everything after = is just lost.
Many thanks
|
|
|
| Install of iw15.2.x faild |
|
Posted by: mikel.pahl - 11-25-2020, 02:03 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
With iw15.2.15.exe and iw15.2.18.exe setup faild with message "sorry, the files cloud not be downloaded. Click 'Retry' to try downloading the files again, or click 'Cancel' to terminate setup."
Is ist possible to get an offline-Installer ?
|
|
|
|