Recent Forum Posts
From categories:
page 1123...next »
Re: Stubbing pages
PetrSchreiberPetrSchreiber 1220621220|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » Stubbing pages

Why so sad?
New ThinBasic on the way, coding TBGL, new Journal and new examples… that can keep one busy :D

I have now a bit problem in sorting out the way to document ThinBasic here, but to not just simply duplicate existing ThinBasic docs.
I am even thinking whether keyword-by-keyword wiki documentation makes sense for language who already has context senstivie help file functionality developed.

I like the ease of editing of this wiki, just must find the "format".

For brief, syntax'n'use kind of docs the help file serves well, for bigger topics we got Journal. I must think of something different from mentioned topics to give this wiki new spark. I would appreciate your ideas on this as well.

My personal priority now is to take TBGL + Journal for forthcoming ThinBasic to good level, then I will have hopefully more time on this wiki.

Petr

Re: Stubbing pages by PetrSchreiberPetrSchreiber, 1220621220|%e %b %Y, %H:%M %Z|agohover
Re: Stubbing pages
hartnellhartnell 1220617144|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » Stubbing pages

I will update the wiki probably at slower rate than I would wish, as I am busy … again.

Yeah, I hear that alot.

— hartnell

Re: Stubbing pages by hartnellhartnell, 1220617144|%e %b %Y, %H:%M %Z|agohover
Re: Stubbing pages
PetrSchreiberPetrSchreiber 1217230391|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » Stubbing pages

Thanks,

that clickable red thing is very handy!
I will update the wiki probably at slower rate than I would wish, as I am busy … again.

Petr

Re: Stubbing pages by PetrSchreiberPetrSchreiber, 1217230391|%e %b %Y, %H:%M %Z|agohover
Stubbing pages
hartnellhartnell 1217215505|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » Stubbing pages

You should begin stubbing pages. Just go to a red link in the Wiki Index, click on it and create the page. The doc template will automatically be used.

Then just type in a little bit about the function.

You should also write a bit about this wiki's mission on the about page. :)

— hartnell

Stubbing pages by hartnellhartnell, 1217215505|%e %b %Y, %H:%M %Z|agohover
Re: News Forum
PetrSchreiberPetrSchreiber 1210914969|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » News Forum

Ok,

I tweaked the look a bit, what do you think of title page now?
It is structured by years, with last month of current year in special tab.

Editation options of this wiki are fantastic.

Petr

Re: News Forum by PetrSchreiberPetrSchreiber, 1210914969|%e %b %Y, %H:%M %Z|agohover
Re: News Forum
PetrSchreiberPetrSchreiber 1210760446|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » News Forum

Hi,

I put news right here. I think it is quite easy to follow.
No problem so far, if you don't like this way I can organize it differentely of course.

Petr

Re: News Forum by PetrSchreiberPetrSchreiber, 1210760446|%e %b %Y, %H:%M %Z|agohover
Re: thinBasic forms
PetrSchreiberPetrSchreiber 1210760303|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » thinBasic forms

Hi Shawn,

I do not understand the question :'(

thinBASIC can create applications with forms, which contain buttons, comboboxes, listboxes, treeviews … using its UI module.
To handle web applications there is CGI module, currently powers test site http://cgi.thinbasic.com.

Could you specify your question more?

Thanks,
Petr

Re: thinBasic forms by PetrSchreiberPetrSchreiber, 1210760303|%e %b %Y, %H:%M %Z|agohover
Re: Save an Image
PetrSchreiberPetrSchreiber 1210760145|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » Save an Image

Hi Shawn,

for TBGL window you can use TBGL_SaveScreenshot.
For classic GUI scripts you can go win32 in thinBASIC, and do it like I and holomind did in this topic.

Thanks,
Petr

Re: Save an Image by PetrSchreiberPetrSchreiber, 1210760145|%e %b %Y, %H:%M %Z|agohover
Re: thinbasic opengl
PetrSchreiberPetrSchreiber 1210759830|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » thinbasic opengl

Hi Shawn,

I am sorry for the delay as I still live in busy time.

In thinBASIC you can go 2 routes ( even at the same time ):

  • Use TBGL only commands
  • Use TBGL just to create OpenGL window, and then use any native command of OpenGL up to v2.1 using headers thinBASIC_gl.inc, thinBASIC_glu.inc and thinBASIC_glext.inc ( like in C/… )

