Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Hemlos

#21
When i minimize a server(or even a client) for a few minutes(around 10-15minutes), the rendering in the window ceases.
It also stops rendering the title bar of the window...although the X at the top right corner works...but you cant see it(i just guessed where it is and clicked)

#22
NOAA GOES - West Hemisphere Satelite Weather Recorder and Time Lapse.

I couldnt hold this back anymore....it works good and its time to share a beta version.

The complete project is attached to this message.
This is a test, yet a fully functioning program.

Downloads the latest imagery, and plays it back in a time lapse.
You need to let it run for a few days to get a good lapse.

Edit:
I uploaded the previous 4 days, dating from the last upload time here, as it is not a cloud database, it is local aquisition.

More information can be found in the project.
Compile in GLBasic.


Version 140910:
#23
Heyas

Im having an issue with loading images, and my ram being wiped out.
Is there something about LOADSPRITE that im not aware of?

i have 8 gigs of ram installed.
The os uses 2 gig, the program uses about 4 gig, and the gpu is using 2 gig of onboard ram.

When i load about 38 images of around 1mb~2mb each, jpg format, my program ends.
This group of images total about 45 mb.
The windows7 os complaining about resources being depleted, and the program is forced to shutdown.
I was watching my task manager, and i noticed well over 4 gig of ram is being used up by the program, very odd.
The ram was disappearing slowly as the program loads each of the images....it takes about a minute to get to #38 image.

Thats about 1 gig of ram being used for roughly 8 images.




#24
Just a reference chart, ive been playing around making ancient technology menus =D
#25
Merry christmas, and a happy new year!

Happy Holidays to all!

-Neil
#26
Dearest GLB-Gang,

APE - A 3d particle engine for GLBasic can be found in 3d snippets section of this forum. http://www.glbasic.com/forum/index.php?topic=8790.0
The download for the lib is in the first message of the thread.
Happy thanksgiving, happy holidays!

-Neil
#27
This library was created by Björn Rosenthal AKA Moru, in 2008 for GLBasic.
Have fun making midi music!
ps. midi structure is a bit cryptic, you should probably learn about midi format before attempting to make software with this lib.


edit: March 30, 2021
IDE Version 15.238, Windows 7
#28
I am not able to output DLL in version 11, can anyone confirm this?

#29
Heh and who thought he knew about data sorting?

#30
Off Topic / Goodbye! Yahoo!
2012-Dec-19
Yahoo! said,  "Get! Lost!"

Sad really, i have had an account with them forever, and i was one to "swear by them!".

They have litterally no support for windows xp browsers..ive tried all these; firefox, chrome, ie, safari, only to find the email composer broken, and homepage totally ugly and broken on all of them.

