| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 632
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 77
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,375
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 476
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 517
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 416
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 542
|
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 256
|
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,209
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 03:32 AM
» Replies: 3
» Views: 4,125
|
|
|
| Memory Leaks |
|
Posted by: ShaneStump - 08-08-2018, 06:40 PM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
Howdy All!
Another thing I am seeing when I stress test my web app that creates a lot of controls is that memory starts growing exponentially and doesn't seem to get released in a decent time period.
In the past there have been discussions on various ways/attempts to automatically shut down sessions before the time-out after a period of no user activity - that is, the time out value gets reset every time the types / clicks a button.
Any ideas/progress on such a method?
Thanks,
Shane
|
|
|
| Cannot find submit component. |
|
Posted by: ShaneStump - 08-08-2018, 03:21 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Howdy All!
I am trying to stress test my mobile IW app as some of my customers that have a lot of mobile sessions start having issues after a while.
For compatibility reasons, I am still using IW 14.2.7.
Any how, after 10 to 15 minutes of stress loading (plenty of memory), I start getting the 'Cannot find submit button' exception with a stack trace of
(007A634B){TheVirtualWebTicketerService.exe} [00BA734B]
(007B4262){TheVirtualWebTicketerService.exe} [00BB5262]
(007ADF11){TheVirtualWebTicketerService.exe} [00BAEF11]
(007ADC01){TheVirtualWebTicketerService.exe} [00BAEC01]
(007E6E71){TheVirtualWebTicketerService.exe} [00BE7E71]
(007E6960){TheVirtualWebTicketerService.exe} [00BE7960]
(007E6CD3){TheVirtualWebTicketerService.exe} [00BE7CD3]
(007D6656){TheVirtualWebTicketerService.exe} [00BD7656]
(007D6B44){TheVirtualWebTicketerService.exe} [00BD7B44]
(007E3907){TheVirtualWebTicketerService.exe} [00BE4907]
(00804108){TheVirtualWebTicketerService.exe} [00C05108]
(007326C0){TheVirtualWebTicketerService.exe} [00B336C0]
(0071EDAB){TheVirtualWebTicketerService.exe} [00B1FDAB]
(00709B82){TheVirtualWebTicketerService.exe} [00B0AB82]
(0070BE0A){TheVirtualWebTicketerService.exe} [00B0CE0A]
(0070B809){TheVirtualWebTicketerService.exe} [00B0C809]
(0056B19D){TheVirtualWebTicketerService.exe} [0096C19D] System.Classes.pas.Classes.ThreadProc$qqrxp22System.Classes.TThread (Line 14945, "System.Classes.pas" + 18) + $5
(004A027C){TheVirtualWebTicketerService.exe} [008A127C] System.pas.ThreadWrapper$qqspv (Line 24423, "System.pas" + 45) + $0
Any ideas to find out what is causing this and how to fix it?
Thanks in advance,
Shane
|
|
|
| Taborder issues |
|
Posted by: joel - 08-08-2018, 03:12 AM - Forum: IntraWeb General Discussion
- Replies (8)
|
 |
I am having all kinds of tab order issues.
I would like to manually set my taborder at runtime, but if I try to set the taborder to say 1000 it will immediately changes to say 24.
I must be missing something. How can I manually control the taborder at runtime?
|
|
|
| Delphi 7 and Internet comunication |
|
Posted by: Goultek - 08-07-2018, 12:20 AM - Forum: Indy
- Replies (3)
|
 |
hello guys
I have been searching on google for the past weeks to no avail
Can someone share a link or a complete code to a working example of Indy(or other) server/client code which will allow me to send data from one IP to another IP. The chat example which comes with D7 seems to only work when run on localhost, all other attempts have failed with the D7 chat example, I can't even connect from one computer to another within the same house, this is really getting the best of me... grunts...
I need to send any kind of data, text, raw info (bytes, integers and whatnot) and of course files
This all should be for a server hosted anywhere, should it be on a private computer or a cloud (clients are only private owners) This to download updates, program activation and data... The server must be able to handle many clients at the same time (well, threading or whatnot) All this is for a game I am creating right now with D7
As I am really not gifted in internet stuff, I need something simple or with extensive help files so a dummy like me can understand it
or at least explain to me what I'm doing wrong with the "chat" example in D7
please help
Goul
|
|
|
| Multiple declaration fd_set |
|
Posted by: jjeffman - 08-06-2018, 08:16 PM - Forum: Indy
- Replies (1)
|
 |
Hello,
I am using Indy 10 (10.6.2.0) on C++Builder 6.0 .
I have built an application which send emails when a certain event happens. It is working fine.
Now I am making a Windows service which should do the same, I am getting include errors telling fd_set has multiple declarations.
I can not figure out why this is happening in the windows service application.
Is there anything I can do to avoid this error? I have tried to define _winsock2api_ but other errors are being raised when I set it.
Can somebody please help me ?
|
|
|
| How get current active form name |
|
Posted by: morhous - 08-06-2018, 06:49 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
so for i doing something like this
Webapplication.create('FormName').show --> in form1
but i want to use form1 name in form2 like this way
TiwForm1.release
I found my solution after posting this
maybe someone need this
TIWAppForm(WebApplication.ActiveForm).Release;
|
|
|
| Http.sys on Win Server |
|
Posted by: zsleo - 08-06-2018, 03:58 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
I have a Windows Server 2008 that I am trying to deploy an IW Http.sys app.
The first time is start the app it starts as expected and I log in to the app.
I then shut is down and try to start again and I get the following message:
Error: [HttpSys] A call to "HttpAddUrlToUrlGroup" failed: The process cannot access the file because it is being used by another process
https://203.XXX.XXX.XXX:443/ody/$/start
What am I missing / not doing?
I do not have this problem on my Win 10 Dev system
TIA
P.S. Sometime I get the following error
Error: [HttpSys] A call to "HttpAddUrlToUrlGroup" failed: The format of the specified network name is invalid
|
|
|
|