Search found 30 matches

by magna
Thu Mar 18, 2010 9:01 pm
Forum: General category
Topic: Forum update
Replies: 8
Views: 9904

Forum update

Cool! Thanks for updating! Concerning the wiki I would like to propose DokuWiki. It`s easy to use and manage and is well suited for documenting programms and source code.

If people are interested I could setup a wiki on my server.
by magna
Sat Mar 13, 2010 10:03 am
Forum: General category
Topic: Forum update
Replies: 8
Views: 9904

Forum update

Another option could be to switch to a more actively developed forum software like phpBB or something else.

A bit OT: what about a wiki? Is anyone interested in writing articles and documentation that we could gather in a wiki?
by magna
Fri Mar 12, 2010 9:27 am
Forum: General category
Topic: Forum update
Replies: 8
Views: 9904

Forum update

In order to get rid of all those spammers it would be a good idea to update the forum software to the most recent version (2.4).
2.1 is totally outdated (November 08, 2005).
by magna
Wed Feb 17, 2010 10:27 pm
Forum: examples
Topic: form in form left, top positions
Replies: 3
Views: 5132

form in form left, top positions

In my Library Generator I also use two forms, one child of the other. Here the coordinates of the child ARE relative:OBJECT frmMain AS FORM      Center=True : Width=800 : Height=600      ...      OBJECT frmAbout AS FORM           ...
by magna
Sun Feb 14, 2010 10:20 pm
Forum: General category
Topic: Clear"edit" box
Replies: 5
Views: 11613

Clear"edit" box

Your`e totally right. This seems to be a bug. All other events for the Edit object are implemented but not OnClick. :(
by magna
Fri Feb 12, 2010 6:21 am
Forum: examples
Topic: Library Generator
Replies: 4
Views: 12938

Library Generator

Here is the version 2 with some improvements.* maps all WINAPI data types to FNX-Basic datatypes* library can be saved to file* allows copy & paste of header and library* allows to define if FNX-Basic keywords should be in lowercase, CamelCase or UPPERCASE* FNX-Basic keywords are bold in the Ric...
by magna
Thu Feb 11, 2010 9:15 am
Forum: General category
Topic: Clear"edit" box
Replies: 5
Views: 11613

Clear"edit" box

Try it like this:`****************************************************` This is a program to provide a set of coordinats` to let you cut a radius on a lathe or mill` without using form tools `Const + Dim hereconst crlf = chr$(10) + chr$(13)`Objects hereobject frmMill as form      capt...
by magna
Tue Feb 09, 2010 9:15 am
Forum: examples
Topic: input$ or equiv
Replies: 12
Views: 15492

input$ or equiv

As far as I know FNX is intended for GUI not for console programs. There is a function INP() which reads from a port but no INPUT$().
by magna
Sun Feb 07, 2010 11:18 pm
Forum: examples
Topic: Saving work
Replies: 6
Views: 7643

Saving work

I posted it in the "Files"-forum: [url=http://fnxbasic.com/yabb/YaBB.pl?num=1265584619]PSPad as IDE for FNX-Basic[/url].
by magna
Sun Feb 07, 2010 11:16 pm
Forum: examples
Topic: PSPad as IDE for FNX-Basic
Replies: 1
Views: 5994

PSPad as IDE for FNX-Basic

My favourite editor/IDE for FNX-Basic is by far PSPad (http://www.pspad.com/).

I created a highlighter file for FNX which I like to share with you.