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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 84,846
» Latest member: ok88london
» Forum threads: 2,413
» Forum posts: 11,327

Full Statistics

Online Users
There are currently 302 online users.
» 1 Member(s) | 296 Guest(s)
Applebot, Bing, Facebook, Google, Yandex, ok88london

Latest Threads
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: capheny
07-07-2026, 06:43 AM
» Replies: 0
» Views: 48
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 190
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: vonirpereira
07-03-2026, 06:51 PM
» Replies: 0
» Views: 109
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 63
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,290
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:04 AM
» Replies: 4
» Views: 648
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 114
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 815
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 149
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 71,014

 
  Параметры Рабочего стола (DeskTop parameters)
Posted by: Сергей Александрович - 12-14-2019, 11:18 AM - Forum: IntraWeb General Discussion - Replies (3)

Мой сайт может быть открыт браузером с разных устройств. Компьютера, планшета или мобильного телефона. Каждое из этих устройств имеет свой размер экрана. Я хотел бы в зависимости от размера экрана но котором отображается сайт изменять его форматирование. (применять различное расположение элементов на экране для смартфонов и для компьютеров). Для этого мне при запуске нужно получить параметры экрана на котором отображается информация браузером. В первую очередь интересует высоты и ширина экрана (рабочего стола).
Как это сделать?

My site can be opened by a browser from different devices. Computer, tablet or mobile phone. Each of these devices has its own screen size. I would like depending on the size of the screen on which the site is displayed to change its formatting. (apply different arrangement of elements on the screen for smartphones and for computers). To do this, I need to get the parameters of the screen on which the information is displayed by the browser at startup. Primarily interested in the height and width of the screen (desktop).

How to do it?

Print this item

  Form create/destroy best practise ?
Posted by: SorenJensen - 12-12-2019, 11:40 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi All,

Usually I have a main form, allowing the user to select  a function, which then will create and show a form. If necessary, that form too, will create a new form, and when user is finished, it is released and the former form is shown again. And when user finishes, clicks a kind of "close" button, that form is finally released and the menu form is back on.

Now I want to call the form create without going back to the former with Release, meaning from the menu a new form (1st.) is created and shown. 1st. form creates and show a new form (2nd.), which again creates and show a form (3rd.). And when the user finished using 3rd. form, I want the program to go straight back to the menu program, bypassing form 2nd and 1st.

How do I do that, making sure all memory is released ?

Regards
Soren

Print this item

  Delphi Project Options: Forms not listed ?
Posted by: SorenJensen - 12-12-2019, 08:21 AM - Forum: IntraWeb General Discussion - Replies (1)

Hi All,

I'm wondering if there is a problem with my setup of Delphi 10.. I want to change the main form of a project (SA HTTP) but when entering Project Options, Application, Form, the fields are all empty. It's like there are no forms in the project.

Normally (in a VCL application) I would be able to define which forms are auto created and which are not, and also define the main form, but as it is all empty its not possible. I have tried on 2 different Delphi 10.3 installations and it's the same on both.

Now, I do understand the IW projects are WebApplications and not VCL application and as such the ability to define which forms are auto created or not, do not apply, but the principle of the Main Form do, and as far as I can see, the only way to change it, is to manually remove the Initialization section of the current main form, and put it in the form to be the new main form instead.

My question is if that is the correct way of doing it ?

In the project options, the top combobox is Main Form, I would expect the available forms to be listed here and the actual main form selected, but that is not the case. Should that not be the case for IW forms as well as VCL Forms ?

Regards
Soren

Print this item

  Crawling website 405
Posted by: Anto90 - 12-11-2019, 03:13 PM - Forum: IntraWeb General Discussion - Replies (5)

Hi,
for crawling our website we use a component called aimysitemap. We have an outer part in joomla and the inner part made with intraweb. When the component tries to scan the various links that make up the site I get a http 405 only for links of the type www.mysite.com/exec/isapi.dll (there are also some handlers). I tried in the servercontroller to enable the SessionOptions.AllowSearchEngine = True and HttpMethods properties by flagging all three protocols but the result does not change.
Is there any other option to set? I enclose a screenshot of the error. It would seem that intraweb replied with a 405 when the component tries to scan the file.

Thanks
Andrea



Attached Files Thumbnail(s)
   
Print this item

  java script variable access in intraweb
Posted by: MrSpock - 12-11-2019, 01:43 PM - Forum: IntraWeb General Discussion - Replies (6)

How can I define java script variables in any way so I can set their values in java script and to have access to read the variables in intraweb 15.1.5?

Print this item

  параметры запуска IW
Posted by: Сергей Александрович - 12-11-2019, 10:48 AM - Forum: IntraWeb General Discussion - Replies (4)

Запускаю браузер без указания параметров. 

Например http://soft.ru
- сайт открывается, все Ок

Затем запускаю браузер с указанием параметра запуска:

Например http://soft.ru/?parameter=1
сайт открывается, но указанного в строке параметра "не видит" , т.к. он берет данные из кэша. После того, как кэш браузера обнулить параметр виден и воспринимается нормально.

Вопрос: Как в IntraWeb указать браузеру чтобы он не использовал кэш при запуске. (Каждый раз обновлял стартовую страницу или хотя бы параметры запуска) ?

Print this item

  Property change not saved
Posted by: SorenJensen - 12-10-2019, 03:54 PM - Forum: IntraWeb General Discussion - Replies (1)

Hi All,

I wonder if there is a missing setting somewhere in my setup. When I change any property value, that is, those where I can type a new value directly in the field, like Height, Left, Top and Width to mention a few, the value I enter is not saved unless I leave the field with arrow up or down, press enter or click another property with the mouse. Thus leaving the field, but staying within the property editor of the same component.

It's been like that since I first installed IntraWeb earlier this year, and apart from wondering now and again why the value I just entered did not seem to change anything, realizing the reason was it was not changed after all, I haven't really though much about it. And every time I have, I've usually been too busy and have forgotten about it again.

Today I had a little more time and realize that where the value I enter in any property in any other components than the IntraWeb ones, stays as entered when I click another component, without having to use arrow up or down, or enter or click on another property. Currently I'm working with a TMS IWAdvWebGrid and is switching between the TMS component and the IW components, and the difference is quite noticeable.

How come it is necessary for IW components, to move out of the property field, but still stay within the property editor of the same IW component, to have the property editor save the value, when it is not the case with other components ? Is that a setting somewhere on my system I have not set correctly, it is an error of some kind in the IW components, or is this behavior by design ?

Regards
Soren

Print this item

  WebApplication.ShowConfirm
Posted by: Mikael Nilsson - 12-09-2019, 11:21 AM - Forum: IntraWeb General Discussion - No Replies

Hi,

How is ShowConfirm working. How can I decide witch button the user clicked on?

/Mikael

Print this item

  WebApplication.ShowConfirm
Posted by: Mikael Nilsson - 12-09-2019, 09:50 AM - Forum: IntraWeb General Discussion - Replies (1)

Hi,

How is ShowConfirm working. How can I decide witch button the user clicked on?

/Mikael

Print this item

  IW test
Posted by: cprmlao@hotmail.com - 12-08-2019, 07:52 PM - Forum: IntraWeb 17 - Replies (1)

Hi, 
How could I be a beta tester to IW?

Print this item