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

Messages - Qedo

#1
DDgui_msg freeze html5:

result% = DDgui_msg("yes or not",TRUE )
#2
Don't worry SF, perfect, tried and the right mouse works. Thank you :nw:
#3
tried it and it's very nice big, the only problem but maybe it's my problem is the management of the direction keys
Perhaps they are too far away and often have to look at the position of my finger in relation to theirs.I don't know.
I will continue to play it to practice. Well done :booze:
#4
Quote from: spacefractal on 2023-Feb-20to get right click working:
uses the new lib_glb_plus.js and replace the old one. that one does not needs any added changes to get it working, so you can uses MOUSESTATE with right click now (the posttool does that for you now).

SF where can I find the new lib_glb_plus?
Thanks
#5
is the folder "D:\Program Files\Steam\steamapps\common\GLBasic_SDK\Compiler\platform\Win64" (on my computer with Win10)
present?
#6
I found it
#7
I think it's just a problem in debugging mode.
if you add a line like:
debug LEN(strFileEntry$)+"\n" you will see the result is 0
#8
hey bigsofty it's sad to hear what happened but i'm happy with your reaction, come on, and we look forward to seeing your work. :booze:
#9
sorry, i confused DOS with GLB command
instead of LOADSPRITE "..\icon.bmp",0
try
LOCAL ok = SETCURRENTDIR("..") // One up level
LOADSPRITE "icon.bmp",0

provided that the bmp file resides in the parent folder
#10
Your source code?
#11
maybe I understood, try:
LOADSPRITE "..\icon.bmp",0
#12
if the "icon.bmp" file is present in the "Media" folder add at the beginning:
SETCURRENTDIR("Media")
#13
Tutorials / Re: Chat.GPT
2023-Apr-22
So is our fun over? let's hope that at least the imagination is lacking
#14
 great very useful Paul
#15
I'm not a big 3d expert but probably the object is behind the camera
try
cam_z=-1.5