| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1102 online users. » 0 Member(s) | 1098 Guest(s) Applebot, Bing, Google, Yandex
|
| Latest Threads |
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:33 PM
» Replies: 1
» Views: 333
|
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-21-2026, 05:31 PM
» Replies: 2
» Views: 383
|
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 290
|
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 635
|
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 365
|
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 810
|
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 329
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,484
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 486
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 1,185
|
|
|
Delphi 7 and Indy 9.0 Error Connecting SSL |
|
Posted by: jerltlim - 02-24-2020, 05:00 AM - Forum: Indy
- Replies (1)
|
 |
I'm using TIdHTTP component to execute GET command, resulting in above error message:
Code: Request.ContentType := 'text/html';
Request.CustomHeader.Values['Authorization'] := 'Basic '+ TIdEncoderMIME.EncodeString(SPIAKey)+':'TIdEncoderMIME.EncodeString(SAPISecret);
TIdSSLIOHHandlerSocket
Method - sslvSSLv2
Can someone help me on this?
I try to upgraded to Indy version 10 but I cannot find TIdHTTP, what should I do?
|
|
|
| TIWGrid.cell[0,0] disappears in OnAsyncTimer |
|
Posted by: MrSpock - 02-23-2020, 05:34 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
I can only one time assign
TIWGrid1.Cell[0,0].Control:= TIWImage1;
in form OnCreate
Another assignment to
TIWGrid1.Cell[0,0].Control
or even to any other cell
makes the cell [0,0] disappear
The bug is only in OnAsyncTimer
but it is all right (does not disappear) in OnTimer
|
|
|
| Using jSignature in Intraweb and storing the signature data in an async event |
|
Posted by: jeroen.rottink - 02-19-2020, 10:42 AM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
I am integrating https://github.com/brinley/jSignature to make a signature in a html page.
It's to sign a work order by a customer much like parcel delivery services uses it.
Integrating and using the library works. Now I would like to store the signature data in the database. For this I need to send the signature data to the server. First idea was to use
Code: function sendSignature() {
var $sigdiv = $('#signature');
var signatureData = $sigdiv.jSignature("getData");
ajaxCall("StoreSignature", "&signature="+signatureData, false);
}
The url gets too long this way. Long question short: How do I get the signature data to the server? Can I POST the data? Is there some example for this?
PS I don't mean to get the data in a compressed format like image/jSignature;base30, another export format.
|
|
|
| Help needed with listbox |
|
Posted by: SorenJensen - 02-16-2020, 02:59 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hi All,
I have a problem with an Iwlistbox. I do not seem to react to either of the OnChange events, when I add items to it or delete items from it.
I have two listboxes next to each other and a button in between. When I (async)click the button it moves the selected item in the left list to the right list, by adding the line to the right list and deleting it from the left list.
In that proces I say both lists are changed, but neither OnChange not OnAsyncChange of any of the listboxes are fired.
What am I doing wrong ?
I'm pretty sure I once saw a demo with this functionallity, but can't seem to find it now. Any body know of an example I can chech out ?
Regards
Soren
|
|
|
| TiwEdit component design issue. |
|
Posted by: SorenJensen - 02-16-2020, 01:54 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi All,
When I put on a TIwEdit on a form, at design, it is higher than usual. 32 pixels in stead of the usual 21. Is that only on my installation and if, how do I set it back to 21 ?
If it is a general change, I wonder why it has been changed and if that is the future size to get used to. NB! I'm still on 15.1.12.
regards
Soren
|
|
|
|