| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 92,197
» Latest member: go88ghcom
» Forum threads: 2,418
» Forum posts: 11,356
Full Statistics
|
| Online Users |
There are currently 2621 online users. » 2 Member(s) | 2615 Guest(s) Applebot, Bing, Google, Yandex, go88ghcom, quangcaosvnci
|
| Latest Threads |
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 355
|
VCL conversion
Forum: Delphi General Discussion
Last Post: marktuan
08-07-2026, 01:20 PM
» Replies: 0
» Views: 377
|
Looking for UI Design Tip...
Forum: Delphi General Discussion
Last Post: chrisjordon232
08-06-2026, 05:17 AM
» Replies: 0
» Views: 97
|
Simply convert PeerIp to ...
Forum: Indy
Last Post: DidierMenant
08-04-2026, 03:50 PM
» Replies: 2
» Views: 266
|
New CGDevTools build is a...
Forum: CGDevTools
Last Post: lfeliz
08-04-2026, 12:03 AM
» Replies: 2
» Views: 1,425
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: JuergenS
07-31-2026, 09:44 AM
» Replies: 6
» Views: 1,356
|
Datatables question
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-28-2026, 04:34 AM
» Replies: 2
» Views: 331
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: CharlieDunn
07-27-2026, 08:27 PM
» Replies: 1
» Views: 512
|
Intraweb components missi...
Forum: IntraWeb General Discussion
Last Post: valmeras
07-27-2026, 03:18 PM
» Replies: 3
» Views: 452
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-17-2026, 05:18 PM
» Replies: 6
» Views: 4,958
|
|
|
| Simulating low bandwidth with TIdHTTP |
|
Posted by: Ahmed Sayed - 12-01-2020, 10:13 AM - Forum: Indy
- Replies (10)
|
 |
Hi,
I need to simulate internet speed for testing purposes both client and server apps are on my dev machine. I use for this "TIdInterceptThrottler" component, it works fine during downloading or uploading the data but it still resolves the host very fast I want to slow down that too to the speed of my choice like as if the server is remote not on the same machine as the client.
Is there a trick that can be done to mimice that with indy components or whatever?
Thanks in advance, any help will be appreciated
|
|
|
| IMAP.AppendMsg and AMBName |
|
Posted by: luigisic - 11-29-2020, 05:08 PM - Forum: Indy
- Replies (1)
|
 |
Hello,
I sent a message with a TidSMTP.
Now I wish save the message in the online server. To do this I try:
Code: IMAP.AppendMsg(AMBName, MailMessage, []);
But AMBName in my server is 'INBOX.Inviata' but in other server is 'SENT' or 'INBOX.SENT' and so on.
There is a method to pass only one international AMBName valid for all servers?
Thanks
|
|
|
| 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!
|
|
|
|