Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 87,222
» Latest member: sotiriadescom
» Forum threads: 2,414
» Forum posts: 11,338

Full Statistics

Online Users
There are currently 730 online users.
» 7 Member(s) | 720 Guest(s)
Applebot, Bing, Google, ad88ooo, de88funv1n, Mumbaidarshan, new88t2net18, playtimeadofficial, sc88bnccom, sotiriadescom

Latest Threads
Intraweb components missi...
Forum: IntraWeb General Discussion
Last Post: valmeras
07-20-2026, 08:29 PM
» Replies: 0
» Views: 24
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,471
IW 16.1.9 Invalid propert...
Forum: IntraWeb General Discussion
Last Post: Blanca80
07-17-2026, 08:06 AM
» Replies: 7
» Views: 2,098
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 03:38 AM
» Replies: 2
» Views: 554
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 03:14 AM
» Replies: 1
» Views: 196
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 02:38 AM
» Replies: 1
» Views: 180
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 02:12 AM
» Replies: 1
» Views: 255
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
07-17-2026, 02:11 AM
» Replies: 7
» Views: 936
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 549
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 123

 
  Dummy div in a IWRegion
Posted by: StephB - 04-24-2024, 12:30 PM - Forum: IntraWeb General Discussion - Replies (10)

Hi all,
In my application, I have a blank IWRegion that I fill with a set of IWRadioButtons programmatically.
This is my code to create the buttons (I'm looping in a dataset to create several buttons).
[Image: btn_creation_fsysym.jpg]

And here is my HTML Template, that contains only one region for the moment, with some Bootstrap classes to display my buttons as a list.
[Image: template_yk1fgs.jpg]

When I open my form without any button created, everything is normal in my HTML source code.
[Image: empty_region_dsf4fb.jpg]

But when I create my set of buttons, a dummy div is added inside my region to encapsulate my buttons.
[Image: filled_region_gfh46x.jpg]

This dummy div breaks my render because the flex-direction assigned to my region is not applied to my buttons, and I'm looking for a way to avoid a CCS rule like

Code:
#IWREGIONRELATIONSMGR_FRAMEADMINPANEL div {
  display: flex;
  flex-direction : column;
}

Any idea or explanation about how to avoid this dummy div ?

Many thanks for your help.

Print this item

  Create components at runtime
Posted by: ramiroflores - 04-23-2024, 02:36 AM - Forum: IntraWeb General Discussion - Replies (2)

Hello,

I'm playing a bit with IntraWeb from Atozed software. I encountered a problem (maybe just my misunderstanding). For example, I can create a TIWLabel in the TIWForm.OnCreate event. Here it works the same as in Delphi, which is great. However, if I just want to create a TIWLabel when a button is pressed (AsyncClick event), the label is created but I can't force it to show.

Is there any way to do this? I just generate some text after the data is loaded from the database, and what is specifically loaded will be affected by the user. Pressing the button will then begin creating.

Thank!

Print this item

  ClassicRegionDraw
Posted by: JuergenS - 04-17-2024, 05:35 PM - Forum: IntraWeb General Discussion - Replies (1)

Hi Alexandre,

IW15.6.0
Registry entry ClassicRegionDraw

The entry must be of type REG_DWORD otherwise an error message will appear and it will not work.

I also don't remember entering the entries there by hand.

But no matter how it is set up, in my opinion the display is overall more confusing than in previous versions.

Regards
JuergenS

Print this item

  CompressorImplementation
Posted by: JuergenS - 04-17-2024, 05:27 PM - Forum: IntraWeb General Discussion - Replies (10)

Hi, Alexandre,

IW15.6.0
ServerController.Compression.CompressorImplementation:

The comp LibDeflate method is now activated by default and causes an access violation right at startup without further informations.
After switching to compZLib it works again


Regards
JuergenS

Print this item

Question How to manage forms and variable
Posted by: David1 - 04-17-2024, 10:37 AM - Forum: IntraWeb General Discussion - No Replies

Hello,

in my IW application each form has its own logic (procedure) to navigate to other forms based on user interaction.
Among other features the app manage an order entry procedure and many forms share the order infos.

I would like to manage the navigation between forms and the variable they share in a better and centralized way.
Is there some samples about how to control the app navigation in one "controller" class?

Is creating the copy of one object on the form to show a good practice to pass variables between forms (something like REACT immutable object) ?

Thank you,
Davide

Print this item

  iwjqdbgrid button example
Posted by: joelcc - 04-16-2024, 09:07 PM - Forum: IntraWeb General Discussion - No Replies

Does anyone have an example of how to insert an button into a column in an iwjqdbgrid?

Print this item

  New demo available
Posted by: Alexandre Machado - 04-16-2024, 03:54 AM - Forum: IntraWeb General Discussion - No Replies

There is a new demo showing how to use the new "template as resource" feature introduced in IW 15.6.0:

https://github.com/Atozed/IntraWeb/tree/...AsResource

In this demo all template and associated files (both .js and .css types) are linked directly into the executable as normal resources.

It is very interesting because you have a self-contained binary file which has everything that your application needs. For some specific scenarios this application has several "pros" like enhanced security (templates and files can't be easily changed without tampering with the executable itself) and simplified deployment (to be honest, deployment can't be easier than this).

I wouldn't say that this is for everyone but it definitely has its use.

Enjoy!  Big Grin

Print this item

  IntraWeb 15.6.0 is out!
Posted by: Alexandre Machado - 04-16-2024, 01:49 AM - Forum: IntraWeb General Discussion - Replies (11)

Hi guys,

another new and exciting IntraWeb release 15.6.0 is avaialble for download.

https://www.atozed.com/2024/04/intraweb-15-6-0/

This version brings the new libdeflate compressor for Delphi, which is 2 to 3 times faster than the standard Delphi zlib implementation and also faster than our previous zLib Cloudflare branch. On my development machine it is exactly 2.6 times faster than zlib when built with Delphi 11.3 or Delphi 12 and 12.1   Cool

Remember that HTTP(S) compression is an important part of most IW applications (SA, Indy and Http.sys) and just by compiling your application with the new 15.6.0 it will have an instant performance boost.

Enjoy!  Big Grin

Print this item

  IW 15.5.9 IWChart
Posted by: PaulWeem - 04-15-2024, 12:50 PM - Forum: IntraWeb General Discussion - Replies (5)

Hi Alexandre,

As of IW 15.5.9 it's not possible anymore to create a Chart where one serie is of type ctLine and the second serie is of type ctBar.
All serie are shown as the type set in the ChartType property (at design- or runtime).

Furthermore, I'm still looking for a way to save the Chart to an image, so it can be used in a report.

Hope you can help with this.

I'm using Delphi 12(.1).

Cheers, Paul

Print this item

  TIWServerControllerIniReader
Posted by: Lorbass - 04-12-2024, 10:59 AM - Forum: IntraWeb General Discussion - No Replies

When using IWServerControllerBaseConfig, the following error message appears in the log file:
04/11/2024 03:07:08 TIWServerControllerIniReader.SetProperty [ShowLoadingAnimation]: Access violation at address 00000000 in module 'server.exe'. Reading from address 00000000

The following is defined in server.ini:
LockerOptions.ShowLoadingAnimation=True

Something wrong on our site?

Thanks for checking in advance

Print this item