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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 82,765
» Latest member: kantojoplai1976
» Forum threads: 2,408
» Forum posts: 11,315

Full Statistics

Online Users
There are currently 321 online users.
» 0 Member(s) | 317 Guest(s)
Applebot, Baidu, Bing, Google

Latest Threads
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 680
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 93
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,522
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 511
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 535
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 434
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 581
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 274
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,236
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 03:32 AM
» Replies: 3
» Views: 4,142

 
  IW 15 - URL Parameters
Posted by: AngelicTech - 10-09-2018, 12:44 PM - Forum: IntraWeb General Discussion - No Replies

Hello,

I am trying to retrieve url parameters from a form.

I have no problem when a form is first accessed, but if the page is currently displayed then I do not get the new parameters.

ie. http://localhost/page?param=value1      and I get value1 when I access the param.   If I then immediately go to http://localhost/page?param=value2 I still get value1 from the param.

However if I go to http://localhost/page2 before going to http://localhost/page?param=value2 I will get the value2 value in the param.

What would be the best way to do this?

Thanks

Print this item

  Session error after upgrade to 15.0.13
Posted by: Davide - 10-09-2018, 08:51 AM - Forum: IntraWeb General Discussion - Replies (1)

Hello,

I recompiled an ISAPI project with the new IW 15.0.13 installed.
The previous release was compiled with IW 15.0.6 or IW 15.0.7 and worked fine.

The project include the frame navigation and some controls from CGDevTools.

When I try the 15.0.13 ISAPI dll on the server I get the following error:

Error message: The IP you are using is different than the one that initiated the session. 

Security check failed. Please restart the application. 



In order to restart the application, please click the link below: 

Click here to restart Agenti 

Please note that depending on the actual exception that occured, restarting the application might not be possible. If this is the case, please report the error message to the administrator. 



Error details:
Exception message : The IP you are using is different than the one that initiated the session.
Exception class : EIWSecurityException
Exception address : 0F184B76
Exception Time : 2018-10-09 10:47:11.721
------------------------------------------------------------------------------------------------------------------------
Client IP address : 217.141.31.210
Request PathInfo : /$/callback
Request Method : POST
Request User Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
Cookies Count : 1
---------------------------------



I encountered this kind of error some yeras ago on another application.
I remeber that could be related to some properties of the server controller but I remeber which?
Could you help me to solve this problem.

Thank you,
Davide

Print this item

  TTIWAdvWebGrid Column Header height
Posted by: cpstevenc - 10-08-2018, 05:05 PM - Forum: IntraWeb General Discussion - Replies (1)

Old issue i've just lived with for a few years now. 

Have a TTIWAdvWebGrid where the column header row is always taller than what I want it to be. 

