| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 98,094
» Latest member: xoilac8co
» Forum threads: 2,426
» Forum posts: 11,371
Full Statistics
|
| Online Users |
There are currently 1137 online users. » 1 Member(s) | 1132 Guest(s) Applebot, Bing, Google, Yandex, arosetowing
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 187
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 152
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 167
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 471
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 238
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 640
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 225
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,239
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 358
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 984
|
|
|
| call intraweb function from javascript |
|
Posted by: amit.walters - 11-16-2022, 05:04 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hello Sir
I am a C++ user
I am using html tag for button like this;
<button id="btn1" onclick="OnbtnClick(5,0)"> please click</button>
two parameter to javascript function
function OnbtnClick(x,y)
{
-- some code---
return ajaxCall('MyIwFunction', {i:x, o: y1, z: document.getElementById(cName).value}, false,function(response) {});
}
ajax call is working properly I am able to receive the value of "cName" as parameter z. depending on the value of y1 I am opening a dialog box using IWModalWindow it is also working.
Now the Issue:
when I am trying to select from IWComboBox -> IWComboBox1Change windows disappears .
but if I use IWModalWindow->Show() from IWButtonClick (OnClick Event) and trying to select in the same way it work perfectly.
same way if I use IWButton5AsyncClick to show window on change windows disappears .
How I can call a Intraweb function from "onClick event" of the button like it work for IWButton OnClick.
Please provide me some code in C++;
|
|
|
| https: and Intraweb |
|
Posted by: rhcarpenter - 11-09-2022, 05:22 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
We are using Intraweb 15.2.65 Standard Edition and Delphi 10.4. We have built a standalone Intraweb server. It works fine during testing when accessed with the http:// protocol. We are now trying to get it to work with https://. We have set the Port and SSLversion in the SSLOptions in the ServerController. We have set the main form ConnectionMode to cmSecure.
But when we try to access the page, we get the following error:
Secure mode is required for this form
Can we not use the https:// protocol with this version?
I look forward to your reply.
Randall H. Carpenter
|
|
|
| C++ Builder Opportunities? |
|
Posted by: ShaneStump - 11-08-2022, 09:14 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Howdy All!
Sorry to post this message here if it is against forum protocol, I apologize.
Well, my ~18 year C++ Builder Windows / Intraweb reservation system finally was end-of-lifed on 10/31.
I have spent the last week looking at Dart / Flutter, and it just seems so F__ed up to me. It seems to be aiming more at the javascript group as opposed to C/C++/etc.
I spent most of 2021 looking at FMX, but it has so many issues that prevent it from being used for serious development.
I am back to what I know... C++ Builder for Windows / Intraweb. At 58, I still find software development exciting if I am a good fit for the project.
So before I give up on my 41 year development career, I figured I would ask here if anyone knows of a small company looking / needing a VCL / Intraweb C++ developer?
If so, please post / e-mail me.
All the best,
Shane
|
|
|
| IWTabControl not updating Color |
|
Posted by: Lenfors - 11-08-2022, 04:03 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello!
I have a problem with the background colors in TIWTabPage.
Create new project, add a IWTabControl, add tree pages. Assign different colors to all three pages.
In the designer if you click on the different pages the correct color is shown. If you in the object inspector change ActivePage the active page on screen is updated but the background color is unchanged. This also happens if you click on the different pages in the browser when running the application. Active page is updated but color stays the same as on tab 0.
Best regards, MIkael
|
|
|
| Screen size not updated |
|
Posted by: Lenfors - 11-08-2022, 10:43 AM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello!
When i create a form and put som controls on it aligned to top and bottom they are shown nicely as they should when the browser window is maximized. But if I scale the browser window the self.clientwidth / self.clientheight on the form are not updated. Instead there are scrollbars appearing in the browser window. How can I prevent this?
I always want the browser to report the actual size as a VCL for would and not show any scrollbars.
Best regards, Mikael
|
|
|
| TIWComboBox search delay while typing |
|
Posted by: StephanM - 11-06-2022, 08:43 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Is there a way extend the time I have to type in an item from as combo box? If I pause for more than like 1/4 of a second while typing, the search resets.
I have a combo with a large list of items. They are part numbers. Sometimes I want to manually key in an item because it's a long way down the list, and it's a pain to slowly scroll down until I find it.
The problem is that I dont have time to type it in. It only work if I manage to type it super quick. If there's the slightest pause during the typing, the search resets.
Thanks for suggestions.
|
|
|
| Intraweb on Android |
|
Posted by: Lenfors - 11-01-2022, 03:45 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello!
We would like to use Intraweb as a web server but it must be hosted on Android! Is this possible?
As there is no graphical interface I can't see why it shouldn't be possible. Underlaying socket protocols are in Indy wich are Android compatible!
I tried to select "Target" in Delphi but only Windows 32-bit and Windows 64-bit are available.
Best regards, Mikael
|
|
|
|