Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Invalid tab in combo box
#1
hello everyone,

In the following example, I want to use tab to align characters, But it No effect,

Does anyone know what the problem is? Thanks in advance

[Image: pic.png]



Macro Macro4
Code:
Copy      Help
_s=
;ke-48=text0
;cm-291=text6
;win-26=test8
;wib-262=test7
;ww-28=test4

ARRAY(str) a=_s

for int'i 0 numlines(_s)
,a[i].findreplace("-" "[9]")
,a[i].findreplace("=" "[9]")
,out a[i]

str s=a

str dd=
;BEGIN DIALOG
;0 "" 0x90C80AC8 0x0 0 0 224 136 "Dialog" "4"
;3 ComboBox 0x54230641 0x0 12 8 96 114 ""
;1 Button 0x54030001 0x4 116 116 48 14 "OK"
;2 Button 0x54030000 0x4 168 116 48 14 "Cancel"
;END DIALOG
;DIALOG EDITOR: "" 0x2040A00 "*" "" "" ""

str controls = "3"
str cb3
cb3=s
if(!ShowDialog(dd 0 &controls)) ret


Messages In This Thread
Invalid tab in combo box - by macman - 01-14-2021, 08:09 AM
RE: Invalid tab in combo box - by Gintaras - 01-14-2021, 08:17 AM
RE: Invalid tab in combo box - by macman - 01-14-2021, 08:39 AM
RE: Invalid tab in combo box - by Gintaras - 01-14-2021, 12:14 PM
RE: Invalid tab in combo box - by macman - 01-14-2021, 11:16 PM
RE: Invalid tab in combo box - by macman - 01-15-2021, 01:44 AM
RE: Invalid tab in combo box - by Gintaras - 01-15-2021, 06:21 AM
RE: Invalid tab in combo box - by Gintaras - 01-15-2021, 06:25 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)