Questions tagged [intraweb]

IntraWeb is a tool for creating web forms applications emitted in HTML and Javascript, written in Delphi or C++ (from Embarcadero) and built on the Visual Component Library.

IntraWeb, a product of Atozed software, is a web application framework that generates HTML and JavaScript from an application written in Delphi or C++ and built on the Visual Component Library from Embarcadero.

125 questions
3
votes
2 answers

Can Intraweb Run More that 65,536 concurrent sessions?

Im trying to build a web-link to a busy social networking website using intraweb. Intraweb creates temporary folders for each session to store temporary files, which auto-delete when the session expires. If hosted on Win 32, the limit is 65,536…
Eric Kotonya
3
votes
1 answer

Changing Intraweb IWFrames at runtime

I've a simple IntraWeb test project, My Unit1 has an IWform with 3 regions: header, body & footer as below: type TIWForm1 = class(TIWAppForm) Body_Region: TIWRegion; Header_Region: TIWRegion; Footer_Region: TIWRegion; public …
Dreamer64
  • 923
  • 2
  • 13
  • 30
3
votes
3 answers

VCL for Web skins/themes?

Has anyone created a skin/theme wrapper for Intraweb/VCL for Web ? The default look of the grids etc are very dated.. Any info appreciated.
Craig Lowndes
3
votes
2 answers

Which are the basic guidelines for using Delphi IntraWeb with Twitter Bootstrap?

I would like to use the Bootstrap Framework with Delphi's IntraWeb (I'm using XE2)? The idea is to have the server side logic done by Delphi, while using the nice controls that come with BootStrap? What would be the basic components "Hello World"…
Pep
  • 1,957
  • 2
  • 24
  • 40
3
votes
0 answers

IntraWeb page with ribbonbar

We have VCL applications that use the DevExpress TdxRibbon or XE2 TRibbon components, with one being written using the MVP design pattern. We now want to create a web version of that app, so I'm looking for IntraWeb components that can reproduce a…
SiBrit
  • 1,460
  • 12
  • 39
3
votes
2 answers

Coinitialize error on IntraWeb using ADO

Already asked on the Evil Exchange, but as always that was no help. I'm having this problem today: When creating a stand alone web application using IntraWeb, I get this exception in the IDE when I try to test out a session from my app in the…
Jamo
  • 3,238
  • 6
  • 40
  • 66
3
votes
2 answers

Rich Edit / Word Processing Control for IntraWeb (Delphi VCL for the Web)?

I am experimenting with Intraweb right now, for a few small personal-use web apps I am wanting to develop. Learning time is at a premium, so I am very attracted to intraWeb due to Delphi experience transferring so well and immediately -- just…
Jamo
  • 3,238
  • 6
  • 40
  • 66
2
votes
1 answer

Delphi XE2 / Intraweb12 - Changing Port at runtime / global variable

I have written some standalone apps with IW11, which worked fine, but maybe there are some better ways to solve some problems like global variables. After updating to IW12 on Delphi XE2 my apps are not running anymore and I don't know how to solve…
2
votes
0 answers

AV trying to access WSDL method from Intraweb ISAPI DLL

Delphi 7 Pro Intraweb 7.2 I'm trying to get a webservice to work within an Intraweb ISAPI DLL. I've consumed the webservice which works perfectly when I run my project as a Standalone Application but fails with an AV when I run my project as an…
mbd
  • 51
  • 3
2
votes
0 answers

Intraweb VCL for the web application not starting and StartCheck?IW_AjaxID elements appearing in Network tab

When accessing from browser to one Intraweb (Delphi's VCL for the web) application I wrote, from time to time and in different browsers the app does not display properly, nothing happens on screen (the browser displays a white page) and in the…
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
2
votes
1 answer

Delphi Intraweb: Is there a way to open an url in a new tab without the popup behavior?

In an Intraweb (VCL for the web) mobile web application I need to redirect the user to a java webapp. I specify that is a java webapp to stress the fact that it is a completely different thing compared to the intraweb webapp. I would like to achieve…
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
2
votes
2 answers

Using Intraweb to communicate with another website

Delphi 5 Pro Intraweb 7 I have an Intraweb application that uses a "legacy" back end (B-Tree Filer) with a TDataSet descendant to handle the data access. All is fine and dandy on my end. But, I now have some outside websites requesting to access my…
mbd
  • 51
  • 3
2
votes
3 answers

ComInitialization property of ServerController

I am new to IntraWeb. I want to make a simple application which connects and displays an access database using ADO controls. When I execute the server it gives me "CoInitialize has not been called" error. I searched the internet and found many…
Azad Salahli
  • 876
  • 3
  • 14
  • 30
2
votes
1 answer

pem files to get https work in Intraweb VCL For the web

I am studying the SSLCustomIOHandler Intraweb example to figure out to make the intraweb standalone webserver work in https. The example uses 3 .pem files: basically the code that uses the files is { TIWIOHandlerClass } procedure…
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
2
votes
4 answers

Replacing ASTA as a middletier solution

I'm currently using Delphi7 along with ASTA to handle my client server communications to an Advantage DB. I'm moving to Rad Studio XE Enterprise and am looking to switch to a different but similar solution as the future of ASTA has become somewhat…
Bobby
  • 81
  • 2
  • 8
1
2
3
8 9