See thinBASIC/SampleScript/TBGL_UsingAPI.tBasic

The key is the possibility to mix TBGL and native GL, which allows you to work both high and lower level.

Didn't I reply to this question before ;)?

Petr

Re: thinbasic opengl by PetrSchreiberPetrSchreiber, 1210759830|%e %b %Y, %H:%M %Z|agohover
Save an Image
hartnellhartnell 1209815298|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » Save an Image

How could I save an image using thinBasic, say, for a screenshot or something similar?

— Shawn

Save an Image by hartnellhartnell, 1209815298|%e %b %Y, %H:%M %Z|agohover
thinbasic opengl
hartnellhartnell 1209815113|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » thinbasic opengl

Is tbgl the only way to use OpenGL in thinBasic?

— Shawn

thinbasic opengl by hartnellhartnell, 1209815113|%e %b %Y, %H:%M %Z|agohover
thinBasic forms
hartnellhartnell 1209815015|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » thinBasic forms

Does thinBasic have any kind of web / gui interface that can create forms?

— Shawn

thinBasic forms by hartnellhartnell, 1209815015|%e %b %Y, %H:%M %Z|agohover
News Forum
hartnellhartnell 1209814434|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » News Forum

Petr, is there a problem using the news forum to post news? How can I help organize the front page news?

— Shawn

News Forum by hartnellhartnell, 1209814434|%e %b %Y, %H:%M %Z|agohover
thinBASIC 1.6.0.4
PetrSchreiberPetrSchreiber 1207988928|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / thinBasic News » thinBASIC 1.6.0.4

Hi,

thinBASIC 1.6.0.4, now with corrected thinAIR, has been released.

It is important version, lot of tweaks and additions in DT, EXE, TBEM and TBGL modules, even core has now some new functionality, so do not hesitate and go download it.

Petr

thinBASIC 1.6.0.4 by PetrSchreiberPetrSchreiber, 1207988928|%e %b %Y, %H:%M %Z|agohover
Re: Working on This Wiki
hartnellhartnell 1207841509|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » Working on This Wiki

I've developed a new reactive strategy that should work for the entire network. :) It will appear like I'm in and out of here all the time.

PS. I have noticed that there is a demand for a thinBasic wiki.

— Shawn

Re: Working on This Wiki by hartnellhartnell, 1207841509|%e %b %Y, %H:%M %Z|agohover

Take your time,

I will keep an eye on it here meanwhile :)

Thanks,
Petr

Re: Working on This Wiki by PetrSchreiberPetrSchreiber, 1207583550|%e %b %Y, %H:%M %Z|agohover
Working on This Wiki
hartnellhartnell 1207571477|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » Working on This Wiki

I have to get started on some of the major wikis and get the entire wiki network running smoothly as a whole, so I'm going to be here on Tuesdays, and then check in at various points during the week. See you then.. busy busy busy.

— Shawn

Working on This Wiki by hartnellhartnell, 1207571477|%e %b %Y, %H:%M %Z|agohover
Re: tBGL
PetrSchreiberPetrSchreiber 1207118570|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » tBGL

Yes,

Id Software engine … engineer :)

Petr

Re: tBGL by PetrSchreiberPetrSchreiber, 1207118570|%e %b %Y, %H:%M %Z|agohover
Re: tBGL
hartnellhartnell 1206988260|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » tBGL

I'm not exactly for sure who John Carmack is, but you'd be surprised how many "famous" people join in well-run wiki projects. I have involved in several of my wiki projects over the years.

Hmmm… John Carmack? Doom? Id?

— Shawn

Re: tBGL by hartnellhartnell, 1206988260|%e %b %Y, %H:%M %Z|agohover
Re: tBGL
PetrSchreiberPetrSchreiber 1206693854|%e %b %Y, %H:%M %Z|agohover
in discussion thinBasic Wiki community / Coffee Table » tBGL

Hi,

if you plan to do OpenGL wiki, stick with the traditional syntax like gl…
This way the most users will benefit from it, across the languages ( thinBASIC including ).

TBGL specialities can be covered elsewhere, do not complicate your work with that yet :)

Thanks,
Petr

P.S. Any chance John Carmack would join that wiki :D?

Re: tBGL by PetrSchreiberPetrSchreiber, 1206693854|%e %b %Y, %H:%M %Z|agohover