Lionheart008
25-12-2008, 22:28
"open letter"
Thinbasic is a damned good software, isn't it? So you can say it to your friends :) I love it but sometimes I hate it... ;D because of lacking time to explore it or need help by thinbasic friends:) I am a graphic guy user or criminal detective author :)))
=> Dear friends of thinbasic, (sorry about my english faults and fakes !) -- :)
Lionheart: " I am a newbie (feeling like this on) but I am thinking a very lot of time about thinbasic forum and the engaged thinbasic forum users (developers and users) at all :)
let me introduce some simple questions...
A)
what is this thinbasic forum good for???
B)
what about a 'thinbasic' language like thinbasic good for???
I try to say it into my simple language (german) for...
my personal opinion for this thread is...
a) to learn a lot of other users here :) some are engaged other profits only by downloading stuff without comments (why???)
b) to know I am not alone ( must laugh loud) !
c) to have a dream I can realize with thinbasic :-D
d) to change a lot of knowledge about this complicated stuff around thinbasic/tbgl (my favourite!)
e) to know there a some people they have a lot of skills but don't know how to use it or to develop a GREAT EVOLUTION for thinbasic or other applications....
f) there are more to love that man loves maid ( I mean there are more things between heaven and earth) !!!!
=> g) perhaps there are some great ideas you can imagine you can realize with more thank one-man-power so you can choose some of the thinbasic users to realize it for a greater develpment than you can do as a single person!!!!!
h) I like this forum very much for this kind and good feedback :)
i) nevertheless: If I had a problem or a great idea, what people can help??? this way is a open truely (don't know the true word) way you can get a very promptly answer but you need more input for other suggestions and mentions about other people here... but they are most engaged to other projects or forums...
j) I have three, four ideas but don't know if I can realize it here because of "blaming" myself, I feeling like a newbie (not a programming guy!), but have several aknowleldge about different skills (scripts, helix programming, realsoft 3d, cinema 4d, modo 3d, lightwave, silo3d... and so on...) and need help but it's without sense if the thinbasic users have no advantage oft it ;)
k)... I have programmed a helix and nurbshelper script for another 3d app (realsoft!) ... but how to implement it for thinbasic???
l) I have several basicially questions about thinbasic and its future about this software!!!!
m) do you know dark basic??? you have to pay for it... it's not the wrong way ;)
n) you can pay a certain amount of money for thinbasic... it's ok... but what it's good for??? what it's the aim of thinbasic???
o) but you will see the software three, four, five years into the future and I would like to develop a 3d app like silo or modo and would like to have some engaged people here around to help or to push thinbasic, I love it, the users and the short interpolation about users and developers... I would like to push thinbasic as a "Leading programming language" for developers and users they have different ideas to realize it... you can understand me???????
p) nice weekend- have a merry christmas (christman and a lot of gifts ) too :)
q) I love tbgl and some day (that's for sure!) I have a new 3d software for creating new 3d models, painting objects and rendering stuff at all...
r) focus the power of thinbasic for a new development to make it more published and good public relations like the examples of robot duels and such things with concentrating the good ideas to handled by three, four guys here they can push thinbasic worldwide ! :) I can imagine that some people have some good ideas but need help and my life suggestions is to handle it with more people (at the board!) to get a very good results :-D ! So you can learn a lot of other users and be proud of it be a USER here ! ;)
s) wish you a nice weekend before the new year days - please give some constructive ideas around the thinbasic language :)))
t) ciao and servus, Lionheart (Franko Löwenherz)
u) ps: truely by heart"
v) have a nice and very good christmas party ! :-O
w) pps: i have learnt a lot of thinbasic the last five, four month and would like to push it with another guys and girls ! :-) "
x) end of my silly letter :)
y) pps: I wish to have more "simple" examples here about thinbasic and more tutorials...
Z) I am due to have to care some :) I promise you can get some from me !!! :)
mirror it to yourself ! :)
ppps: dear eros, dear robert:)
what's your dream for thinbasic???
added :)
Little drummer boy
Come, they told me
Pa ra pa pa pum
A new born King to see
Pa ra pa pa pum
Our finest gifts we bring
Pa ra pa pa pum
To lay before the King
Pa ra pa pa pum,
Ra pa pa pum,
Ra pa pa pum
So to honour Him
Pa ra pa pa pum
When we come.
2. Little baby
Pa ra pa pa pum
I am a poor boy too
Pa ra pa pa pum
I have no gift to bring
Pa ra pa pa pum
That's fit to give our King
Pa ra pa pa pum,
Ra pa pa pum,
Ra pa pa pum
Shall I play for you
Pa ra pa pa pum
On my drum.
Drummer boy
3. Mary nodded
Pa ra pa pa pum
The ox and lamb kept time
Pa ra pa pa pum
I played my drum for Him
Pa ra pa pa pum
I played my best for Him
Pa ra pa pa pum,
Ra pa pa pum,
Ra pa pa pum
Then He smiled at me
Pa ra pa pa pum
Me and my drum.
bonus:)
' Basic Template for custom dialog
' Start Date 12-25-2008
' Created by by
USES "UI", "OS"
' -- ID numbers of controls
Begin Const
%btnClose = 1000
End Const
' -- Create dialog here
FUNCTION TBMAIN()
LOCAL hDlg AS DWORD
DIALOG New 0, "merry christmas/christman>",-1,-1, 210, 140, _
%WS_POPUP Or %WS_VISIBLE Or _
%WS_CLIPCHILDREN Or %WS_CAPTION OR _
%WS_SYSMENU Or %WS_MINIMIZEBOX, 0 To hDlg
' -- Place controls here
CONTROL ADD BUTTON, hDlg, %btnClose, "Click to close but why?", 95, 100, 100, 34, CALL btnCloseProc
DIALOG SHOW MODAL hDlg, CALL dlgProc
END FUNCTION
' -- Callback for dialog
CALLBACK FUNCTION dlgProc()
' -- Test for messages
SELECT CASE CBMSG
CASE %WM_INITDIALOG
' -- Put code to be executed after dialog creation here
CASE %WM_COMMAND
' -- You can handle controls here
'SELECT CASE CBCTL
'
' CASE ...
' IF CBCTLMSG = ... THEN
'
' END IF
'
'END SELECT
CASE %WM_CLOSE
' -- Put code to be executed before dialog end here
END SELECT
END FUNCTION
' -- Callback for close button
CALLBACK FUNCTION btnCloseProc()
IF CBMSG = %WM_COMMAND THEN
IF CBCTLMSG = %BN_CLICKED THEN
Uses "OS"
msgbox 0, "This script will show all running process. Why??? Ok., it can takes some seconds before giving results ..."
msgbox 0, OS_ProcessGetList("; ")
msgbox 0, "Is your fantastic Thinbasic.exe running? " & OS_ProcessIsRunning("Thinbasic.exe")
msgbox 0, "Is unknown SuperThinbasic.exe running? " & OS_ProcessIsRunning("SuperThinbasic.exe")
msgbox 0, "Is superb ThinAir.exe running? " & OS_ProcessIsRunning("ThinAir.exe")
msgbox 0, "Going to bed now without Microsoft and with a glass of wine! " & OS_ProcessIsRunning("WindowXP.exe")
' -- Closes the dialog
DIALOG END CBHNDL
END IF
END IF
END FUNCTION
Thinbasic is a damned good software, isn't it? So you can say it to your friends :) I love it but sometimes I hate it... ;D because of lacking time to explore it or need help by thinbasic friends:) I am a graphic guy user or criminal detective author :)))
=> Dear friends of thinbasic, (sorry about my english faults and fakes !) -- :)
Lionheart: " I am a newbie (feeling like this on) but I am thinking a very lot of time about thinbasic forum and the engaged thinbasic forum users (developers and users) at all :)
let me introduce some simple questions...
A)
what is this thinbasic forum good for???
B)
what about a 'thinbasic' language like thinbasic good for???
I try to say it into my simple language (german) for...
my personal opinion for this thread is...
a) to learn a lot of other users here :) some are engaged other profits only by downloading stuff without comments (why???)
b) to know I am not alone ( must laugh loud) !
c) to have a dream I can realize with thinbasic :-D
d) to change a lot of knowledge about this complicated stuff around thinbasic/tbgl (my favourite!)
e) to know there a some people they have a lot of skills but don't know how to use it or to develop a GREAT EVOLUTION for thinbasic or other applications....
f) there are more to love that man loves maid ( I mean there are more things between heaven and earth) !!!!
=> g) perhaps there are some great ideas you can imagine you can realize with more thank one-man-power so you can choose some of the thinbasic users to realize it for a greater develpment than you can do as a single person!!!!!
h) I like this forum very much for this kind and good feedback :)
i) nevertheless: If I had a problem or a great idea, what people can help??? this way is a open truely (don't know the true word) way you can get a very promptly answer but you need more input for other suggestions and mentions about other people here... but they are most engaged to other projects or forums...
j) I have three, four ideas but don't know if I can realize it here because of "blaming" myself, I feeling like a newbie (not a programming guy!), but have several aknowleldge about different skills (scripts, helix programming, realsoft 3d, cinema 4d, modo 3d, lightwave, silo3d... and so on...) and need help but it's without sense if the thinbasic users have no advantage oft it ;)
k)... I have programmed a helix and nurbshelper script for another 3d app (realsoft!) ... but how to implement it for thinbasic???
l) I have several basicially questions about thinbasic and its future about this software!!!!
m) do you know dark basic??? you have to pay for it... it's not the wrong way ;)
n) you can pay a certain amount of money for thinbasic... it's ok... but what it's good for??? what it's the aim of thinbasic???
o) but you will see the software three, four, five years into the future and I would like to develop a 3d app like silo or modo and would like to have some engaged people here around to help or to push thinbasic, I love it, the users and the short interpolation about users and developers... I would like to push thinbasic as a "Leading programming language" for developers and users they have different ideas to realize it... you can understand me???????
p) nice weekend- have a merry christmas (christman and a lot of gifts ) too :)
q) I love tbgl and some day (that's for sure!) I have a new 3d software for creating new 3d models, painting objects and rendering stuff at all...
r) focus the power of thinbasic for a new development to make it more published and good public relations like the examples of robot duels and such things with concentrating the good ideas to handled by three, four guys here they can push thinbasic worldwide ! :) I can imagine that some people have some good ideas but need help and my life suggestions is to handle it with more people (at the board!) to get a very good results :-D ! So you can learn a lot of other users and be proud of it be a USER here ! ;)
s) wish you a nice weekend before the new year days - please give some constructive ideas around the thinbasic language :)))
t) ciao and servus, Lionheart (Franko Löwenherz)
u) ps: truely by heart"
v) have a nice and very good christmas party ! :-O
w) pps: i have learnt a lot of thinbasic the last five, four month and would like to push it with another guys and girls ! :-) "
x) end of my silly letter :)
y) pps: I wish to have more "simple" examples here about thinbasic and more tutorials...
Z) I am due to have to care some :) I promise you can get some from me !!! :)
mirror it to yourself ! :)
ppps: dear eros, dear robert:)
what's your dream for thinbasic???
added :)
Little drummer boy
Come, they told me
Pa ra pa pa pum
A new born King to see
Pa ra pa pa pum
Our finest gifts we bring
Pa ra pa pa pum
To lay before the King
Pa ra pa pa pum,
Ra pa pa pum,
Ra pa pa pum
So to honour Him
Pa ra pa pa pum
When we come.
2. Little baby
Pa ra pa pa pum
I am a poor boy too
Pa ra pa pa pum
I have no gift to bring
Pa ra pa pa pum
That's fit to give our King
Pa ra pa pa pum,
Ra pa pa pum,
Ra pa pa pum
Shall I play for you
Pa ra pa pa pum
On my drum.
Drummer boy
3. Mary nodded
Pa ra pa pa pum
The ox and lamb kept time
Pa ra pa pa pum
I played my drum for Him
Pa ra pa pa pum
I played my best for Him
Pa ra pa pa pum,
Ra pa pa pum,
Ra pa pa pum
Then He smiled at me
Pa ra pa pa pum
Me and my drum.
bonus:)
' Basic Template for custom dialog
' Start Date 12-25-2008
' Created by by
USES "UI", "OS"
' -- ID numbers of controls
Begin Const
%btnClose = 1000
End Const
' -- Create dialog here
FUNCTION TBMAIN()
LOCAL hDlg AS DWORD
DIALOG New 0, "merry christmas/christman>",-1,-1, 210, 140, _
%WS_POPUP Or %WS_VISIBLE Or _
%WS_CLIPCHILDREN Or %WS_CAPTION OR _
%WS_SYSMENU Or %WS_MINIMIZEBOX, 0 To hDlg
' -- Place controls here
CONTROL ADD BUTTON, hDlg, %btnClose, "Click to close but why?", 95, 100, 100, 34, CALL btnCloseProc
DIALOG SHOW MODAL hDlg, CALL dlgProc
END FUNCTION
' -- Callback for dialog
CALLBACK FUNCTION dlgProc()
' -- Test for messages
SELECT CASE CBMSG
CASE %WM_INITDIALOG
' -- Put code to be executed after dialog creation here
CASE %WM_COMMAND
' -- You can handle controls here
'SELECT CASE CBCTL
'
' CASE ...
' IF CBCTLMSG = ... THEN
'
' END IF
'
'END SELECT
CASE %WM_CLOSE
' -- Put code to be executed before dialog end here
END SELECT
END FUNCTION
' -- Callback for close button
CALLBACK FUNCTION btnCloseProc()
IF CBMSG = %WM_COMMAND THEN
IF CBCTLMSG = %BN_CLICKED THEN
Uses "OS"
msgbox 0, "This script will show all running process. Why??? Ok., it can takes some seconds before giving results ..."
msgbox 0, OS_ProcessGetList("; ")
msgbox 0, "Is your fantastic Thinbasic.exe running? " & OS_ProcessIsRunning("Thinbasic.exe")
msgbox 0, "Is unknown SuperThinbasic.exe running? " & OS_ProcessIsRunning("SuperThinbasic.exe")
msgbox 0, "Is superb ThinAir.exe running? " & OS_ProcessIsRunning("ThinAir.exe")
msgbox 0, "Going to bed now without Microsoft and with a glass of wine! " & OS_ProcessIsRunning("WindowXP.exe")
' -- Closes the dialog
DIALOG END CBHNDL
END IF
END IF
END FUNCTION