it may cost a bit of money. But most important is can PB uses the API? Looks like it is for C#wilbert wrote:If I understand it correctly, you can use the free license unless your company made over $100K last year.
If your company made over $100K last year, you probably can afford such a license.
Purebasic and Html5 and css3
Re: Purebasic and Html5 and css3
Re: Purebasic and Html5 and css3
Yes, PB can use the API. The site clearly says on the front page, the API is available for .NET and C. If it works for C, it will generally work for PB.AlanFoo wrote:But most important is can PB uses the API? Looks like it is for C#
Best wishes to the PB community. Thank you for the memories. 
Re: Purebasic and Html5 and css3
It looks like you have to build some things yourself using a C compiler
I'm sure it should be possible to use it but don't know how.
There's another project that is totally free
http://code.google.com/p/chromiumembedded/
but again, I don't know how to use it.

I'm sure it should be possible to use it but don't know how.
There's another project that is totally free
http://code.google.com/p/chromiumembedded/
but again, I don't know how to use it.

- ultralazor
- Enthusiast
- Posts: 186
- Joined: Sun Jun 27, 2010 9:00 am
Re: Purebasic and Html5 and css3
Neither the mozilla(even the updated one not included with PB), or ieframe supports HTML5 or CSS3.
Hate to break it to you but there is no option other than making your own embedded solution..
Hate to break it to you but there is no option other than making your own embedded solution..
so many ideas so little time..
Re: Purebasic and Html5 and css3
wilbert wrote:Creating your own parser and renderer wouldn't be very logical.
Maybe this works http://awesomium.com/

Thats really cool, i have forgotten to search the internet against something like that.

It looks like exactly what i want ... thanks for that link. Now i can create an website-
like gamemenu like i want. Thanks.
MFG PMV
Re: Purebasic and Html5 and css3
If you pursue this, please keep us informed. It looks very nice.PMV wrote:wilbert wrote:Creating your own parser and renderer wouldn't be very logical.
Maybe this works http://awesomium.com/![]()
Thats really cool, i have forgotten to search the internet against something like that.![]()
It looks like exactly what i want ... thanks for that link. Now i can create an website-
like gamemenu like i want. Thanks.
MFG PMV
cheers
Re: Purebasic and Html5 and css3
WOW, awesomium looks really intriguing, I'll look into it, thanks wilbert for the link!
"Have you tried turning it off and on again ?"
A little PureBasic review
A little PureBasic review
Re: Purebasic and Html5 and css3
Thanks guys on this. But can someone help to help me on this . Am not very familiar with on how to use the API. Say a simple code that I can embed in my software?AlanFoo wrote:it may cost a bit of money. But most important is can PB uses the API? Looks like it is for C#wilbert wrote:If I understand it correctly, you can use the free license unless your company made over $100K last year.
If your company made over $100K last year, you probably can afford such a license.
Well we are now not earning that kind of money, so it is free. If we do , we surely will pay for it.
Thanks all. Still learning the ins and outs of PB.
Alan
- utopiomania
- Addict
- Posts: 1655
- Joined: Tue May 10, 2005 10:00 pm
- Location: Norway
Re: Purebasic and Html5 and css3
Maybe he wants to use html5 and css3 to create guis for his own programs instead.It won't be long before FireFox supports them, but until they do, nobody is going to use HTML5 CSS3 for their websites if they want people to use them.......
Other basic languages (NS Basic/App Studio) uses webkit/html5/css3 to do that for mobile devices.
To try and write your own parser to render html5/css3 is nonsense.
Re: Purebasic and Html5 and css3
I don't know how much you earn last year in your company.rsts wrote:If you pursue this, please keep us informed. It looks very nice.
cheers
But i still don't have even one so there is really no need to buy it
at this time.


http://www.purebasic.fr/english/viewtop ... 12&t=48283

And because of this browser framework ... now i have the need
for the canvas gadget all of a sudden.

MFG PMV