mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 11:59:34 +00:00
parent
9b140307fa
commit
3d5956f13d
1 changed files with 5 additions and 0 deletions
|
@ -1359,6 +1359,11 @@ SUB LoadPreviewText
|
|||
DummyText$ = nextParameter(b$) 'discard first parameter
|
||||
DummyText$ = nextParameter(b$)
|
||||
AddItem TempValue, DummyText$
|
||||
ELSEIF LEFT$(b$, 10) = "LoadImage " THEN
|
||||
'Image
|
||||
DummyText$ = nextParameter(b$) 'discard first parameter
|
||||
DummyText$ = nextParameter(b$)
|
||||
LoadImage Control(TempValue), DummyText$
|
||||
ELSEIF LEFT$(b$, 22) = "ToolTip(__UI_NewID) = " THEN
|
||||
'Tooltip
|
||||
DummyText$ = MID$(b$, INSTR(b$, " = ") + 3)
|
||||
|
|
Loading…
Reference in a new issue