This is a 3rd party TMS control which interhits from IW controls.   ( I'll post over at TMS if need be but figured ask here )

Never could quite figure it out, and this is back when I still used D7 and IW11 so its been around quite some time.

Currently using Tokyo 10.2.3 - Intraweb Ultimate Edition - 14.2.7

[Image: f64b3f716707c54207e08ab470a00017.png]
Here is the DFM of said grid.

Code:
object grid: TTIWAdvWebGrid
 Left = 18
 Top = 16
 Width = 695
 Height = 177
 ActiveRowColor = clWebRED
 ActiveRowFontColor = clNone
 AdvanceOnReturn = False
 AutoEdit = False
 AutoHTMLAdapt = False
 Background.GradientDirection = gdHorizontal
 Background.Gradient1 = clNone
 Background.Gradient2 = clNone
 Background.Picture.Stretch = False
 Background.Picture.Frame = 0
 Bands.Active = True
 Bands.PrimaryColor = clWebLAVENDER
 Bands.SecondaryColor = clWebWHEAT
 Borders.Inner = ibNone
 Borders.Outer = obNone
 Borders.Padding = 0
 Borders.Spacing = 0
 Borders.Width = 0
 Borders.Collapsed = True
 Borders.Color = clNone
 Borders.ColorDark = clNone
 Borders.ColorLight = clNone
 CellComment.BorderColor = 14263350
 CellComment.Color = 15784080
 CellComment.DisplayType = dtMouseOver
 CellComment.Font.Color = 9330453
 CellComment.Font.Size = 10
 CellComment.Font.Style = []
 CheckTruePicture.Stretch = False
 CheckTruePicture.Frame = 0
 CheckFalsePicture.Stretch = False
 CheckFalsePicture.Frame = 0
 Color = clNone
 Columns = <
   item
     Alignment = taCenter
     CanSort = False
     CheckTrue = 'true'
     CheckFalse = 'false'
     ColumnHeaderClick = False
     ColumnHeaderFont.Color = clNone
     ColumnHeaderFont.Size = 9
     ColumnHeaderFont.Style = [fsBold]
     ColumnHeaderCheckBox = True
     ColumnType = ctCheckbox
     DefaultDynEdit = '0'
     DefaultDynText = '0'
     DetailFont.Color = clNone
     DetailFont.Size = 10
     DetailFont.Style = []
     Font.Color = clNone
     Font.FontFamily = 'Sans-Serif, Helvetica, Arial'
     Font.Size = 10
     Font.Style = []
     FooterFormat = '%g'
     Name = 'CheckBox'
     SpinEditMaxValue = 100
     SpinEditMinValue = 0
     VAlign = vaBottom
     Width = 4
     WidthType = wtPercent
     SortFormat = sfAlphabetic
   end
   item
     CanSort = False
     CheckTrue = 'true'
     CheckFalse = 'false'
     ColumnHeaderClick = False
     ColumnHeaderFont.Color = clWebBLACK
     ColumnHeaderFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     ColumnHeaderFont.Size = 9
     ColumnHeaderFont.Style = [fsBold]
     DefaultDynEdit = '0'
     DefaultDynText = '0'
     DetailFont.Color = clWebBLACK
     DetailFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     DetailFont.Size = 8
     DetailFont.Style = []
     Font.Color = clWebBLACK
     Font.FontFamily = 'Sans-Serif, Helvetica, Arial'
     Font.Size = 8
     Font.Style = []
     FooterFormat = '%g'
     Name = 'PartTrim'
     SpinEditMaxValue = 100
     SpinEditMinValue = 0
     Title = 'Part/Trim Level'
     TitleVAlign = vaMiddle
     VAlign = vaMiddle
     Width = 22
     WidthType = wtPercent
     SortFormat = sfAlphabetic
   end
   item
     CanSort = False
     CheckTrue = 'true'
     CheckFalse = 'false'
     ColumnHeaderClick = False
     ColumnHeaderFont.Color = clWebBLACK
     ColumnHeaderFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     ColumnHeaderFont.Size = 9
     ColumnHeaderFont.Style = [fsBold]
     ColumnType = ctScroll
     DefaultDynEdit = '0'
     DefaultDynText = '0'
     DetailFont.Color = clWebBLACK
     DetailFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     DetailFont.Size = 8
     DetailFont.Style = []
     Font.Color = clWebBLACK
     Font.FontFamily = 'Sans-Serif, Helvetica, Arial'
     Font.Size = 8
     Font.Style = []
     FooterFormat = '%g'
     Name = 'Description'
     SpinEditMaxValue = 100
     SpinEditMinValue = 0
     Title = 'Description'
     TitleVAlign = vaMiddle
     VAlign = vaMiddle
     Width = 37
     WidthType = wtPercent
     SortFormat = sfAlphabetic
   end
   item
     Alignment = taCenter
     CanSort = False
     CheckTrue = 'true'
     CheckFalse = 'false'
     ColumnHeaderAlignment = taCenter
     ColumnHeaderClick = False
     ColumnHeaderFont.Color = clWebBLACK
     ColumnHeaderFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     ColumnHeaderFont.Size = 9
     ColumnHeaderFont.Style = [fsBold]
     DefaultDynEdit = '0'
     DefaultDynText = '0'
     DetailFont.Color = clWebBLACK
     DetailFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     DetailFont.Size = 8
     DetailFont.Style = []
     Font.Color = clWebBLACK
     Font.FontFamily = 'Sans-Serif, Helvetica, Arial'
     Font.Size = 8
     Font.Style = []
     FooterFormat = '%g'
     Name = 'Side'
     SpinEditMaxValue = 100
     SpinEditMinValue = 0
     Title = 'Side'
     TitleVAlign = vaMiddle
     VAlign = vaMiddle
     Width = 6
     WidthType = wtPercent
     SortFormat = sfAlphabetic
   end
   item
     Alignment = taCenter
     CanSort = False
     CheckTrue = 'true'
     CheckFalse = 'false'
     ColumnHeaderAlignment = taCenter
     ColumnHeaderClick = False
     ColumnHeaderFont.Color = clWebBLACK
     ColumnHeaderFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     ColumnHeaderFont.Size = 9
     ColumnHeaderFont.Style = [fsBold]
     DefaultDynEdit = '0'
     DefaultDynText = '0'
     DetailFont.Color = clWebBLACK
     DetailFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     DetailFont.Size = 8
     DetailFont.Style = []
     Font.Color = clWebBLACK
     Font.FontFamily = 'Sans-Serif, Helvetica, Arial'
     Font.Size = 8
     Font.Style = []
     FooterFormat = '%g'
     Name = 'Pricing'
     SpinEditMaxValue = 100
     SpinEditMinValue = 0
     Title = '<P align="center">List $</P>'
     TitleVAlign = vaMiddle
     VAlign = vaMiddle
     Width = 10
     WidthType = wtPercent
     SortFormat = sfAlphabetic
   end
   item
     Alignment = taCenter
     CanSort = False
     CheckTrue = 'true'
     CheckFalse = 'false'
     ColumnHeaderAlignment = taCenter
     ColumnHeaderClick = False
     ColumnHeaderFont.Color = clWebBLACK
     ColumnHeaderFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     ColumnHeaderFont.Size = 9
     ColumnHeaderFont.Style = [fsBold]
     DefaultDynEdit = '0'
     DefaultDynText = '0'
     DetailFont.Color = clWebBLACK
     DetailFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     DetailFont.Size = 8
     DetailFont.Style = []
     Font.Color = clWebBLACK
     Font.FontFamily = 'Sans-Serif, Helvetica, Arial'
     Font.Size = 8
     Font.Style = []
     FooterFormat = '%g'
     Name = 'ID'
     SpinEditMaxValue = 100
     SpinEditMinValue = 0
     Title = 'ID'
     TitleVAlign = vaMiddle
     VAlign = vaMiddle
     Width = 3
     WidthType = wtPercent
     SortFormat = sfAlphabetic
   end
   item
     Alignment = taCenter
     ButtonText = 'IMG'
     ButtonWidth = 40
     CanSort = False
     CheckTrue = 'true'
     CheckFalse = 'false'
     ColumnHeaderAlignment = taCenter
     ColumnHeaderClick = False
     ColumnHeaderFont.Color = clWebBLACK
     ColumnHeaderFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     ColumnHeaderFont.Size = 9
     ColumnHeaderFont.Style = [fsBold]
     ColumnType = ctButton
     DefaultDynEdit = '0'
     DefaultDynText = '0'
     DetailFont.Color = clWebBLACK
     DetailFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     DetailFont.Size = 8
     DetailFont.Style = []
     Font.Color = clWebBLACK
     Font.FontFamily = 'Sans-Serif, Helvetica, Arial'
     Font.Size = 8
     Font.Style = []
     FooterFormat = '%g'
     Name = 'Image'
     SpinEditMaxValue = 100
     SpinEditMinValue = 0
     Title = 'Image'
     TitleVAlign = vaMiddle
     VAlign = vaMiddle
     Width = 8
     WidthType = wtPercent
     SortFormat = sfAlphabetic
   end
   item
     Alignment = taCenter
     ButtonText = 'APP'
     ButtonWidth = 40
     CanSort = False
     CheckTrue = 'true'
     CheckFalse = 'false'
     ColumnHeaderAlignment = taCenter
     ColumnHeaderClick = False
     ColumnHeaderFont.Color = clWebBLACK
     ColumnHeaderFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     ColumnHeaderFont.Size = 9
     ColumnHeaderFont.Style = [fsBold]
     ColumnType = ctButton
     DefaultDynEdit = '0'
     DefaultDynText = '0'
     DetailFont.Color = clWebBLACK
     DetailFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
     DetailFont.Size = 8
     DetailFont.Style = []
     Font.Color = clWebBLACK
     Font.FontFamily = 'Sans-Serif, Helvetica, Arial'
     Font.Size = 8
     Font.Style = []
     FooterFormat = '%g'
     Name = 'APP'
     SpinEditMaxValue = 100
     SpinEditMinValue = 0
     Title = 'APP'
     TitleVAlign = vaMiddle
     VAlign = vaMiddle
     Width = 8
     WidthType = wtPercent
     SortFormat = sfAlphabetic
   end>
 ColumnHeaderColor = clSkyBlue
 ColumnHeaderFont.Color = clWebBLACK
 ColumnHeaderFont.FontFamily = 'Sans-Serif, Helvetica, Arial'
 ColumnHeaderFont.Size = 11
 ColumnHeaderFont.Style = []
 ColumnHeaderBorders.Inner = ibNone
 ColumnHeaderBorders.Outer = obNone
 ColumnHeaderBorders.Padding = 0
 ColumnHeaderBorders.Spacing = 0
 ColumnHeaderBorders.Width = 0
 ColumnHeaderBorders.Collapsed = True
 ColumnHeaderBorders.Color = clNone
 ColumnHeaderBorders.ColorDark = clNone
 ColumnHeaderBorders.ColorLight = clNone
 ColumnSizing = False
 Controller.Alignment = taLeftJustify
 Controller.Borders.Inner = ibAll
 Controller.Borders.Outer = obAll
 Controller.Borders.Padding = 0
 Controller.Borders.Spacing = 0
 Controller.Borders.Width = 1
 Controller.Borders.Collapsed = True
 Controller.Borders.Color = clNone
 Controller.Borders.ColorDark = clNone
 Controller.Borders.ColorLight = clNone
 Controller.Color = clNone
 Controller.Font.Color = clNone
 Controller.Font.Size = 10
 Controller.Font.Style = []
 Controller.Gradient1 = clNone
 Controller.Gradient2 = clNone
 Controller.GradientDirection = gdHorizontal
 Controller.Height = 22
 Controller.MaxPages = 10
 Controller.Position = cpNone
 Controller.Pager = cpPrevNext
 Controller.PagerType = cptLink
 Controller.IndicatorFormat = '%d of %d'
 Controller.IndicatorType = itNone
 Controller.TextPrev = 'Prev'
 Controller.TextNext = 'Next'
 Controller.TextFirst = 'First'
 Controller.TextLast = 'Last'
 Controller.ImgPrev.Stretch = False
 Controller.ImgPrev.Frame = 0
 Controller.ImgNext.Stretch = False
 Controller.ImgNext.Frame = 0
 Controller.ImgFirst.Stretch = False
 Controller.ImgFirst.Frame = 0
 Controller.ImgLast.Stretch = False
 Controller.ImgLast.Frame = 0
 Controller.RowCountSelect = False
 Controller.HintFind = 'Find'
 Controller.ShowPagersAlways = False
 DateSeparator = '/'
 DateFormat = gdEU
 DecimalPoint = '.'
 DefaultColumnHeaderHeight = 15
 DefaultRowHeight = 22
 DetailRowHeight = 0
 DetailRowShow = dsNormal
 EditColor = clNone
 EditSelectAll = False
 FooterBorders.Inner = ibAll
 FooterBorders.Outer = obAll
 FooterBorders.Padding = 0
 FooterBorders.Spacing = 0
 FooterBorders.Width = 1
 FooterBorders.Collapsed = True
 FooterBorders.Color = clNone
 FooterBorders.ColorDark = clNone
 FooterBorders.ColorLight = clNone
 FooterColor = clBtnFace
 FooterFont.Color = clNone
 FooterFont.Size = 10
 FooterFont.Style = []
 Font.Color = clWebBLACK
 Font.FontFamily = 'Sans-Serif, Helvetica, Arial'
 Font.Size = 8
 Font.Style = []
 Glyphs.EditButton.Data = {
   36050000424D3605000000000000360400002800000010000000100000000100
   0800000000000001000000000000000000000001000000000000000000000000
   80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
   A6000020400000206000002080000020A0000020C0000020E000004000000040
   20000040400000406000004080000040A0000040C0000040E000006000000060
   20000060400000606000006080000060A0000060C0000060E000008000000080
   20000080400000806000008080000080A0000080C0000080E00000A0000000A0
   200000A0400000A0600000A0800000A0A00000A0C00000A0E00000C0000000C0
   200000C0400000C0600000C0800000C0A00000C0C00000C0E00000E0000000E0
   200000E0400000E0600000E0800000E0A00000E0C00000E0E000400000004000
   20004000400040006000400080004000A0004000C0004000E000402000004020
   20004020400040206000402080004020A0004020C0004020E000404000004040
   20004040400040406000404080004040A0004040C0004040E000406000004060
   20004060400040606000406080004060A0004060C0004060E000408000004080
   20004080400040806000408080004080A0004080C0004080E00040A0000040A0
   200040A0400040A0600040A0800040A0A00040A0C00040A0E00040C0000040C0
   200040C0400040C0600040C0800040C0A00040C0C00040C0E00040E0000040E0
   200040E0400040E0600040E0800040E0A00040E0C00040E0E000800000008000
   20008000400080006000800080008000A0008000C0008000E000802000008020
   20008020400080206000802080008020A0008020C0008020E000804000008040
   20008040400080406000804080008040A0008040C0008040E000806000008060
   20008060400080606000806080008060A0008060C0008060E000808000008080
   20008080400080806000808080008080A0008080C0008080E00080A0000080A0
   200080A0400080A0600080A0800080A0A00080A0C00080A0E00080C0000080C0
   200080C0400080C0600080C0800080C0A00080C0C00080C0E00080E0000080E0
   200080E0400080E0600080E0800080E0A00080E0C00080E0E000C0000000C000
   2000C0004000C0006000C0008000C000A000C000C000C000E000C0200000C020
   2000C0204000C0206000C0208000C020A000C020C000C020E000C0400000C040
   2000C0404000C0406000C0408000C040A000C040C000C040E000C0600000C060
   2000C0604000C0606000C0608000C060A000C060C000C060E000C0800000C080
   2000C0804000C0806000C0808000C080A000C080C000C080E000C0A00000C0A0
   2000C0A04000C0A06000C0A08000C0A0A000C0A0C000C0A0E000C0C00000C0C0
   2000C0C04000C0C06000C0C08000C0C0A000F0FBFF00A4A0A000808080000000
   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000707E4E4E4E4
   E4E4E4E4E4E4E4E4E4070707EDF609090909090909090909E4070707EDF60707
   0707070707070709E4070707EDF6F6090909090909090909E4070707EDFFF609
   0909095A09090909E4070707F5FF07070707075200070709E4070707F5FFFFF6
   F609095A00000709E407070707FFFFFFF6F6095AFB360007E407070707FF0707
   070707A4FB360007ED07070709FFFFFFFFF6F6F65BFB3600ED07070709FFFFFF
   FFFFF6F6ACFB36000707070709FF070707070707F652FB360007070709FFFFFF
   FFFFFFFF079A7F360007070709FFFFFFFFFFFFFF08EC51000200070709FFFFFF
   FFFFFFFF07EC9A0202410707090909090909090907E407838307}
 Glyphs.EditHint = 'Edit'
 Glyphs.PostButton.Data = {
   36050000424D3605000000000000360400002800000010000000100000000100
   0800000000000001000000000000000000000001000000000000000000000000
   80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
   A6000020400000206000002080000020A0000020C0000020E000004000000040
   20000040400000406000004080000040A0000040C0000040E000006000000060
   20000060400000606000006080000060A0000060C0000060E000008000000080
   20000080400000806000008080000080A0000080C0000080E00000A0000000A0
   200000A0400000A0600000A0800000A0A00000A0C00000A0E00000C0000000C0
   200000C0400000C0600000C0800000C0A00000C0C00000C0E00000E0000000E0
   200000E0400000E0600000E0800000E0A00000E0C00000E0E000400000004000
   20004000400040006000400080004000A0004000C0004000E000402000004020
   20004020400040206000402080004020A0004020C0004020E000404000004040
   20004040400040406000404080004040A0004040C0004040E000406000004060
   20004060400040606000406080004060A0004060C0004060E000408000004080
   20004080400040806000408080004080A0004080C0004080E00040A0000040A0
   200040A0400040A0600040A0800040A0A00040A0C00040A0E00040C0000040C0
   200040C0400040C0600040C0800040C0A00040C0C00040C0E00040E0000040E0
   200040E0400040E0600040E0800040E0A00040E0C00040E0E000800000008000
   20008000400080006000800080008000A0008000C0008000E000802000008020
   20008020400080206000802080008020A0008020C0008020E000804000008040
   20008040400080406000804080008040A0008040C0008040E000806000008060
   20008060400080606000806080008060A0008060C0008060E000808000008080
   20008080400080806000808080008080A0008080C0008080E00080A0000080A0
   200080A0400080A0600080A0800080A0A00080A0C00080A0E00080C0000080C0
   200080C0400080C0600080C0800080C0A00080C0C00080C0E00080E0000080E0
   200080E0400080E0600080E0800080E0A00080E0C00080E0E000C0000000C000
   2000C0004000C0006000C0008000C000A000C000C000C000E000C0200000C020
   2000C0204000C0206000C0208000C020A000C020C000C020E000C0400000C040
   2000C0404000C0406000C0408000C040A000C040C000C040E000C0600000C060
   2000C0604000C0606000C0608000C060A000C060C000C060E000C0800000C080
   2000C0804000C0806000C0808000C080A000C080C000C080E000C0A00000C0A0
   2000C0A04000C0A06000C0A08000C0A0A000C0A0C000C0A0E000C0C00000C0C0
   2000C0C04000C0C06000C0C08000C0C0A000F0FBFF00A4A0A000808080000000
   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0007070707071D
   1D1D1D1D1D0707070707070707271E1F2727271F1E1D1D07070707071E276FB7
   F6F6F6BF6F271E1D0707072727B7F6FFF6F6F6FFFFBF271E1D070727B7FFF6B7
   6FBF276FF6FFBF271D07276FF6FF6F27F6FF6F1F27F6FF6F1E1D27B7FFBF6FF6
   FFF6B7271F6FFFBF1F1D27B7FFB7BFFFAF6FF6672727F6F6271E67BFFFB76F6F
   2727B7B72727F6F6271E6F08FFB76F6F6F676FB72727F6F6271E67BFFFF66F6F
   6F6F676F6FB7FFB7271D076FF6FFBF6F6F6F6727B7F6F66F1E07076FF6F6FFF6
   B7B7B7BFFFFFB7271E070707AFF6FFFFFFFFFFFFF6B7271F07070707076FBFF6
   F6F6F6B76F272707070707070707076FAFAF6F67270707070707}
 Glyphs.PostHint = 'Post'
 Glyphs.CancelButton.Data = {
   36050000424D3605000000000000360400002800000010000000100000000100
   0800000000000001000000000000000000000001000000000000000000000000
   80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
   A6000020400000206000002080000020A0000020C0000020E000004000000040
   20000040400000406000004080000040A0000040C0000040E000006000000060
   20000060400000606000006080000060A0000060C0000060E000008000000080
   20000080400000806000008080000080A0000080C0000080E00000A0000000A0
   200000A0400000A0600000A0800000A0A00000A0C00000A0E00000C0000000C0
   200000C0400000C0600000C0800000C0A00000C0C00000C0E00000E0000000E0
   200000E0400000E0600000E0800000E0A00000E0C00000E0E000400000004000
   20004000400040006000400080004000A0004000C0004000E000402000004020
   20004020400040206000402080004020A0004020C0004020E000404000004040
   20004040400040406000404080004040A0004040C0004040E000406000004060
   20004060400040606000406080004060A0004060C0004060E000408000004080
   20004080400040806000408080004080A0004080C0004080E00040A0000040A0
   200040A0400040A0600040A0800040A0A00040A0C00040A0E00040C0000040C0
   200040C0400040C0600040C0800040C0A00040C0C00040C0E00040E0000040E0
   200040E0400040E0600040E0800040E0A00040E0C00040E0E000800000008000
   20008000400080006000800080008000A0008000C0008000E000802000008020
   20008020400080206000802080008020A0008020C0008020E000804000008040
   20008040400080406000804080008040A0008040C0008040E000806000008060
   20008060400080606000806080008060A0008060C0008060E000808000008080
   20008080400080806000808080008080A0008080C0008080E00080A0000080A0
   200080A0400080A0600080A0800080A0A00080A0C00080A0E00080C0000080C0
   200080C0400080C0600080C0800080C0A00080C0C00080C0E00080E0000080E0
   200080E0400080E0600080E0800080E0A00080E0C00080E0E000C0000000C000
   2000C0004000C0006000C0008000C000A000C000C000C000E000C0200000C020
   2000C0204000C0206000C0208000C020A000C020C000C020E000C0400000C040
   2000C0404000C0406000C0408000C040A000C040C000C040E000C0600000C060
   2000C0604000C0606000C0608000C060A000C060C000C060E000C0800000C080
   2000C0804000C0806000C0808000C080A000C080C000C080E000C0A00000C0A0
   2000C0A04000C0A06000C0A08000C0A0A000C0A0C000C0A0E000C0C00000C0C0
   2000C0C04000C0C06000C0C08000C0C0A000F0FBFF00A4A0A000808080000000
   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0007070707071D
   1D1D1D1D1D0707070707070707271E1F2727271F1E1D1D07070707071E276FB7
   F6F6F6BF6F271E1D0707072727B7F6FFF6F6F6FFFFBF271E1D070727B7FFF627
   27271F1FB7F6BF271D07276FF6FFB7B767272727B7B7FF6F1E1D27B7FFBF67B7
   F66767F6B727F6BF1F1D27B7FF6F6F67B7F6F6B72727BFF6271E67BFFF6F6F6F
   6FF6F66F2727B7F6271E6F08FF6F6F6FF6B7B7F66F27F6F6271E67BFFFF66FF6
   B76F6FB7F66FF6B7271D076FF6FFB7AF6F6F6F6FB7F6F66F1E07076FF6F6FFF6
   6F6F6FB7FFFFB7271E070707AFF6FFFFFFFFFFFFF6B7271F07070707076FBFF6
   F6F6F6B76F272707070707070707076FAFAF6F67270707070707}
 Glyphs.CancelHint = 'Cancel'
 Glyphs.SpinEditButtonDownImage.Stretch = False
 Glyphs.SpinEditButtonDownImage.Frame = 0
 Glyphs.SpinEditButtonUpImage.Stretch = False
 Glyphs.SpinEditButtonUpImage.Frame = 0
 HoverColor = clNone
 HoverFontColor = clNone
 HeaderStyle = hsFlat
 ID = 0
 Indicators.Browse.Data = {
   F6000000424DF600000000000000760000002800000010000000100000000100
   0400000000008000000000000000000000001000000000000000000000000000
   8000008000000080800080000000800080008080000080808000C0C0C0000000
   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
   8888888888888888888888880888888888888888008888888888888800088888
   8888888800008888888888880000088888888888000000888888888800000008
   8888888800000088888888880000088888888888000088888888888800088888
   8888888800888888888888880888888888888888888888888888}
 Indicators.Insert.Data = {
   F6000000424DF600000000000000760000002800000010000000100000000100
   0400000000008000000000000000000000001000000000000000000000000000
   8000008000000080800080000000800080008080000080808000C0C0C0000000
   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
   8888888888888888888888888888888888888888888888888888888888088888
   8888888888088888888888800808008888888888800088888888888880008888
   8888888008080088888888888808888888888888880888888888888888888888
   8888888888888888888888888888888888888888888888888888}
 Indicators.Edit.Data = {
   F6000000424DF600000000000000760000002800000010000000100000000100
   0400000000008000000000000000000000001000000000000000000000000000
   8000008000000080800080000000800080008080000080808000C0C0C0000000
   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
   8888888888888888888888888888888888888880080088888888888880888888
   8888888880888888888888888088888888888888808888888888888880888888
   8888888880888888888888888088888888888888808888888888888880888888
   8888888008008888888888888888888888888888888888888888}
 MouseSelect = msSingleCell
 Nodes.NodeOpen.Stretch = False
 Nodes.NodeOpen.Frame = 1
 Nodes.NodeOpen.Data = {
   424DBE0000000000000076000000280000000900000009000000010004000000
   000048000000120B0000120B0000100000001000000000000000000080000080
   00000080800080000000800080008080000080808000C0C0C0000000FF0000FF
   000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000000000000FFF
   FFFF000000000FFF0FFF000000000FFF0FFF000000000F00000F000000000FFF
   0FFF000000000FFF0FFF000000000FFFFFFF000000000000000000000000}
 Nodes.NodeClosed.Stretch = False
 Nodes.NodeClosed.Frame = 1
 Nodes.NodeClosed.Data = {
   424DBE0000000000000076000000280000000900000009000000010004000000
   000048000000120B0000120B0000100000001000000000000000000080000080
   00000080800080000000800080008080000080808000C0C0C0000000FF0000FF
   000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000000000000FFF
   FFFF000000000FFFFFFF000000000FFFFFFF000000000F00000F000000000FFF
   FFFF000000000FFFFFFF000000000FFFFFFF000000000000000000000000}
 NameOfDays.Strings = (
   'Sun'
   'Mon'
   'Tue'
   'Wed'
   'Thu'
   'Fri'
   'Sat')
 NameOfMonths.Strings = (
   'January'
   'February'
   'March'
   'April'
   'May'
   'June'
   'July'
   'August'
   'September'
   'October'
   'November'
   'December')
 OuterBorder.Show = False
 OuterBorder.Color = 1
 Page = 0
 RowCount = 3
 RowHeader.Show = False
 RowHeader.Width = 22
 RowHeader.Borders.Inner = ibAll
 RowHeader.Borders.Outer = obAll
 RowHeader.Borders.Padding = 0
 RowHeader.Borders.Spacing = 0
 RowHeader.Borders.Width = 1
 RowHeader.Borders.Collapsed = True
 RowHeader.Borders.Color = clNone
 RowHeader.Borders.ColorDark = clNone
 RowHeader.Borders.ColorLight = clNone
 RowHeader.Color = clBtnFace
 RowHeader.Gradient1 = clNone
 RowHeader.Gradient2 = clNone
 RowHeader.GradientDirection = gdHorizontal
 Scroll.Style = scNever
 Scroll.Scrollbar3DLightColor = clNone
 Scroll.ScrollbarArrowColor = clNone
 Scroll.ScrollbarBaseColor = clNone
 Scroll.ScrollbarTrackColor = clNone
 Scroll.ScrollbarDarkshadowColor = clNone
 Scroll.ScrollbarFaceColor = clNone
 Scroll.ScrollbarHighlightColor = clNone
 Scroll.ScrollbarShadowColor = clNone
 SelectColor = clHighlight
 SelectFontColor = clHighlightText
 ShowColumnHeader = True
 ShowFooter = False
 ShowSelect = False
 SortSettings.Show = False
 SortSettings.Column = 0
 SortSettings.Direction = sdAscending
 SortSettings.InitSortDir = sdAscending
 StretchColumn = -1
 TabOrder = 0
 UseFullHeight = True
 UseFullWidth = True
 AsyncActiveRowMove = False
 AsyncEdit = False
 AsyncPaging = False
 AsyncSorting = False
 ActiveRow = -1
 AlwaysEdit = False
 TotalRows = 10
end

Print this item

  Bootstrap V4 Framework
Posted by: ShaneStump - 10-08-2018, 03:08 PM - Forum: IntraWeb General Discussion - Replies (2)

Howdy All!

This weekend i finally spent the time evaluating Bootstrap for IW. I can see why everyone who chooses to use it would prefer it over other IW UI offerings.

Well, I hit a brick wall after I started reading about all the changes in Bootstrap V4 which would affect me. I really would rather base V3 of my upcoming IW web reservation system on BS 4.

Any how, a fellow IW user, Loren Szendre, helped me quite a bit and is very knowledgeable about IW + Bootstrap 4.

He commented that he might have to do an IW Bootstrap 4 framework himself. I told him to setup a GoFund page and I would contribute as this kind of framework would be invaluable to me as a commercial one man shop.

If any of you would like to see this done also, please contribute to Loren.

The GoFund page link is below:

GoFund for IW Bootstrap Components

All the best,

Shane

Print this item

  understanding TCP TLS/SSL Security
Posted by: Madammar - 10-08-2018, 09:09 AM - Forum: Indy - Replies (1)

i am trying to understand the usage of TLS / ssl with idtcpserver and client

i am running my server on ubuntu using winehq

i am trying to make the client to communicate only through my client application,  and prevent bad guys from communicating to my tcpserver from client they make .

i read and search about this matter and all results refers to using TLS/ssl

how could i do that using idtcpserver properly / do i need ssl certificate ?

what is the correct dll's to use  ?

just trying to understand how to do that properly

Print this item

  Going to wait for Bootstrap 4
Posted by: ShaneStump - 10-08-2018, 02:18 AM - Forum: IntraWeb General Discussion - No Replies

Howdy All!

I just wanted to thank everyone especially Loren for helping me evaluate IW's Bootstrap 3.x framework.

I can see why everyone is moving to such a framework.

But after evaluating Bootstrap 3.3 and reading all the changes in v4.x, it seems silly to me to spend a bunch of time now and then doing a major rewrite / refactor when IWBS V4 is available.

So hopefully IWBS 4.x will be available sooner than later.

All the best,

Shane

Print this item

  New Bootstrap Demo Project
Posted by: LorenSzendre - 10-07-2018, 07:47 PM - Forum: IntraWeb General Discussion - Replies (5)

First I must give a big warning and an apology -- for making changes to a core unit: TIWBSRegion.

I added a slew of new TagTypes and overrode the constructor to set the initial value, since bsttDiv was no longer alphabetically first.

I also messed with the InternalRenderCss method.

Unfortunately, the sample project won't work with the old version of TIWBSRegion.

If you want, you can temporarily replace this unit, then recompile the IWBootstrap packages. You can put it back afterwards and recompile.

I welcome any comments from anyone on how to better tackle the following problems:

1) Lack of a span wrapper component
2) Inability of TIWBSButton to act as a design-time container
3) Lack of an li wrapper component. TIWBSRegion can now be a List Item.
4) TIWLink is implemented as a span, so it doesn't fit in with IWBootstrap, and IWBootstrap does NOT provide an anchor components. So TIWBSRegion now can be an anchor too.

