Search found 94 matches

by vladimir777
Feb 27, 2014 3:18
Forum: Archive
Topic: FLTK 1.3.x C Wrapper (obsolete)
Replies: 753
Views: 149051

Re: FLTK C Wrapper (Fast Light Toolkit v 1.3.2)

DJ,
How do you make a widget current?

Fl_WidgetMakeCurrent

and then draw over it?

THX
by vladimir777
Mar 22, 2013 21:03
Forum: Libraries & Headers
Topic: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available
Replies: 122
Views: 39897

Re: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available

KEYDATA.txt edit.bas edit2.bas edit3.bas CODE COMPLETION USING MULTILINE box to test type this: STR and then press ` (key left from number 1) and see statusbar then continue tu type like STRCPY and press blank It will finish that line Also try to type DIM a As and press blank KEYDATA.txt memchr (byv...
by vladimir777
Jan 25, 2013 1:35
Forum: Libraries & Headers
Topic: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available
Replies: 122
Views: 39897

Re: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available

Playing with this example: http://www.tecgraf.puc-rio.br/cd/en/screenshots_src_c.html cdCanvasGetSize(cdcanvas, &w, &h, NULL, NULL) doesnot work ' http://www.tecgraf.puc-rio.br/cd/en/screenshots_src_c.html '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' #incl...
by vladimir777
Jan 22, 2013 21:34
Forum: Libraries & Headers
Topic: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available
Replies: 122
Views: 39897

Re: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available

what's wrong here #include once "inc/iup.bi" #include once "inc/cdiup.bi" dim shared as IHandle ptr bt1, bt2, bt3, bt4, cbox, label1, kanvas1 dim shared as cdCanvas ptr cdcanvas = NULL sub _init_ constructor IupOpen(0,0) end sub sub _exit_ destructor IupClose() end sub ''''''''''...
by vladimir777
Jan 15, 2013 23:32
Forum: Libraries & Headers
Topic: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available
Replies: 122
Views: 39897

Re: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available

It is ok now.

I run all demo programs, and found just one problem with PPlot_demo

If I uncheck X - autoscale, and try to scale by mouse program crashes (windowsXP)
Y axis works fine ...

I guess it must be linked dinamically?
==============================
Anyway, I like it VERY much!
by vladimir777
Jan 14, 2013 0:05
Forum: Libraries & Headers
Topic: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available
Replies: 122
Views: 39897

Re: IUP 3.5 Windows / Linux (BSD too) GUI Headers Available

works great! Good job, Joshi! ========================= 1. downloaded fbIUPWindows.zip 2. buildall.bat compiled all samples properly ================================================ but when I try some ploting samples got error msg: File not found, "inc/iup_draw.bi" in '#include once "...
by vladimir777
Nov 18, 2012 18:05
Forum: Sources, Examples, Tips and Tricks
Topic: LATITUDE LONGITUDE and UTM projections CONVERTING
Replies: 0
Views: 3406

LATITUDE LONGITUDE and UTM projections CONVERTING

I converted it from EXCEL that I found on The Net. It is tested (in VB6), but dirty code CONVERT UTM to LATLON -> UTM and LATLON to UTM -> KALK Private Function UTM(LAT As Double, LON As Double) As String ' LATLON to UTM 'convert latitude, longitude into UTM projection 'return is UTM = zone & &q...
by vladimir777
Nov 02, 2011 1:56
Forum: Community Discussion
Topic: FB downloads on Source Forge 65000 in may 2011
Replies: 17
Views: 2913

I advocate using FB! and I am half/half VB6/C++

but sometime I explore other languages like one you mention, then D, and VALA

and by the way I already did some work in FB/GTK - simple bookeping stuff
by vladimir777
Oct 30, 2011 23:09
Forum: Community Discussion
Topic: FB downloads on Source Forge 65000 in may 2011
Replies: 17
Views: 2913

my estimate 7142

http://www.lazarussupport.com/lazarus/weblog/lazarus-usage-statistics LAZARUS 25000 users estimate then LAZARUS: 473 Recommendations 10252 Downloads (This Week) FB: 112 Recommendations 3734 Downloads (This Week) 473/112= 4.22 10252/3734= 2.7 then (4.22+2.7) = 3.5 25000/3.5 = 7142 ===================...
by vladimir777
Oct 29, 2011 19:22
Forum: Community Discussion
Topic: Commercial Offshot permission
Replies: 24
Views: 4654

Thatware was original as FB. Then PHP-Nuke was originally a fork of the Thatware released as GPL. And then they start charging license fee. but: purchaser of the software has the right to freely distribute the source code of the product. http://en.wikipedia.org/wiki/PHP-Nuke PHP-Nuke is a web-based ...
by vladimir777
Oct 29, 2011 3:54
Forum: Community Discussion
Topic: Commercial Offshot permission
Replies: 24
Views: 4654

99.9999999999999999999999999999999999999% of Royal Basic programs wouldn't run on FreeBasic. ======================= If this is true then go DO IT! I am giving you permission. Just insert a line in every file: Permited by Vladimir777 If you dont do it then prepare to talk to my lawyer! =============...
by vladimir777
Oct 27, 2011 15:51
Forum: Libraries & Headers
Topic: Updated GTK headers (GTK-2 and GTK-3)
Replies: 41
Views: 18133

http://www.moreplovac.com/demo.zip

Here are some nice GTK examples in C I fount on The Net.
I wanted to translate them in FB but right now I have no time