| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 664 online users. » 0 Member(s) | 661 Guest(s) Applebot, Bing, Google
|
| Latest Threads |
Intraweb components missi...
Forum: IntraWeb General Discussion
Last Post: valmeras
07-20-2026, 08:29 PM
» Replies: 0
» Views: 28
|
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,482
|
IW 16.1.9 Invalid propert...
Forum: IntraWeb General Discussion
Last Post: Blanca80
07-17-2026, 08:06 AM
» Replies: 7
» Views: 2,103
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 03:38 AM
» Replies: 2
» Views: 556
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 03:14 AM
» Replies: 1
» Views: 201
|
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 02:38 AM
» Replies: 1
» Views: 187
|
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 02:12 AM
» Replies: 1
» Views: 259
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 02:11 AM
» Replies: 7
» Views: 943
|
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 564
|
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 125
|
|
|
| IWBootstrap, scope? |
|
Posted by: DanBarclay - 06-09-2020, 01:06 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
OK, simple question about Bootstrap... just looking into it when I get some scraps of time so don't know much about it.
What is the "scope" of Bootstrap? That is, can it be used form by form or is an entire IW app in bootstrap if you use it?
I have assumed it is form by form (e.g. could have a mix of 15, 17, 15bootstrap in one app) but honestly haven't gone there. I'm not trying to find out if it's smart, just if it's legit.
Thanks,
Dan
|
|
|
| array of wide char warning |
|
Posted by: Madammar - 06-08-2020, 01:31 PM - Forum: Indy
- Replies (1)
|
 |
i have this array of widechar
Code: SpecialChars: array[1..60] of WideChar = (
#0160, #0169, #0174, #8482, #0185, #0178, #0179, #0034, #0038, #0060,
#0062, #8211, #8212, #8216, #8217, #8220, #8221, #8226, #8224, #8225,
#8242, #8243, #8249, #8250, #0732, #0710, #9824, #9827, #9829, #9830,
#9674, #8592, #8594, #8593, #8595, #8596, #0172, #0188, #0189, #0190,
#0177, #0171, #0187, #0176, #0171, #0186, #0161, #0191, #8364, #0162,
#0163, #0165, #0164, #0167, #0182, #0175, #0183, #0181, #0215, #0247);
i got this compiler warning during compilation
Quote:[dcc32 Warning] SimpleHTML.pas(203): W1063 Widening given AnsiChar constant (#$F7) to WideChar lost information
any idea how to handle this warning ?
|
|
|
| 15.1.10->15.2.0 #@! |
|
Posted by: ShaneStump - 06-03-2020, 06:03 PM - Forum: IntraWeb General Discussion
- Replies (6)
|
 |
Howdy Alexandre!
I finally tried to move my app from 15.1.10 to 15.2.0 and several things in my application no longer work (BS4).
I decided to try 15.1.22 and all is working well again.
In 15.2.0 in my ServerController, I added the RenderAsyncEnabled = False and it made no difference.
Anything in particular I should try?
Shane
|
|
|
| Bootstrap input change color |
|
Posted by: bostjan - 06-02-2020, 08:43 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Hi,
I'm just starting to use IW with bootstrap and of course struggling with basics.
I have an input field that I would like to change label and text input color from black to red in case user puts wrong information. I can't find any information how could this be achived. Can somebody please explain it to me how can I do that?
Kind regards,
Bostjan
|
|
|
|