Search found 87 matches

by Angel
Fri Jan 20, 2012 11:56 am
Forum: examples
Topic: Color management
Replies: 0
Views: 5622

Color management

Only a simple color utility.
by Angel
Sun Dec 25, 2011 10:58 am
Forum: discbugs
Topic: MenuItem.Bitmap does not work
Replies: 1
Views: 7606

MenuItem.Bitmap does not work

Now in the updating December fnxbasic2011, MenuItem.Bitmap, properties and methods does not work.  Error 8 line..` 426OADFromfile`not declared/unknown.`Code`Resource Bmp_Res as "save.bmp"object forma as form  width=640  height=480  center  object mnuPrincipal as mainmenu    Object itmArchi...
by Angel
Fri Dec 23, 2011 6:09 pm
Forum: examples
Topic: Inc(a,n) always increases 1
Replies: 0
Views: 7234

Inc(a,n) always increases 1

Inc(a,n) does not work. Inc(a,n) =Inc(a)The subroutine produces this result: 11,12,13, etc. Not 12,14,16...Object frmForm As Form  Caption="Form1"  Height=480  Width=640  Center  `Otros objetos  Object btnButton As Button    Tag=0    Caption="Button1"    Hint="Button1" ...
by Angel
Sun Dec 18, 2011 7:49 am
Forum: examples
Topic: controls position calculator
Replies: 0
Views: 5412

controls position calculator

A small utility
by Angel
Wed Nov 23, 2011 5:55 pm
Forum: General category
Topic: I cannot create arrays of controls
Replies: 6
Views: 13853

I cannot create arrays of controls

Thanks for your information.
by Angel
Tue Nov 22, 2011 7:03 pm
Forum: General category
Topic: I cannot create arrays of controls
Replies: 6
Views: 13853

I cannot create arrays of controls

with the package FnxBasic2011, Dim myrichedits(10) as Richedit or Dim myButtons(3) as Button, etc. causes a severe error.
by Angel
Sun Nov 20, 2011 11:04 am
Forum: General category
Topic: I am new to FnxBasic programming
Replies: 0
Views: 5101

I am new to FnxBasic programming

Hello.
I know better VB and RapidQ
I have a question: "const fnx_clButtonFace = -2147483633 (system button color) cause memory access violation. I do not understand why this constant cause error.