Hello! GMail!
#31
Bug Reports / TK lib
2012-Dec-16
http://www.glbasic.com/forum/index.php?action=dlattach;topic=8806.0;attach=5566
// --------------------------------- //
// Project: TK
// Start: Sunday, December 16, 2012
// IDE Version: 11.261
// --------------------------------- //
//
// Gernot, seriously speaking, I Don't want to ruin your day.
// If you ignore this thread, that won't bother me a bit.
// This report is rather extensive, and can be used by other people, as a "known issues list."
// I didn't check all the commands, as a matter of fact, i didn't get chance to use most of them.
//
// - Hope you have a great holiday season!
// - Neil
//
// =========================================================================================================================== //
//
// Bug report - TK Project @ GLBasic\Samples\_Projects_\TclTk
//
//
// Bugs found -
//
//    1. KEY() - always returns 0. afterthought: makes me wonder if other controllers are working too, I didnt test joystick.
//
//    2. ALLOWESCAPE TRUE - Doesn't work either way..keys aren't recognized.
//
//    3. Dialog window section isn't part of the IDE options window size. The dialog and the opengl view are culmulative in size.
//
//    4. AUTOPAUSE FALSE - Command must be FALSE, otherwise window locks, program freezes.
//
//    5. tk_ComboBox() command
//
//      a. This typo is in the help dialog of the TclTk.gbas file -
//         // \param text$ - items, seperated by "|" character
//
//      b. You must use a space, not a bar | to separate elements in this combo box.
//         - It could be a bit handier to use | instead of the space, so some writting can be an option.
//         - eg. "All images|*.bmp|*.png"
//
//      c. "0", Zero is always returned to this caller: tk_GetVal$(combo%)
//
//    6. tk_ListBox() command
//
//      a. elements do not 'deselect' if you click on the words instead of whitespace.
//
//      b. list resets if you use a tk_ComboBox(), Is this expected, maybe?
//
//    7. SYSTEMPOINTER - true or false, the mouse is always system style.
//
//    8. MOUSEAXIS() - x and y returns unexpected integers, buttons not sensed.
//
//  9. MOUSESTATE - returns all zeros
//
//
//  As an alternative to putting buttons in the main window, and to make most of the stuff work(excluding combobox), take these steps(unfortunetly it makes a second window instead) -
//  1. comment these out -
//    // ogl% = tk_OpenGL(1280,720);
//    // tk_GL_Swap(ogl) // SHOWSCREEN
//  2. Add SHOWSCREEN in place of gl swap.
//
//
// Questions - hope its not too many {innocent whistle}
//
//    1. How do i find these optional attribute values?  \param style$ - optional Tk style attributes
//
//    2. do we need to include the whole library found in the .app directory?
//
//    3. Are both drivers needed in the app directory at all times, or just one or the other in certain situations?
//
//    4. Is this driver/library set part of a future release integrated into GLBasic command sets?
//
//    5. Is there a way to left justify instead of center the elements in the dialog?
//
//    6. Is there a way to start radio buttons with a default selected dot?
//
//    7. Is there an optional way to stack the radio buttons instead of spanning to the right?
//
//    8. Is there a slider?
//
// Feedback -
//
//    I was just playing around with this TK project for grins.
//    toying the idea of using windows buttons in future GLBasic tools.
//    Please, dont rush to fix this on my behalf, i dont need these, at all.
//
//    I do like how this library works, its great.
//    I see no framerate loss at all!
//  The project seems overwhelming at first.
//    However daunting it may seem, the reality is you dont need to learn much about it to use it effectively.
//    After about an hour i found it VERY easy to use.
//    Making a row of buttons; across the top, or down the side, or any side, is very easy to do.
//






[attachment deleted by admin]
#32
APE A particle engine, a 3d particle system lib for GLBasic.

This lib was last updated in january 2013.
This lib is released 11/26/2013.
Happy Thanksgiving, happy holidays!

-Neil





[attachment deleted by admin]
#33
Bug Reports / GETFILESIZE
2012-Dec-08
GETFILESIZE doesnt work when it is called after a file has been opened for reading.

Quote from: MrTAToad on 2012-Dec-10
It should be noted that DEBUG wont display a value properly
#34

helpfile typo in UCASE and LCASE

PRINT LCASE$("123 - MAXImax"
style="color:white;">), 0, 40
#35
This program allows you to analyze .ddd objects.

Everything seems to be working fine, let me know if theres any problems.

File is attached to this message:
#36
Was looking for this...had to dig around in the threads...no longer.

OpenGL

OpenGLES
#37
Hi gang, I have a website that im putting together to host my libs and programs.
The links page is looking a bit barren, and needs some additions.
If you would like me to link your site, please leave a message here with any details.
My site will not be active for a while, but i will respond here with my sites details when it is ready for public.
#38
I am giving out a few planetside beta keys.

First come first serve, leave msg or send pm.

#39
   :offtopic:

:happy:

I am taking a course at edx.org, the intro to computer science from MIT 6.00x.
This is just a bit of feedback from what ive gotten so far from the first 6 weeks:
Just one word, wow.

Enough ranting, i wanted to get a discussion going here about python and its value especially concerning GLBasic.
The computational power of python is extraordinary, simple yet sophisticated in so many ways.
Its not just OOP style code making me wow, its the way you can manipulate data with such amazing ease and depth.

IDLE is a command interpretter for python. If im not mistaking you can use command line inputs.
The python can manipulate data, and store it in files, or even call commands.
From what i understand there is a c++ api also.

In the next few weeks i will be sharing some bits and pieces of what im working on in class, stuff i write.
I will also be thinking of ways to introduce python into GLBasic...perhaps databases are something useful.

edit:

link to the program, (note mit is teaching python 2.7, which is an option in this download) http://www.enthought.com/products/epd_free.php
#40
Bug Reports / GBAL
2012-Nov-08
GLBasic IDE, Version: 10.283

GBAL allows for all the functions to be recognized by the ide, you can see the functions colored properly.
However, when complied, the IDE complains:

"stuff"(stuff) error : call to undefined function : (stuff)