Small Basic Forum
SB-Prime Bugs And Error - Printable Version

+- Small Basic Forum (https://litdev.uk/mybb)
+-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1)
+--- Forum: Discussion (https://litdev.uk/mybb/forumdisplay.php?fid=4)
+--- Thread: SB-Prime Bugs And Error (/showthread.php?tid=54)

Pages: 1 2 3


RE: SB-Prime Bugs And Error - AbsoluteBeginner - 07-30-2024

(07-30-2024, 12:11 PM)jrmrhrb00 Wrote: AB,

How did you include my text in your message? I don't see an option to do that.

Thanks,

JR

At the bottom of your message I clicked on the "Quote" button.
In the picture shown on this button, the green "+" icon has changed to a red "-" icon.
After that, I clicked on the "Reply" button and a page for writing a response opened, where the text of your message was displayed.

Shy

In addition, I use the page on the site
https://smallbasic-publicwebsite.azurewebsites.net/docs/Array


RE: SB-Prime Bugs And Error - z-s - 07-30-2024

Hii JR
AB said how to quote someone else post here you can find all functions of MYCode that you can use in an post for better UI

https://litdev.uk/mybb/misc.php?action=help&hid=7

and also today I found that admin can create amazing new mycode's. so if litdev wish this forum could be made more powerfull.

From My old mybb forum I got this link for adding new mycode and I replaced domain name so if litdev wish he can make new mycode as administrator https://litdev.uk/mybb/admin/index.php?module=config-mycode&action=add

from here you can adjust the attachments type:
http://litdev.uk/mybb/admin/index.php?module=config-attachment_types




RE: SB-Prime Bugs And Error - litdev - 07-30-2024

ZS,
I don't have infinite space for all sorts of uploads types and I don't want to have to check files for content, so I keep attachments to simple images and you can use any other file share for bigger or different stuff.


RE: SB-Prime Bugs And Error - jrmrhrb00 - 07-30-2024

(07-30-2024, 02:35 PM)AbsoluteBeginner Wrote:
(07-30-2024, 12:11 PM)jrmrhrb00 Wrote: AB,

How did you include my text in your message? I don't see an option to do that.

Thanks,

JR

At the bottom of your message I clicked on the "Quote" button.
In the picture shown on this button, the green "+" icon has changed to a red "-" icon.
After that, I clicked on the "Reply" button and a page for writing a response opened, where the text of your message was displayed.

Shy

In addition, I use the page on the site
https://smallbasic-publicwebsite.azurewebsites.net/docs/Array
Got it!

Your suggestion for 
[quote pid="1054" dateline="1722350152"]
https://smallbasic-publicwebsite.azurewebsites.net/docs/Array

is a good one!

Thanks,

JR
[/quote]

(07-30-2024, 03:46 PM)litdev Wrote: ZS,
I don't have infinite space for all sorts of uploads types and I don't want to have to check files for content, so I keep attachments to simple images and you can use any other file share for bigger or different stuff.

LitDev,
That's fine. It was just a suggestion. AB had some good suggestions to use instead.

JR


RE: SB-Prime Bugs And Error - jrmrhrb00 - 08-05-2024

Using SB-Prime I had the following occur. I was running the following program (QDZM107.000.SB). This is a program that I think was made by LitDev. The problem was the program kept ending on me in SB-Prime. In the output window it would say "Run : Successfully terminated run with process 17400".  So, I started using breakpoints to see If I could track the issue down.

What I found is: that if I put a breakpoint at line 19 and in debug run up to 19 the program will not end. If I put a breakpoint at line 20 and let it sit for a while the program will end prematurely. Line 19 when it is executed is causing the program to end. This line is just setting a value in the graphics window.

If I run this program in Small Basic it performs like it should. If I set break points anywhere after line 19 the program ends prematurely. Or if I just let the program run in normal mode it will run like it should. Then in a little while it will clear the windows and end the program. Is this the way it should work? What is ending the process?

JR


RE: SB-Prime Bugs And Error - z-s - 08-06-2024

everything fine for this in both : QDZM107.000


RE: SB-Prime Bugs And Error - litdev - 08-06-2024

Fine for me too, make sure you have latest SB-Prime and required extensions (LitDev and SmallBasicANN).  Also I have to uncomment File commands after download.


RE: SB-Prime Bugs And Error - jrmrhrb00 - 08-06-2024

LitDev, Z-S,

Thanks for checking out. I don't have a clue as why this does this on my laptop, It doesn't do it in regular Small Basic and since this is the only program that it does it on I am not going to worry about it.

JR