@Shane, I tried to put everything in there that you wanted to see. You have to look at the ExtraTagParams property of just about everything, plus the ExtraHeader property of the forms.


.zip   Shane20181007.zip (Size: 14.68 KB / Downloads: 28)

Any feedback will be appreciated

Print this item

  Urgent Need of Changes to IWBS
Posted by: LorenSzendre - 10-07-2018, 02:36 PM - Forum: IntraWeb General Discussion - Replies (9)

Captain Kudzu,

I have made changes to TIWBSRegion that I would like you to consider adding to the source code that you distribute as part of IW.

As you know, the following code is perfectly acceptable and normal with Bootstrap 3:

<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
   <span class="icon-bar"></span>
   <span class="icon-bar"></span>
   <span class="icon-bar"></span>                        
</button>


But TIWBSButton descends from TIWBSCustomControl, which descends from TIWCustomControl and implements the interface IIWBSComponent. As such it cannot act as a container. I have written about this problem before.

I have realized that this problem needs an immediately solution. TIWBSButton can remain, but I needed BSRegion to be usable as a span and as a button. Hence my changes:

type
  TIWBSRegionTagType = (bsttDiv, bsttH1, bsttH2, bsttH3, bsttH4, bsttH5, bsttH6, bsttP, bsttSpan, bsttButton);

