Search found 246 matches

by Marco
Fri Jul 13, 2007 12:46 pm
Forum: discbugs
Topic: FNX editor statusbar
Replies: 1
Views: 3815

FNX editor statusbar

The first visible line or the top line that is visible.
You can use it if you want to scroll to a certain line number.

best regards
by Marco
Wed Jul 11, 2007 8:38 pm
Forum: General category
Topic: make user type with two windows objects
Replies: 1
Views: 3924

make user type with two windows objects

Not everything is possible, using type with multiple object are not really supported.It need a lot of workaround to do that. But i notice it to be a point for the next version of fnx basic.And you can only use a type within a form if it is an extended type.type bla as panel, for example.best regards...
by Marco
Wed Jul 11, 2007 8:18 pm
Forum: General category
Topic: 7 July 2007 version of compiler ?BUG?
Replies: 1
Views: 4907

7 July 2007 version of compiler ?BUG?

I see it is a combination bug. I`ve fixed the problem.
You can download the package fnxbasic02.zip.

best regards
by Marco
Fri Jul 06, 2007 9:18 pm
Forum: General category
Topic: assigning an icon to a FNXBasic EXE file
Replies: 3
Views: 5430

assigning an icon to a FNXBasic EXE file

Looks you do everthing right, I`ve tried everything but can not recall the problem.Is it under win98 or is it a selfmade icon?If the iconfile is not found you get a compiler error you get also get a compiler error if the size is not properly.Is it sure the appicon command is causing the problem?The ...
by Marco
Fri Jul 06, 2007 8:51 pm
Forum: General category
Topic: windows printer commands
Replies: 1
Views: 3406

windows printer commands

The printer component,

dim myprinter as printer
printer.begindoc
etc.
look for printer in the manual, -types-windows.

best regards
by Marco
Wed Jul 04, 2007 9:49 am
Forum: discbugs
Topic: Distributing FNXBasic-generated EXE files
Replies: 9
Views: 10976

Distributing FNXBasic-generated EXE files

Your left and top are not correct anymore because you must give up the left and top position within the groupbox. Now the fell out of the groupbox.

best regards
by Marco
Tue Jul 03, 2007 8:16 pm
Forum: discbugs
Topic: Distributing FNXBasic-generated EXE files
Replies: 9
Views: 10976

Distributing FNXBasic-generated EXE files

You set the parents of all buttons to myform, if you set the parents to the groupboxes it works alright.

dim myform as form
dim g as groupbox
dim g1 as groupbox
g.parent=myform
g1.parent=myform

dim b as radiobutton
etc
b.parent=g

dim b1 as radiobutton
etc
b1.parent=g1

best regards

by Marco
Tue Jul 03, 2007 1:23 pm
Forum: discbugs
Topic: Distributing FNXBasic-generated EXE files
Replies: 9
Views: 10976

Distributing FNXBasic-generated EXE files

This goes automatic only the radiobuttons in the current groupbox are changed as far as I know.

best regards
by Marco
Sun Jul 01, 2007 11:54 am
Forum: discbugs
Topic: Distributing FNXBasic-generated EXE files
Replies: 9
Views: 10976

Distributing FNXBasic-generated EXE files

Myform.center is causing the problem, if you leave this line out it works. I think this could be a delphi problem so I must do a little tests and research.
By the way if you want the xp computers use their themes you must include the manifest file. You can create one with the editor.

best regards marco
by Marco
Sat Jun 30, 2007 5:49 pm
Forum: discbugs
Topic: Distributing FNXBasic-generated EXE files
Replies: 9
Views: 10976

Distributing FNXBasic-generated EXE files

The programs fnx produces are stand alone, with the files you used in your program. If your program do not use files only the produced exe file should work. In other words you don`t need to install fnxbasic to run your application.Although fnx is created under winxp enviroment  it must work und...