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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 97,489
» Latest member: Vinmedianl
» Forum threads: 2,426
» Forum posts: 11,371

Full Statistics

Online Users
There are currently 1375 online users.
» 4 Member(s) | 1367 Guest(s)
Applebot, Baidu, Bing, Google, dmfirstgamecom, h19t5com1, socolive78livee, Vinmedianl

Latest Threads
WebApplication.IP change ...
Forum: IntraWeb General Discussion
Last Post: MJS@mjs.us
Yesterday, 09:49 PM
» Replies: 1
» Views: 117
Hook/callback to handle t...
Forum: IntraWeb General Discussion
Last Post: Lenfors
09-08-2026, 09:03 AM
» Replies: 0
» Views: 113
Reproducible IIS crash in...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
09-08-2026, 01:48 AM
» Replies: 0
» Views: 125
The packages IW16.xx inc...
Forum: IntraWeb General Discussion
Last Post: hsbelli
09-03-2026, 11:46 AM
» Replies: 2
» Views: 413
Redirection issues with F...
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 10:03 AM
» Replies: 0
» Views: 208
Source Code
Forum: IntraWeb General Discussion
Last Post: magosk
08-31-2026, 08:11 AM
» Replies: 3
» Views: 576
TContenthandler requires ...
Forum: IntraWeb General Discussion
Last Post: valmeras
08-30-2026, 02:35 AM
» Replies: 0
» Views: 200
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 2,154
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 333
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 939

 
  How do you think to use Cosmos in future?
Posted by: fanoI - 03-23-2018, 09:00 AM - Forum: COSMOS - Replies (7)

Good morning!

I would like to create "retro emulators" similarly to Nes / Snes Mini using Cosmos instead of Linux, Cosmos will be really better than Linux for this type of devices as it could be totally personalized to do this without not useful things as "CUPS" that surely in Snes Mini will be present Big Grin 

Another my idea (I would like to create a real business of this) is to create Satellite / DTT Set Top Box similar to Dreambox & clones, these types of totally open receivers was a little revolution at the start of the 2000s: https://en.wikipedia.org/wiki/Dreambox in this case too having a dedicated OS instead of Linux would be better (and sincerely it will be more stable sometimes my VU+ Duo2 crashes for too use of C code...).

What ideas you have for Cosmos?

Print this item

  Changing ancestor of TIWFrame
Posted by: davenovo - 03-23-2018, 03:05 AM - Forum: IntraWeb General Discussion - Replies (1)

If I create a new intrawb frame the class looks as follows:


Code:
TIWFrame1 = class(TFrame)
    IWFrameRegion: TIWRegion;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

if I made a small change


Code:
  TMyFrame=class(TFrame)
  end;

  TIWFrame1 = class(TMyFrame)
    IWFrameRegion: TIWRegion;
  private
    { Private declarations }
  public
    { Public declarations }
  end;


When I close and reopen my program, the IDE complains that "property TabOrder cannot be found". This also happens if I create a new delphi frame in another unit, and then try to inherit the IW frame from that.

I have a regular TFrame that has some base functionality that I want to inherit in my IWFrame. Is there a way to change the ancestor of the TIWFrame1 to some other TFrame ?

Print this item

  Changing loading.gif
Posted by: mhammady - 03-23-2018, 02:50 AM - Forum: IntraWeb General Discussion - Replies (2)

Hello all,

This could be an old topic, but can someone highlight how are we able to change the loading.gif standard

I'm using IW14.2.7


Thank you...
Mohamed

Print this item

  Reinstall Delphi 10.2.2 & IntraWeb ...
Posted by: jorgo2018 - 03-21-2018, 02:47 PM - Forum: IntraWeb General Discussion - Replies (7)

Hallo,

we have Delphi XE8 + (IW, TMS) and Delphi 10.1 + (IW, TMS, cgDEVTools) installed on a machine.
Now we want to parallel install Delphi 10.2.2 + (IW, TMS, cgDEVTools).

Questions:

  • Is it ok to just uninstall Delphi 10.1?
  • Do we need an extra IntraWeb removal tool before uninstalling Delphi 10.1?
  • Do you expect problems with TMS and cgDEVTools components?

Best regards

Print this item

  User/password Autofill
Posted by: cpstevenc - 03-21-2018, 04:41 AM - Forum: IntraWeb General Discussion - Replies (4)

Using Registered Ultimate Intraweb 14.2.7 with Tokyo update 2.

I have a login form, pretty basic deal for a small quick project.

Would like it prompt Browser like Chrome to save user/password for auto fill.

Only 3-4 people will ever be using this program and all will be using Chrome.

I found this but wasn't 100% sure how to implement.


https://stackoverflow.com/questions/5712...l-password

Print this item

  How do you fill a TIWDBLookupList with ListSource data?
Posted by: cogniscaena - 03-20-2018, 10:14 PM - Forum: IntraWeb General Discussion - Replies (5)

ListSource | ListField data not showing in TIWDBLookupList.  How do you get the data to show?

Print this item

  Intraweb as windows service
Posted by: davenovo - 03-20-2018, 10:00 PM - Forum: IntraWeb General Discussion - Replies (33)

Hello. 2 questions.

 I know that you do not recommend deploying the Intraweb standalone server.  There is also a web page here that describes deploying as a windows service.

I have 2 questions.

1.  Is the window service as described above ok for production use? If not, what are the limitation I should be aware of?
2. Does this take exclusive control over the port to which its bound. i.e. I have a webserver using http.sys directly. It only handles requests if the request matches the URL it is serving. Otherwise, it passes the request along to anyone else listening to the same port. Does the webserver built into the Intraweb windows service described above behave in the same way?

Print this item

  SSL Testes em Stand Alone Application
Posted by: Fabio Brabo - 03-19-2018, 11:35 PM - Forum: IntraWeb Dúvidas Gerais - Replies (9)

Boa noite,

  Estou tentando testar minha app Stand Alone no IW depois de configurar todo o SSL, já exportei os arquivos nos formatos .pem (root.pem, key.pem e cert.pem), mas quando tento entrar no site me aparece os erros.

No chrome: NET::ERR_CERT_INVALID
No firefox: SEC_ERROR_UNKNOWN_ISSUER



Attached Files Thumbnail(s)
       
Print this item

  Make my own modal window
Posted by: davenovo - 03-19-2018, 09:24 PM - Forum: IntraWeb General Discussion - Replies (15)

Is there a way that I can make my own IWForm, and do something like I would do in Delphi, i.e. just call Form.ShowModal.

I have found the IWModalWindow component, but the annoying thing about it is that if I want to do something fancy, I put it on a region, and set the IWModalWindow.ContentElement.

That is simple, but it means that on my main form, I have all the stuff for my main form, then I also have a region that contains the components for the modal window. So the form has tons of components on it. I would like to move the components I need for the modal window onto a separate modal window to not clutter up my main form. Especially if the main form can launch 5 or 6 modal windows it would get crazy.

Can I make a new IWFrame and put the IWFrame as the ContentElement?

Print this item

  How to close modal window when clicking on the background form
Posted by: davenovo - 03-19-2018, 05:58 PM - Forum: IntraWeb General Discussion - Replies (1)

Hello,

Making a modal window is quite straightforward as per your demo. Quick question. I have seen several websites where clicking on the non-modal part of the web page is effectively doing a cancel on the modal form. Is there an easy way to accomplish this in intraweb?

Print this item