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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 84,429
» Latest member: Gamezone88games
» Forum threads: 2,412
» Forum posts: 11,326

Full Statistics

Online Users
There are currently 516 online users.
» 4 Member(s) | 507 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, fiestatequilabar, Gamezone88games, Hitclubssdecom, me88malaysialive

Latest Threads
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 134
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: vonirpereira
07-03-2026, 06:51 PM
» Replies: 0
» Views: 78
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 40
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,261
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:04 AM
» Replies: 4
» Views: 621
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 96
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 786
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 143
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,947
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 578

 
  Supported Delphi Versions
Posted by: nnolte - 09-20-2019, 06:16 AM - Forum: CrossTalk General Discussion - Replies (4)

Hi,

in the Download-section i read that requirement is Delphi 2009 and up, but in the Sample Code section is Delphi 7 code. So is Crosstalk working with Delphi 7 or not?

Print this item

  IWButtons Hotkey property and the &-sign in Captions
Posted by: SorenJensen - 09-20-2019, 06:14 AM - Forum: IntraWeb General Discussion - Replies (13)

Hi All,

Would anybody know which values are valid for the HOTKEY property of an IWButton, and also if there are limits to which is available depending on which browser used ?

I want to allow the users to press a hotkey (F10, Alt+A, ESC), in any of the input fields on screen, to active the event behind a corresponding iwbutton, but have so far been unsuccessful.

Also, trying the &-sign in front of a character in an IWButtons Caption, do not select and execute the button event, but rather open or close the menu line on the browser. In my case the Internet Explorer 11. For Edge nothing appears to happen. I have not tried with Firefox or Chrome yet, but expect it to be the same.

Any help is appreciated.

Regards
Soren

Print this item

  Error in IWDBLookupComboBox when not in html template
Posted by: cprmlao@hotmail.com - 09-19-2019, 12:30 PM - Forum: IntraWeb General Discussion - Replies (2)

Hi, I have a IWDBLookupComboBox and I have noted an error in chrome console in "setprocessAjaxExecute" when "evaluating: setEnabled".

I have this IWDBLookupComboBox in the form but I don´t include it into html template of the form.

If I include it into html template the error disappears.

So, Is it a bug?

I have attached the image error.


Regard, Luiz

Code:
object ESTADO: TIWDBLookupComboBox [30]
    Left = 169
    Top = 261
    Width = 121
    Height = 21
    Css = 'form-control'
    RenderSize = False
    StyleRenderOptions.RenderSize = False
    StyleRenderOptions.RenderPosition = False
    StyleRenderOptions.RenderFont = False
    StyleRenderOptions.RenderVisibility = False
    StyleRenderOptions.RenderStatus = False
    StyleRenderOptions.RenderAbsolute = False
    StyleRenderOptions.RenderPadding = False
    StyleRenderOptions.RenderBorder = False
    Font.Color = clNone
    Font.Size = 10
    Font.Style = []
    TabOrder = 28
    AutoEditable = True
    DataField = 'ESTADO'
    DataSource = dsClientesCad
    FriendlyName = 'Sem sele'#231#227'o'
    KeyField = 'SIGLA'
    ListField = 'NOME'
    ListSource = dsEstados
    DisableWhenEmpty = False
    NoSelectionText = '-- Sem Sele'#231#227'o --'
  end



Attached Files Thumbnail(s)
   
Print this item

  ServerController.SecurityOptions.CheckWindowId
Posted by: JuergenS - 09-19-2019, 09:45 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi,

C++Builder 10.3.2
IW 15.1.5 ULT

I have set the parameter and can still clone any application tab in Mozilla Firefox or create a new tab with the same URL.
With each session copy of the application, I can perform different functions.
Have I misunderstood something or is it not working as described?

Regards
Juergen

Print this item

  can i add text to rawtobytedata ?
Posted by: Madammar - 09-19-2019, 09:13 AM - Forum: Indy - Replies (7)

