Search found 9 matches

by Etayson
Wed Feb 23, 2022 2:16 pm
Forum: General Discussion
Topic: No access to user account spiderbasic after purchase
Replies: 6
Views: 4828

Re: No access to user account spiderbasic after purchase

Fred is answer me. There was something went wrong in the automated process. So al is ok! :)
by Etayson
Wed Feb 16, 2022 7:56 pm
Forum: General Discussion
Topic: No access to user account spiderbasic after purchase
Replies: 6
Views: 4828

Re: No access to user account spiderbasic after purchase

Of course I checked the spam folder in the mail first of all. There are no letters.
They don't respond to emails listed as support.
Moreover, they don’t even respond to an open dispute in paypal.
by Etayson
Fri Feb 11, 2022 6:51 pm
Forum: General Discussion
Topic: No access to user account spiderbasic after purchase
Replies: 6
Views: 4828

Re: No access to user account spiderbasic after purchase

Thanks, already write email to support@purebasic.com but the same no response.
Seems like something happened.
by Etayson
Fri Feb 11, 2022 7:14 am
Forum: General Discussion
Topic: No access to user account spiderbasic after purchase
Replies: 6
Views: 4828

No access to user account spiderbasic after purchase

Hi,
Yesterday I purchased a license for spiderbasic. But the account registration email never arrived.
Although when buying purebasic, the letter came instantly.
I wrote an email to support@spiderbasic.com but still no response.
Should I open a dispute with paypal for a refund?
by Etayson
Mon Dec 14, 2015 4:47 am
Forum: General Discussion
Topic: SpiderBasic 1.10 is out !
Replies: 17
Views: 15462

Re: SpiderBasic 1.10 beta is out !

Fred wrote:Beta are only available for registered users.
And how can I register oneself?
by Etayson
Sun Dec 13, 2015 7:31 pm
Forum: General Discussion
Topic: SpiderBasic 1.10 is out !
Replies: 17
Views: 15462

Re: SpiderBasic 1.10 beta is out !

And where is it possible to get a version 1.10 ? On a web-site there is only an old version 1.02....
Scroll in your user account a little bit down to the Beta-Caption.

Greetings ... Peter
an account on the forum or on the website ? because I can not go to the web site under an account that is ...
by Etayson
Sun Dec 13, 2015 4:05 pm
Forum: General Discussion
Topic: SpiderBasic 1.10 is out !
Replies: 17
Views: 15462

Re: SpiderBasic 1.10 beta is out !

Hi.
And where is it possible to get a version 1.10 ? On a web-site there is only an old version 1.02....
by Etayson
Sat Nov 28, 2015 4:34 pm
Forum: General Discussion
Topic: Fixed version Spider basic?
Replies: 3
Views: 4803

Fixed version Spider basic?

Hello.
Where i can download the version with the removal of bugs?
Or is it not possible, and i need wait next version?
Because buying this version I do not see yet the meaning is very much just is not working.
by Etayson
Wed Nov 25, 2015 9:23 am
Forum: Coding Questions
Topic: #PB_2DDrawing_Transparent not working in draw text
Replies: 0
Views: 3967

#PB_2DDrawing_Transparent not working in draw text

DrawingMode(#PB_2DDrawing_Transparent) not working!

CreateSprite(106 ,275,60,#PB_Sprite_AlphaBlending)
StartDrawing(SpriteOutput(106))
DrawingMode(#PB_2DDrawing_Transparent)
DrawingFont(FontID(1))
DrawText(0,0,"MUSIC:", RGB(255,255,255))
StopDrawing()

Not working background is black!