const
  aIWBSRegionTagType: array[bsttDiv..bsttButton] of string = ('div', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p', 'span', 'button');

Without these changes I cannot use Delphi and IntraWeb to realize my designs, unless I go with Templates. But that's not the point -- the point is that I want to use IWBootstrap, if for no other reason than to prove that it can be done for any design, not just simple ones.

If I am missing something, please help me understand.

Loren

Print this item

  Bootstrap compile error
Posted by: JuergenS - 10-07-2018, 09:14 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi,

i just tried the bootstrap example from Loren and it's running with Delphi XE6.

But if i try to create a simple bootstrap project with just a region and a button i receive the following error:

[bcc32 Error] IWBSCustomControl.hpp(143): E2303 typname expected
  complete Parser-Context
    Unit1.cpp(6): #include Unit1.h
    Unit1.h(23): #include C:\IntraWeb 15\LibD10_2W32\IWBSButton.hpp
    IWBSButton.hpp(25): #include C:\IntraWeb 15\LibD10_2W32\IWBSCustomControl.hpp
    IWBSCustomControl.hpp(42): namespace Iwbscustomcontrol
    IWBSCustomControl.hpp(47): class TIWBSCustomControl
    
    __property OnHTMLtag;
   
I'm using:

    C++Builder 10.2.3
    IW 15.0.12

Thanks for any help
JuergenS

Print this item

  Bootstrap Setup
Posted by: ShaneStump - 10-07-2018, 03:02 AM - Forum: IntraWeb General Discussion - Replies (2)

Howdy All!

So I decided to start trying to setup my first page... can't get anything to render properly other than what Loren helped me with.

Any how, I decided to just cut/paste components from the demo to my page and compile/run. The components are being  rendered without any of the Bootstrap CSS.

I copied the iwbs folder + all the .css files in the demo's wwwroot directory to my app's wwwroot directory but apparently there is another step to initialize the system.

Any idea on what I am missing or doing wrong?

Thanks,

Shane

Print this item