i have the following code 

Code:
procedure Tform1.rData(Sender: TObject; const Buffer: Pointer;
  BufferSize: Cardinal; var FreeIt: Boolean);
var
Bytes: TIdBytes;
begin


if (Buffer <> nil) and (BufferSize > 0) And (udpreciver.Active) then
begin
udpsender.SendBuffer(ip, port, RawToBytes(Buffer^, Buffersize));
end;

end;

i want to add a text identification to each audio sent and then remove that text when its received 


like following as example 


Code:
if (Buffer <> nil) and (BufferSize > 0) And (udpreciver.Active) then
begin
udpsender.SendBuffer(ip, port, RawToBytes('Audio1'+Buffer^, Buffersize));
end;

how to do this in correct way

Print this item

  Session Timeout intercept.
Posted by: OronzoConte - 09-18-2019, 04:57 PM - Forum: IntraWeb General Discussion - Replies (4)

Hallo,
How is it possible, in "IWUserSessionBaseDestroy" to know if the procedure is activated by a Session Timeout?
Thank you for your time.

Print this item

  component property check ?
Posted by: SorenJensen - 09-18-2019, 06:01 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi All,

Having the component loop working for a form, I want to use it to change some properties for individual components, based on user prefs.

How can I check for the presence of a certain property, like font, which is not something all components have ?

Using "if (selv.Components[i] as TIWCustomControl) is TIWLabel ..." requires IWCompLabel to be present in the Uses clause. 

If I want to check if the component has a font property, how can I do that without refering to the component type ?

And will it be possible to set, say font.size, for all IWLabels, IWButtons and IWEdits on the form, without having to include all the types in the uses clause ?

I'm trying to create a general procedure I can call in each forms create event, to avoid having to put all the code in every form.

Advises and examples are gracefully accepted

Regards
Soren

Print this item

  Loop components questions
Posted by: SorenJensen - 09-18-2019, 05:42 AM - Forum: IntraWeb General Discussion - Replies (2)

Hi All,

Maybe my understanding of IWForms versus VCL forms lacks a lot, but could anyone please explain why it is that

"for i := 0 to self.componentcount -1 do" compiles ok and
"for i := 0 to TIWForm1.componentcount -1 do" fails with: Componentcount "inaccessible" here

Isn't self and tiwform1 one and the same in this case ?

Regards
Soren

Print this item

  Question regarding general stylesheet
Posted by: SorenJensen - 09-17-2019, 11:01 AM - Forum: IntraWeb General Discussion - Replies (5)

Hi All,

I'm trying to implement a general style sheet, so that all elements have the same font family and font size, and wonder if it is sufficient to define which style sheet to use, in ServerController. If style sheet is not defined for other forms, will they all  forms in the projct use the sheet defined for ServerController ?

OR.. is it necessary to specifically define a style sheet for each form ?

Regards
Soren

Print this item

  IW 15.1.5 with source code, file(s) not found
Posted by: aimpera - 09-17-2019, 08:56 AM - Forum: IntraWeb General Discussion - Replies (3)

Hi,
1) Installed IW 15.1.5 ( iw15.1.5.exe )
2) Copy source code ( content of IWSource15.1.5_20190914.zip ) on same directory, now I have this structure:
   

With Delphi RIO 10.3.2,
Open Design\Intraweb_15_D10_3.dproj, build => OK

Open Design\dclIntraweb_15_D10_3.dproj, build => KO, error:

"[dcc32 Fatal Error] dclIntraweb_15_D10_3.dpk(65): F1026 File not found: '..\..\private\design\IWDsnFormWebsite.pas'"
dclIntraweb_15_D10_3.dpk(65): Unit 'IWDsnFormWebsite' is used by 'IWRegister'error 


And I see that all \private\design\*.* file are missing...

What's wrong?

Best Regards, Alfredo.

Print this item