|
Post by matthew on Mar 13, 2009 6:34:57 GMT -5
yes probably & it would be quite simple to write one yes, i've already written it for you, it's the plugin which opens a website look at the example smc wrote, it basically modifies the registry to change the desktop wallpaper send & receive some data over the line & see how long it took you could probably store the message then check to see if your friend has returned online & send the message probably not but i don't really know after you've made the plugin just place the dll in your basic4gl directory & start basic4gl as i've already said, take a look at the md2 format take a look at sdl mixer as i do believe it's got support for audio conversion
|
|
zack8686
Posts a bit
gl-Home in wikispace
Posts: 207
|
Post by zack8686 on Mar 14, 2009 7:33:41 GMT -5
Sorrry for so many questions . And I'm so grateful for your patience in answering all my questions .
Questions: -(from previous) Can you please post an example to make plugin to open other executables (non-Basic4gl programs) ? -(from previous) How to open .md2 format ? -(from previous) How to open .txt file (e.g: to see Readme's contents, in NotePad or WordPad ) ? - Do you know how to build .chm file ? Can it be done using Basic4gl ? If yes , how ? -What do .bin and .svn means ? -Can Basic4gl's window title add graphics/icon ? If yes , how ? -How to get date , month , year ? -(CodeBlocks) What do .h file store ?
-Thanks-
|
|
|
Post by matthew on Mar 14, 2009 8:21:11 GMT -5
yeah, i'll try & post an example of opening notepad.exe look in your Basic4GL Programs folder for MD2viewer.gb & LitMD2viewer.gb it shouldn't be that difficult but i'll look into it i know how to create html help files which are the same sort of thing, if i recall correctly there was a microsoft download which let you create .chm files, once again i'll look into it bin usually means binary as in executable & svn usually means subversiontake a look at the toolbox plugin heretake a look at the time plugins here & herelook here
|
|
zack8686
Posts a bit
gl-Home in wikispace
Posts: 207
|
Post by zack8686 on Mar 14, 2009 8:39:00 GMT -5
Thanks .
Questions: -(from previous) I can't find command to add graphics/icon into the Basic4gl's window title . Could you please tell me where is it ? -(from previous) In those thread , I can't find any command that show date , month ,and year . Just only time . Or can you please post a simple example on getting time + date, month , year using C::B ? -If I have a 3D model(e.g : Model.obj) , how to code for each motion of my model ?
Thanks for your answers .
|
|
|
Post by matthew on Mar 14, 2009 9:14:52 GMT -5
some people had asked for the ability to change a windows icon in the toolbox plugin thread but it doesn't look as if djlinux has got around to implementing that feature yet
i'll try
i don' t know the answer to that question, maybe someone else will be able to answer it for you
|
|
zack8686
Posts a bit
gl-Home in wikispace
Posts: 207
|
Post by zack8686 on Mar 15, 2009 1:30:41 GMT -5
Ok .
Questions: -Do Basic4gl has the command of bulb light , flashlight ? If yes , can you please post a simple example ?
-Thanks-
|
|
|
Post by matthew on Mar 15, 2009 2:52:27 GMT -5
If you mean, is it possible to create a light source such as a flashlight then yes it is. However, currently I don't have any examples on hand of what you want, sorry.
|
|
zack8686
Posts a bit
gl-Home in wikispace
Posts: 207
|
Post by zack8686 on Mar 15, 2009 6:00:54 GMT -5
Ok .
Questions: -How to get pc's resolution ? -How to stream online radio in Basic4gl program ?
-Thanks-
|
|
|
Post by Nicky Peter Hollyoake on Mar 15, 2009 10:16:45 GMT -5
Ok . Questions: -How to get pc's resolution ? -How to stream online radio in Basic4gl program ? -Thanks- Question, question, question Does these answers help you? You learned? Questionnnnnnnnnnnnnnnnnnnnnnnn Really you learned anything from them? Ok! - Nicky
|
|
|
Post by smc44 on Mar 15, 2009 12:49:30 GMT -5
wow nicky, all i can say is lol!!! :?
|
|
|
Post by Darkjester on Mar 15, 2009 15:13:29 GMT -5
Regarding your lighting, its called a point light... Trip to google oght to sort that out -darkjester
|
|
zack8686
Posts a bit
gl-Home in wikispace
Posts: 207
|
Post by zack8686 on Mar 15, 2009 21:19:48 GMT -5
Yeah , that's all are embedded into my recent mini-projects . I'll upload them in my wikispaces later on , because still working on them .
|
|
|
Post by matthew on Mar 15, 2009 22:22:49 GMT -5
i think the toolbox plugin may have a command for getting the window size but i'm not sure you'd have to create a plugin for this & i don't think it would be a simple task to do
|
|
|
Post by Nicky Peter Hollyoake on Mar 19, 2009 8:46:06 GMT -5
Sorry was in a sarastic mood. Have you checked OpenCV its a library for C++ makes it easier for you to load videos, play, get the frames, etc. Only supports so many video formats but its better then nothing (and shouldn't be to hard to put it in a plugin!).
- Nicky
|
|
zack8686
Posts a bit
gl-Home in wikispace
Posts: 207
|
Post by zack8686 on Mar 19, 2009 22:03:56 GMT -5
Where can I find OpenCV ? Where can I find all those functions like "ShellExecute.." ?
|
|