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.


Messages - ForSe

Pages: [1]
1
QB64 Discussion / Re: Built-in function to loads SVG image format?
« on: February 09, 2019, 06:30:53 pm »
you can code your own function to load SVG files.

Yeah, I thought to make my own too.

As to "Any possibility to add one in the future?", it greatly depends on the existence of a good svg to raster c++ library out there. Anyone know of a good one?
Will SVG++ (SVGPP) work?

That's one of the reason why I suggested to add a built-in function, there are already some open source SVG library in C++ out there.

Okay, So I found Fellippe's code in my QB64 code archive. :D

I tested the code with some of my SVG files, I also tested https://www.svgrepo.com/show/123512/simple-cloud.svg, but it only show a blank, white screen.

2
QB64 Discussion / Built-in function to loads SVG image format?
« on: February 09, 2019, 05:31:07 am »
It would be good if QB64 has one.

Any possibility to add one in the future?

4
Programs / Re: The GuiTools Framework
« on: December 28, 2018, 09:17:34 am »
BTW - What did I wrote above you shall do, if you're new to GuiTools? ;-)

Oops, sorry, I forgot to read the whole post before download it. xP

Anyway, these are my two cents:
- I noticed that the text of check boxes & radio[ button]s cannot be clicked.
- Lists and radios should can be navigated by arrow keys.
- Sliders also should can be controlled by arrow keys.
- Also I found it interesting that both of the arrow buttons of the list are below or only one side of the scrollbar.

That's it for now. (pardon my poor grammar, I'm a non-native speaker)

Cheers.

5
Programs / Re: The GuiTools Framework
« on: December 28, 2018, 07:37:44 am »
How did you compile this? The demo always returns an error. :/
It said "File 'QB64GuiTools\dev_framework\classes\GuiClasses.bi' not found", then I tried to copy the whole of "QB64GuiTools" folder into the "QB64GuiTools\src_GuiAppDemo", but now the '$INCLUDE: 'QB64GuiTools\dev_framework\GuiAppFrame.bm' said "File 'QB64GuiTools\dev_framework\GuiAppIcon.bm' not found".

6
Programs / Re: Spinning Sprite
« on: December 18, 2018, 09:48:34 am »
Do you mean like this?
 
Card Rotation 6-8-2555-10-59-35.jpg


I made something like that a few years ago (also with _MAPTRIANGLE).

Pages: [1]