Search found 115 matches

by Drago
Jun 26, 2019 10:05
Forum: Community Discussion
Topic: any free BASIC for web/ios/android
Replies: 15
Views: 16769

Re: any free BASIC for web/ios/android

B4X is really amazing I would say.

I'll use it since a year (or two?) now, and I would say I'm impressed..


And Erel...hi at FreeBasic Forum....
nice to see you found the other way round than I :)

Greetings
Rainer

RWK
by Drago
Jul 04, 2017 8:35
Forum: Beginners
Topic: EVAL
Replies: 37
Views: 7142

Re: EVAL

D.J.Peters wrote:impossible for human ;-)
MayBe....MayBeNot

;)
by Drago
Apr 25, 2017 14:49
Forum: General
Topic: 3 door quiz problem sim
Replies: 3
Views: 881

Re: 3 door quiz problem sim

With fixed choosed door and random choice in second stage :) dim as double door(4) dim as integer cadillac dim as integer choice, choice2 dim as integer reveal, switch dim as integer score1, score2, score3 dim as integer runtime for runtime = 0 to 3 randomize timer score1 = 0 score2 = 0 score3 = 0 f...
by Drago
Feb 27, 2017 16:28
Forum: General
Topic: Data input screen examples
Replies: 24
Views: 4586

Re: Data input screen examples

Gablea, what we want is Joshys FLTK bindings being used with Pauls FireFly Visual Designer.... that would be awesom... Create the frame...... bind the buttons, frames, lists, textboxes to whatever border we want..... bottom, right, all, scale....whatever. then do the coding for the single events we ...
by Drago
Feb 07, 2017 15:21
Forum: General
Topic: General array using abstract or polymorphism
Replies: 8
Views: 1487

Re: General array using abstract or polymorphism

Would be cool if it could be done without having to use the pointer syntax. Regular dot notation would "look better" but as long as it works as a pointer then I can certainly live with that. That's also my opinion..coudn't we get rid of this <ugly>....sorry for that..... -> Is there any c...
by Drago
Feb 07, 2017 14:52
Forum: General
Topic: FireFly - Advice
Replies: 3
Views: 1022

Re: FireFly - Advice

Hi Gablea,

you can use the FF_WinMain function (found in FireFly Workspace/Explorer) to do things before the Main Form is shown.

The WindowsDecorations can be found in the Properties of the form. Click in (WindowStyles) and then the Button [...]


Greetings
Rainer
by Drago
Nov 16, 2016 22:05
Forum: Community Discussion
Topic: [offtopic]How can you be proud in future of your country with clinton or trump ?
Replies: 28
Views: 6543

Re: How can you be proud in future of your country with clinton or trump ?

In all important science fiction stories are one world government and no currency. I can't believe it not in 100, 200 and 300 years. What a fiction. Joshy That will be the truth, but as stated some month ago, it will no be the USA, nor Germany or other countrys..... The new Council will be build up...
by Drago
Aug 13, 2016 19:45
Forum: Beginners
Topic: Solved: mysql_fetch_row(MySQLOut)
Replies: 12
Views: 1819

Re: mysql_fetch_row(MySQLOut)

Looking at your Create Statement, gia and ultcar are not row[4] row[5] if you fetch full row from sql Server
should be 6 and 7

Greetings
Rainer
by Drago
May 23, 2016 12:15
Forum: Windows
Topic: INSIDE ACTIVEX WITH FREEBASIC
Replies: 118
Views: 42628

Re: INSIDE ACTIVEX WITH FREEBASIC

Dear Aloberoger,

i am also very interested in your work.

Code: Select all

Dim CnT As New ADODB.Connection
Dim RsT As New ADODB.Recordset
I'm still searching for example to use the MS ADO DB under FB as I'm used to to with Excel VBA

Greetings
Drago
by Drago
Mar 25, 2016 17:14
Forum: Archive
Topic: FLTK 1.3.x C Wrapper (obsolete)
Replies: 753
Views: 149070

Re: FLTK 1.3.3 C Wrapper Windows/Linux 32/64-bit.

Hi Joshy,

all Stuff is working as expected..... 32 Bit and 64 Bit...Windows here.

I can't test your cross Compile .bat, cause I'm missing the gcc in the 32 Bit Stw Release.

Greetings
Rainer
by Drago
Jan 15, 2016 19:20
Forum: Community Discussion
Topic: [offtopic]Some cheap and tiny ARM devices.
Replies: 69
Views: 25085

Re: 5$ Raspberry PI Zero

RasPi zero wrote: pi@PiZ01:~ $ fbc --version
FreeBASIC Compiler - Version 1.05.0 (12-19-2015), built for linux-arm (32bit)
Copyright (C) 2004-2015 The FreeBASIC development team.
pi@PiZ01:~ $
:-)

Next I have to get those wlan modules....and then the wiring :)

Greetings
Drago
by Drago
Dec 23, 2015 12:22
Forum: Beginners
Topic: FF_DoEvents [SOLVED]
Replies: 3
Views: 1489

Re: FF_DoEvents

No problem here on FireFly37 - FBC 1.05 32bit and 64bit 'Module1.inc Sub warten Dim y as Long For x as Integer = 1 To 50000 y = y+2 FF_TextBox_SetText( HWND_FORM1_TXTGO, Str(y) ) FF_DoEvents Next x End Sub FF_DoEvents just expands to: Sub FF_DoEvents() Dim uMsg as Msg Do While PeekMessage(VarPtr(uMs...
by Drago
Dec 22, 2015 12:33
Forum: Community Discussion
Topic: [offtopic]Some cheap and tiny ARM devices.
Replies: 69
Views: 25085

Re: 5$ Raspberry PI Zero

... I orderd 3 pi zero at reichelt. Looking forward to get them in December ... Do you got the parts from Reichelt ? Pollin does not ship it 2015 may be early 2016 Joshy No :( Auftrag vom : 26.11.2015 Artikel Menge Offen vorausstl. Termin ------------------------------------------------------------...
by Drago
Dec 16, 2015 15:17
Forum: Windows
Topic: Colorpicker does not work
Replies: 6
Views: 2880

Re: Colorpicker does not work

With 1.05 32-Bit it is OK with:

Code: Select all

    if (ChooseColor(cc) = 1) Then
Grüße
Rainer
by Drago
Dec 11, 2015 11:47
Forum: Sources, Examples, Tips and Tricks
Topic: IceBoarding@freebasic
Replies: 24
Views: 6781

Re: IceBoarding@freebasic

Hmmm, well.... it is working :) if taskbarIsHorizontal then screenRes desktopW, _ (desktopH - 2*(taskBarHeight + 1)), _ 32, _ 1, _ fb.GFX_SHAPED_WINDOW + _ fb.GFX_ALWAYS_ON_TOP '*TODO? add a splashcreen to avoid the flashing effect at start line (0, 0)-(desktopW - 1, desktopH - 1), _ rgba(255,0,255,...