| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 83,693
» Latest member: on68gg
» Forum threads: 2,409
» Forum posts: 11,318
Full Statistics
|
| Online Users |
There are currently 472 online users. » 2 Member(s) | 466 Guest(s) Applebot, Bing, Google, Yandex, jw88name, on68gg
|
| Latest Threads |
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:19 AM
» Replies: 4
» Views: 4,205
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:04 AM
» Replies: 4
» Views: 585
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 51
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 756
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 129
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,753
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 567
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 458
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 646
|
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 291
|
|
|
| Detecting Mobile browser and orientation |
|
Posted by: lfeliz - 01-17-2019, 08:30 PM - Forum: IntraWeb General Discussion
- Replies (8)
|
 |
Planning on set of mobile friendly screens for my app.
Need to detect mobile phones and tablets.
How to detect phone based browsers so I can show mobile phone login ?
Tablets are usually fine for full app in landscape. Would be nice to be able to alert user to rotate into landscape.
I probably should have checked to see if there is a demo for this .....
Cheers!
|
|
|
| Application Menus |
|
Posted by: lfeliz - 01-14-2019, 11:54 PM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hello,
In my application , I have used a Page header frame and a left side Frame that contains my menu ribbon, placing them all forms for user to be able to navigate to the function they would like. This has worked well for a few years, but lately I have had some issues issues using them. I use the inline method to get them into the form, but I think there has to be a better way. Its nice to maintain the menu frames, but as I get more users I get feed back to change menu structure. I look to improve the look and feel of my app, I wonder is there a better way?
Currently I use a left side menu, may go back to think drop down menu or just drop menu from some forms and force user to close and go back to main form.
Any suggestions? I am going to look through the latest demos to see if there is something in there that I missed.
Cheers!
|
|
|
IW 14.2.9 on Rio 10.3 does not compile 64bit |
|
Posted by: berni123 - 01-13-2019, 11:07 AM - Forum: IntraWeb General Discussion
- Replies (1)
|
 |
Hello,
this is my second try to post an issue, I just discovered on using IW 14.2.9 with Rio 10.3:
IW 14.2.9 does not compile a 64bit standalone exe, while just compiling a 32bit exe is running fine.
To reproduce:
- Choss NewProject -> Intraweb app as standlaone
- Place IWButton and IWEdit on Unit1-Form
- Add IWButton OnClickEvent to write just a Text to IWEdit.Text property
1.) compile as 32bit release -> compiles and is running fine
2.) compile as 64bit release -> EROR on compile time:
Code: [dcc64 Fehler] Server.controller.pas(49): E2034 Zu viele Parameter
Line 49 is:
Code: ASession.Data := TIWUserSession.Create(nil, ASession);
This code is auto generated.
I remember a similar case a few year ago, when trying IW14 on XE3.
See: http://codeverge.com/embarcadero.delphi....it/1054583
After an update of IW 14.0 the 64bit compile was possible.
Perhaps these issues might be related.
Best regards,
Bernd
|
|
|
| Intraweb check server without creating session |
|
Posted by: lfeliz - 01-08-2019, 04:58 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
I recall a while back a way to call IW app to basically get valid response from IW app without creating a session. I am running behind AWS load balancer and realized that I can have LB check for existince of a file , which satisfies health check, but it creates a session.
Plan is to set a lower default session timeout value with custom error messages and increase the timeout once a valid user login is detected.
In future I may evaluate the user agent and let app create session then end it after responding as it would actually let the app respond that its alive rather than just returning a canned response. I have had an instance where my app is "non responsive", but I can still pull a file from wwwroot if my load balance health just was just requesting a file.
Anyway, thanks for reading this.
|
|
|
| IP address change error during session |
|
Posted by: lfeliz - 01-08-2019, 04:47 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Hello,
I am testing my latest app, deployed on AWS, using Load Balancer (which also provides SSL) with sticky session (with a single target, so stickiness not really important). When I connect to app, after a while I get an IP address change detected. The current version was built using IW 14.2.7, deployed as service.
I finally just turned of IP check in server controller and it works fine.
I will be migrating this app to IW 15 once I upgrade to latest CGDevtools components and will see if situation still occurs.
Cheers!
|
|
|
| Tools to inspect vulnerability on dll made by IntraWeb. |
|
Posted by: kaneko_f - 01-08-2019, 08:45 AM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hi All,
We are trying to inspect vulnerability on dll made by IntraWeb.
But object count is large.So I should use security tool to finish this task.
Does anyone know which tools is proper to inspect vulnerability?
or does anyone know which tools maybe good to inspect vulnerability?
The below is the information I think it is need to judgement.
When you need more inforamtion, I'll write down in this thread.
*IntraWeb version
11.0.66
*Middle ware
Microsoft Internet Information Services(IIS) 8.5
*OS
Windows OS 10
*Test point of view
OWASP ASVS Level 1, especially XSS and injection.
|
|
|
|