Search found 11 matches

by Hadrian
Sun Jan 20, 2019 11:07 pm
Forum: Coding Questions
Topic: When does webgadget NOT work to view PDFs?
Replies: 9
Views: 2376

Re: When does webgadget NOT work to view PDFs?

Check out Pdfium here on this forum and write your own pdf-reader !
by Hadrian
Fri Mar 22, 2013 11:52 pm
Forum: Coding Questions
Topic: Webgadget as pdf-viewer?
Replies: 8
Views: 4918

Re: Webgadget as pdf-viewer?

Thank you guys.
On my computer I disabled IE and use Firefox as browser and Foxit as pdf-reader.
When I execute Josh's code then I get a pdf-viewer inside the webgadget.
But I agree Luis to launch a viewer outside the gadget.
Anyway I shall continue with experimenting the interesting webgadget. :D
by Hadrian
Fri Mar 22, 2013 1:01 pm
Forum: Coding Questions
Topic: Webgadget as pdf-viewer?
Replies: 8
Views: 4918

Webgadget as pdf-viewer?

Is it possible to use PB-webgadget as a pdf-viewer?
How to open pdf-file in this gadget?
by Hadrian
Sun Jan 27, 2013 10:22 pm
Forum: Applications - Feedback and Discussion
Topic: MP3D Engine Alpha 33
Replies: 1056
Views: 543019

Re: MP3D Engine Alpha 31

A great tool.
Thanks
Hadrian
by Hadrian
Sun Nov 11, 2012 10:57 pm
Forum: 3D Programming
Topic: 3d examples in PB 5.00 not working
Replies: 17
Views: 8861

Re: 3d examples in PB 5.00 not working

We could try to recreate the device with FSAA off if it fails the first time, to workaround this issue.

If PB do not have a workaround, but we do that ... we could
write a message such as: "Your current settings are not supported
by your hardware. If you have an Intel Chip, please turn off FSAA ...
by Hadrian
Sun Nov 11, 2012 10:47 pm
Forum: Announcement
Topic: Programming 2D Scrolling Games (V 4.61 & 5.0) Book Released!
Replies: 50
Views: 140122

Re: Programming 2D Scrolling Games (V 4.61 & 5.0) Book Relea

If anyone has experience with a really solid service that allows authors to publish in a secure fashion using PDF and ePub, and where customers are protected and ensured to get their purchases properly, I'm all ears!


Dear Krylar, try this: http://www.packtpub.com/

Packtpub is a very good ...
by Hadrian
Sat Nov 10, 2012 12:23 am
Forum: 3D Programming
Topic: 3d examples in PB 5.00 not working
Replies: 17
Views: 8861

Re: 3d examples in PB 5.00 not working

I got similar problem with PB5.0, none of the examples would run.
After some experimenting, I found if I don't use "Screen3DRequester.pb" and setup the windowedscreen myself, I can get "EntityAnimation.pb" to run.

It seems some settings in "Screen3DRequester.pb" need to be changed?

This is ...
by Hadrian
Fri Nov 09, 2012 10:26 pm
Forum: 3D Programming
Topic: 3d examples in PB 5.00 not working
Replies: 17
Views: 8861

Re: 3d examples in PB 5.00 not working

You can try with the 'opengl' subsystem.
Thank you, I will look into.

You should put the log into a quote-block :)
And in the past Intel Chips had always problems with DX and 3D-games. :)

MFG PMV
Sorry about the quote-block. It's my very first post. I did not know about the Intel problem ...
by Hadrian
Fri Nov 09, 2012 6:46 pm
Forum: 3D Programming
Topic: 3d examples in PB 5.00 not working
Replies: 17
Views: 8861

Re: 3d examples in PB 5.00 not working

It will be where your executable is created.

MFG PMV

Thank you all guys.

It seems to be an Ogre problem, or not.
Last part of the log:

18:42:05: D3D9RenderSystem::_createRenderWindow "PureBasic Ogre", 800x600 windowed miscParams: FSAA=2 displayFrequency=0 externalWindowHandle=853240 vsync ...
by Hadrian
Fri Nov 09, 2012 2:48 pm
Forum: 3D Programming
Topic: 3d examples in PB 5.00 not working
Replies: 17
Views: 8861

Re: 3d examples in PB 5.00 not working

you need to install this
if it still dont work , post your ogre.log file. You have to add constants at InitEngine3D().
InitEngine3D(#PB_Engine3D_DebugLog | #PB_Engine3D_DebugOutput)

Thank you for your reply. I have checked already if the directx is up-to-date. I am not experienced with 3d and ...
by Hadrian
Fri Nov 09, 2012 1:00 pm
Forum: 3D Programming
Topic: 3d examples in PB 5.00 not working
Replies: 17
Views: 8861

3d examples in PB 5.00 not working

In PB 4.61 the 3d examples are just working fine, with PB 5.00 nothing happens on screen. Microsoft .dll's, 3d-engine, etc. are in the right directory. Anyone else who have the same problem?