Search found 9 matches

by Lifefree
Tue Aug 20, 2013 8:43 pm
Forum: examples
Topic: Tab control: How to add objects on different tabs
Replies: 1
Views: 5590

Tab control: How to add objects on different tabs

Is that only bitmaps are allowed?I tried to put a button (or any object) over a tab, but it seems to be put over the form as its parent window.Can an object be put over an active (selected) tab?Or to define and active tab to put an object over the child area of the tab not the form.I see no examples...
by Lifefree
Sun Aug 26, 2012 9:25 pm
Forum: discbugs
Topic: DateTime type
Replies: 2
Views: 8993

DateTime type

Handling date and time is useful in time series work.
A DateTime type would be handy with related functions to calculate the number of days between two date values of format ("mm/dd/yyyy") and the number of minutes between two time values.
by Lifefree
Sun Aug 26, 2012 7:13 pm
Forum: discbugs
Topic: input control for real numbers
Replies: 1
Views: 8092

input control for real numbers

What I miss from very early versions of Basic is a command:   INPUT variable USING "####.##" for real numbers.

Can a extended Windows control be made, sort of;
TEXT USING "####.##"
in fact is a template for real numbers, which are more common than integers input.
by Lifefree
Tue Jun 08, 2010 4:57 pm
Forum: General category
Topic: Matrix library
Replies: 1
Views: 4169

Matrix library

Is Fnxbasic fast eough to handle extensive matrix operations, like inverse, transpose, etc? or must be made a dll with another library?
Regards
by Lifefree
Wed Dec 23, 2009 6:18 pm
Forum: examples
Topic: Charity campaign
Replies: 0
Views: 4372

Charity campaign

Since there is not a miscelaneous category, I put this here, i think it is useful

One download one donation campaign at

http://loadandhelp.de/home-en.html

of softmaker office 2008 for linux and for windows

for

http://www.betterplace.org/companies/softmaker

Regards
by Lifefree
Sun Jun 14, 2009 4:12 pm
Forum: General category
Topic: What will be the differences with the new version?
Replies: 5
Views: 7902

What will be the differences with the new version?

The shorter bytecode, implies that the generated code would be smaller in size?
by Lifefree
Thu Nov 13, 2008 1:45 pm
Forum: General category
Topic: Is fnxBasic a tool to control applications?
Replies: 3
Views: 6599

Is fnxBasic a tool to control applications?

Can all the previous code be included in the new version as a SendKeys() built-in function? The work is already almost done.
Regards
by Lifefree
Sat Sep 27, 2008 5:52 pm
Forum: General category
Topic: Is FNX still alive?
Replies: 6
Views: 9390

Is FNX still alive?

The compiler is 5 times faster... and the generated .exe is either 5 times smaller or faster also?
Best Regards
by Lifefree
Fri Nov 09, 2007 10:20 pm
Forum: General category
Topic: Is fnxBasic a tool to control applications?
Replies: 3
Views: 6599

Is fnxBasic a tool to control applications?

I think it would be suitable to manage applications but it lacks a function like SendKeys to control another windows.
Could that function easily be included in the language? May be this is enough for this goal. Is the only one I miss.

cbrescia