Jump to content
sjesper

Load DFM form. But where is it ?

Recommended Posts

It was removed, the parser Kaitnieks originally wrote for it wasn't very powerful. Use the new form designer. Tools=>Form Designer

 

I did used form designer. But i need it convert it to scar language. Well i tried to just copy the dfm file into scar but the code i got look this:

 

object Button3: TButton
   Left = 103
   Top = 204
   Width = 87
   Height = 25
   Caption = 'Load settings'
   Font.Charset = ANSI_CHARSET
   Font.Color = clWindowText
   Font.Height = -13
   Font.Name = 'Arial Narrow'
   Font.Style = [fsBold]
   ParentFont = False
   TabOrder = 3
 end
end

 

But with no variables. What to do :P?

 

---------- Post added at 09:47 PM ---------- Previous post was at 09:28 PM ----------

 

I did used form designer. But i need it convert it to scar language. Well i tried to just copy the dfm file into scar but the code i got look this:

 

object Button3: TButton
   Left = 103
   Top = 204
   Width = 87
   Height = 25
   Caption = 'Load settings'
   Font.Charset = ANSI_CHARSET
   Font.Color = clWindowText
   Font.Height = -13
   Font.Name = 'Arial Narrow'
   Font.Style = [fsBold]
   ParentFont = False
   TabOrder = 3
 end
end

 

But with no variables. What to do :P?

 

Ahh just found it. God im sleepy today ^^

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...