| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
09-11-2026, 09:49 PM
» Replies: 1
» Views: 153
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 129
|
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 148
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 446
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 221
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 620
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 213
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,201
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 343
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 963
|
|
|
| Tie in A .JS file to work along with Intraweb? |
|
Posted by: cpstevenc - 02-13-2019, 03:24 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Greetings!
Using Tokyo 10.2.3
IW 14.2.7
I found a nice JS project to do auto complete / dropdown combo box setup.
Demo @ https://leaverou.github.io/awesomplete/
Can download ZIP file with everything.
I have fiddled with this in a few ways but I just can't seem to get the JS too hook with the TIWEdit control?
I've added these to the extraheaders
Code: <link rel="stylesheet" href="awesomplete.css" />
<script src="awesomplete.js"></script>
Which seem to work, as if i look at the source of the page and click them, they load, so feel they are loading properly in the browser then.
I tried to do the "Combobox Dropdown" example at the bottom of the above page to hook to my IWEdit control but not been able to.
I modified their javascript to be included under the "JavaScript" property of the form.
I modified the names of the controls to look for.. IWEDIT1 , IWEDIT1CSS, ect.. but not exactly working.
I haven't had to use IW much in past few years, as product we have, has worked very well but now to finally add some
new features, and they want an autocomplete dropdown that works similar to this. So figured hey, why not try and get this
guy to work.
Any tips would help alot!
|
|
|
| TIWTimeEdit |
|
Posted by: pvanwyk - 02-12-2019, 12:21 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hi
Does anybody know how the TIWTimeEdit component works? I'm looking for something to enter a time value into.
I'm not able to find any documentation/samples using this component.
We are using IW 15.0.17
Regards, Pieter
|
|
|
| Overlay Web App |
|
Posted by: ShaneStump - 02-10-2019, 07:21 AM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
Howdy!
Has anyone here successfully overlayed an intraweb app onto a web page? That is, run the application on top of another web page (kind of like a modal dialog)?
I have seen this technique being used by several of my competitors and I am thinking about seeing if it is an option for me.
All the best,
Shane
|
|
|
| TIndyHTTPServer 505 error |
|
Posted by: admctfdotcom - 02-04-2019, 07:41 AM - Forum: Indy
- Replies (1)
|
 |
I have to create an application that talks to TIdHTTPServer.
I am using client-side component that surely composes HTTP 1.1 compliant request, yet the server responses with Error 505 - HTTP version not supported.
Any ideas on what could potentially cause that?
|
|
|
| IW15 SSL issue (StandaloneSSL demo) |
|
Posted by: Filip Demuynck - 02-03-2019, 01:05 PM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hi,
I've successfully installed the required :
libeay32.dll
ssleay32.dll
so the StandaloneSSL demo compiles and runs.
However, when i click on the link to open the secured form i get the following error messages, depending on the used browser :
Firefox : SSL_ERROR_UNSUPPORTED_VERSION
edge : cannot make a secured connection with this page
This can be because the site uses an outdated or insecure TLS-securetysetting. If this keeps happening, please contact the owner of the website
internet explorer : cannot make a secured connection with this page
This can be because the site uses an outdated or insecure TLS-securetysetting. If this keeps happening, please contact the owner of the website
chrome : ERR_SSL_VERSION_OR_CIPHER_MISMATCH
This is the last hurdle to take before i can launch my new website, so any help would be much appreciated (using the latest IW version 15.0.17 on Delphi 10.3
Kind regards,
Filip Demuynck
|
|
|
| Back / Forward Button Revisit! |
|
Posted by: ShaneStump - 02-03-2019, 07:35 AM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
Howdy All!
I have a couple customers that would like me to allow the use of the browser back/forward buttons and I have tried explaining to them that would most likely cause the state of my web application to become 'lost'?
How are other IW users handling this? I keep being total that modern web apps should allow the back/forward buttons so I thought I would ask here and see if there is a solution in IW apps I could allow it.
All the best,
Shane
|
|
|
| Resizing component issue at run-time |
|
Posted by: bob9999 - 02-02-2019, 09:12 PM - Forum: IntraWeb General Discussion
- Replies (6)
|
 |
I have an memo field with resize option (resizeDirection rdBoth) and a button under the component at design.
The issue is that the button under the memo component is rendering in the same position rather than floating with the memo size so then there is all this space under the memo or the memo just draws over everything under. How do I make the content under the memo shift or change position so the content under just floats with the memo resize?
I tried using the memo in a region and changing resize options in a parent container type concept but still no dice.
Hopefully someone has done this before or perhaps there is a property I missed somewhere. I have gone through the demo project and documentation but if a demo has this concept somewhere I am all ears.
Cheers.
|
|
|
|