Search found 22 matches

by hth
Wed Jan 15, 2014 10:38 pm
Forum: Coding Questions
Topic: Movies in full-screen only sound (Windows 8)
Replies: 8
Views: 2484

Re: Movies in full-screen only sound (Windows 8)

Yes, in a window the videos are played correctly with pictures.

hth
by hth
Wed Jan 08, 2014 7:48 pm
Forum: Coding Questions
Topic: Movies in full-screen only sound (Windows 8)
Replies: 8
Views: 2484

Movies in full-screen only sound (Windows 8)

OK: rendered movies are unfortunately history

But under Windows 8 now also movies in full-screen are not playable (only video sound).

ExamineDesktops()
wsc=DesktopWidth(0)
hsc=DesktopHeight(0)

InitMovie()
InitSprite()
InitKeyboard()

MovieName$ = OpenFileRequester("Choose the movie to play ...
by hth
Mon Nov 12, 2012 5:24 pm
Forum: Feature Requests and Wishlists
Topic: Play videos in the screen under Windows 8
Replies: 0
Views: 738

Play videos in the screen under Windows 8

Unfortunately videos can only play under the
DirectX7 subsystem.
But this subsystem is under windows 8 very slowly (also slow and flickering opening of screens)!

I ask you to revise it and to remove the current restrictions for videos on screen.
Please think also of the bug, that is for a HD video ...
by hth
Mon Sep 17, 2012 7:40 pm
Forum: Coding Questions
Topic: SerialPort
Replies: 4
Views: 2610

SerialPort

Hi, how can I read the serial port as the GW-Basic program?
(Multimeter "METEX M-3650CR")

Image


hth
by hth
Wed Apr 25, 2012 11:12 am
Forum: Feature Requests and Wishlists
Topic: MovieSeek and MovieAudio
Replies: 3
Views: 1292

Video-Library

The problem exists now many years!
- full-HD-videos only can play of full-HD-screens
- many video-commands doesn't work on the screen
- the necessary DirectX7-Subsystem switch off the Aero-Interface with the Command "OpenWindowedScreen"

Please revised the video-library.

hth
by hth
Fri Apr 20, 2012 6:23 am
Forum: Coding Questions
Topic: framecolor - Frame3DGadget
Replies: 4
Views: 2232

Re: framecolor - Frame3DGadget

Thanks,
but not the text, but the border line should be of a different colour.

hth
by hth
Thu Apr 19, 2012 8:25 pm
Forum: Coding Questions
Topic: framecolor - Frame3DGadget
Replies: 4
Views: 2232

framecolor - Frame3DGadget

Code: Select all

Frame3DGadget(#Gadget, x, y, width, hight, "", #PB_Frame3D_Flat)
The color of the frame is black.
Is it possible to change the color?

hth
by hth
Tue Feb 14, 2012 12:07 pm
Forum: Game Programming
Topic: multimedia-key determine in the screen
Replies: 4
Views: 3628

Re: multimedia-key determine in the screen

All multimedia keys react only to
KeyboardPushed(128).
and KeyboardInkey() shows no reaction.

In the window this code responds correctly
http://forums.purebasic.com/german/view ... =8&t=23975

hth
by hth
Fri Feb 10, 2012 11:43 am
Forum: Game Programming
Topic: multimedia-key determine in the screen
Replies: 4
Views: 3628

Re: multimedia-key determine in the screen

Sorry,
but KeyboardInkey() does not work with multimedia keys.

Actually I want to intercept the message of the multimedia remote control.
I think this just simulates a keystroke.

hth
by hth
Thu Feb 09, 2012 1:46 pm
Forum: Game Programming
Topic: multimedia-key determine in the screen
Replies: 4
Views: 3628

multimedia-key determine in the screen

How can I determine the pushed multimedia-key in the screen-mode?

hth
by hth
Fri Oct 07, 2011 10:18 am
Forum: Announcement
Topic: PureBasic 4.60 RC 1
Replies: 41
Views: 23913

Re: PureBasic 4.60 RC 1

Sorry, but for me it is very important!

Please remove the restrictions for "rendered movies".
But most important bug, that you can not play fullHD-videos on smaller screens.

There is obviously a bug, because Pure Basic with a faulty codec (MovieWidth(#Movie)) results a smaller value) can play ...
by hth
Fri Mar 18, 2011 9:57 pm
Forum: Coding Questions
Topic: Determine file name of my own exe
Replies: 2
Views: 771

Determine file name of my own exe

I want to determine the file name of my own actual exe.

With the directory it is no problem (GetCurrentDirectory())

hth
by hth
Wed Dec 08, 2010 1:49 pm
Forum: Coding Questions
Topic: Cursor in StringGadget
Replies: 9
Views: 4524

Re: Cursor in StringGadget

Thank you very much!

hth
by hth
Sat Nov 27, 2010 8:39 pm
Forum: Coding Questions
Topic: Cursor in StringGadget
Replies: 9
Views: 4524

Cursor in StringGadget

How can I put the cursor at the end of the string?

If OpenWindow(0, 100, 200,400,200, "", #PB_Window_MinimizeGadget)

StringGadget(0,50,50, 200,20, "")
SetGadgetText(0,"example")
SetActiveGadget(0)

;I need the Cursor at the end of the string

Repeat
EventID = WaitWindowEvent()

Until ...
by hth
Tue Nov 09, 2010 7:24 pm
Forum: Game Programming
Topic: Mouse in screen
Replies: 37
Views: 13026

Re: Mouse in screen

Unfortunately kills ExamineMouse() the mouse pointer.

hth