Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

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

 
  Icon Intraweb application
Posted by: l.Restif - 12-05-2020, 05:36 AM - Forum: IntraWeb General Discussion - Replies (3)

Hello,

how to change the default icon intraweb in application mode?
It's the icon in the task bar.

Print this item

  Is there having another compiled OpenSSL ?
Posted by: Kristy - 12-03-2020, 04:14 PM - Forum: IntraWeb General Discussion - Replies (14)

https://opendec.wordpress.com/   is gone !

Last version https://github.com/IndySockets/OpenSSL-Binaries (not updated any more)

---------------------------

And, the Indy...... https://www.indyproject.org/ (I cannot access)

Print this item

  IW 15.2.21 is out
Posted by: Alexandre Machado - 12-03-2020, 11:18 AM - Forum: IntraWeb General Discussion - Replies (8)

Hi guys,

here's a new update for IntraWeb 15:

https://www.atozed.com/2020/12/intraweb-15-2-21/

This update brings the new IWSelect control, based on Select2 web control: https://select2.org/

This is probably the most flexible Select/Combo control out there.

Demo coming soon

Enjoy  Big Grin

Print this item

  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

Print this item

  IW error in IE - remove()
Posted by: brsoft - 12-01-2020, 09:29 AM - Forum: IntraWeb General Discussion - Replies (7)

Hi!

Old browser (IE) is sending an error message:
SCRIPT87: Invalid argument.
IWBase__2880361862.js (4,13969)

Problem: remove() function.

I attached a screen about the location of the error.

   

Regards,
Robert

Print this item

  TIWGrid's Control
Posted by: tobenschain - 11-30-2020, 10:19 PM - Forum: IntraWeb General Discussion - Replies (17)

I have a grid containing a Control set to a TIWComboBox. The combo list sometimes shows as blanks. What am I doing wrong? See attached png.



Attached Files Thumbnail(s)
   
Print this item

  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

Print this item

  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.

Print this item

  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.

Print this item

  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!

Print this item