Search found 734 matches

by dobro
Fri Nov 29, 2019 5:24 pm
Forum: Coding Questions
Topic: bug bakcolor in listview cause-> [windowBlinds] fixed
Replies: 10
Views: 9363

Re: bug bakcolor in listview ? v5.71 [sorry is my system]

it's the WindowsBlinds program!!!
this program is used to change the look of the windows windows
and until now, the theme I was using was working well
but apparently, you're making a mess of the Backcolor function..... ;)

ok for me !! Thanks :)
by dobro
Fri Nov 29, 2019 5:15 pm
Forum: Coding Questions
Topic: bug bakcolor in listview cause-> [windowBlinds] fixed
Replies: 10
Views: 9363

Re: bug bakcolor in listview ? v5.71 [sorry is my system]

For the information, I found the responsible
of my color problem!

it's the WindowsBlinds program!!!
this program is used to change the look of the windows windows
and until now, the theme I was using was working well
but apparently, you're making a mess of the Backcolor function.....


[in ...
by dobro
Fri Nov 29, 2019 3:45 pm
Forum: Coding Questions
Topic: bug bakcolor in listview cause-> [windowBlinds] fixed
Replies: 10
Views: 9363

Re: bug bakcolor in listview ? v5.71 [no problem sorry ]

not in fact it works randomly !!
will try another version of PB to see
....

[reedit]
it must come from my windows ...
since I just tested from PB 5.71 to Pb 5.50
and I still have the problem :?

Thanks anyway Denis :D
by dobro
Fri Nov 29, 2019 3:42 pm
Forum: Coding Questions
Topic: bug bakcolor in listview cause-> [windowBlinds] fixed
Replies: 10
Views: 9363

Re: bug bakcolor in listview ? v5.71

arf!!

it seems to work when I remove the Xp themes from the compilation parameters :shock:
by dobro
Fri Nov 29, 2019 2:22 pm
Forum: Coding Questions
Topic: bug bakcolor in listview cause-> [windowBlinds] fixed
Replies: 10
Views: 9363

Re: bug bakcolor in listview ? v5.71

good after updating my graphics card
I still have this problem!!!

I don't know if it's from Purebasic or my system.
here is a video, where I try to compile in 32 bits
the code above

and the result always gives me a ListView with a White background, instead of Green!

https://youtu.be ...
by dobro
Fri Nov 29, 2019 12:53 am
Forum: Coding Questions
Topic: bug bakcolor in listview cause-> [windowBlinds] fixed
Replies: 10
Views: 9363

Re: bug bakcolor in listview ? v5.71

ok thanks for your answer.

Merci Denis , et bonne fêtes , je retesterai ça :)
by dobro
Thu Nov 28, 2019 10:56 am
Forum: Coding Questions
Topic: bug bakcolor in listview cause-> [windowBlinds] fixed
Replies: 10
Views: 9363

bug bakcolor in listview cause-> [windowBlinds] fixed

on windows 10 latest version
this code does not color the background of my listview
if I compile in 64 bits ....Purebasic 5.71 LTS
and ....
if I compile in 32 bits, the executable created does not color the listview...
whereas in the ide, it works.




enumeration
#Win
#List
#font ...
by dobro
Thu Nov 14, 2019 3:49 pm
Forum: Tricks 'n' Tips
Topic: Flip Sprite Old school ;o)
Replies: 13
Views: 5702

Re: Flip Sprite Old school ;o)

Ok Thanks :)
by dobro
Mon Oct 14, 2019 9:01 am
Forum: Tricks 'n' Tips
Topic: Flip Sprite Old school ;o)
Replies: 13
Views: 5702

Re: Flip Sprite Old school ;o) [Bug After Pb 5.11 !! ]

yes I know that ClearScreen() corrects the effect of blurrs
in OpenGL


works with Sous system openGL at home :)
I just added "ClearScreen($0)" after the Flipbuffer()

in PB 5.70
but the problem is that with the DirectX11 subsystem
in my house no sprites are displayed!!!



mk-soft has a problem ...
by dobro
Mon Oct 14, 2019 8:35 am
Forum: Tricks 'n' Tips
Topic: Flip Sprite Old school ;o)
Replies: 13
Views: 5702

Re: Flip Sprite Old school ;o)

Thanks to C87 for polluting my topic ....
the moderators are on vacation ?
by dobro
Sun Oct 13, 2019 11:05 pm
Forum: Tricks 'n' Tips
Topic: Flip Sprite Old school ;o)
Replies: 13
Views: 5702

Re: Flip Sprite Old school ;o)

@dobro

not running with OpenGL :(

works with Sous system openGL at home :)
I just added "ClearScreen($0)" after the Flipbuffer()


there is nothing particular in the code, just redraw a sprite using a array.

maybe not put a subsystem ?
at home it's when I use directX11 that it doesn't display ...
by dobro
Sat Oct 12, 2019 11:09 pm
Forum: Tricks 'n' Tips
Topic: Flip Sprite Old school ;o)
Replies: 13
Views: 5702

Flip Sprite Old school ;o)

no assembler
no complicated stuff about directX

an old-fashioned code like we do more of it
very simple

probably cross-platform
goodbye transformSprite :lol: :lol: :lol:

since the following versions of Purebasic 5.11
this code Bug , if using a subsystem
or DirectX11
or OpenGL

it depends on ...
by dobro
Thu Oct 03, 2019 11:02 am
Forum: Coding Questions
Topic: Rotate Image
Replies: 33
Views: 15615

Re: Rotate Image

another version ...




;Rotate image
;***********************************************
;Titre :*rotate image
;Auteur : Dobro
;Date :30/09/2013
;Heure :11:31:58
;Version Purebasic : PureBasic 5.20 LTS (Windows - x8
;Version de l'editeur :EPB V2.46
; Libairies necessaire : Aucune ...
by dobro
Fri Jun 14, 2019 8:33 pm
Forum: The PureBasic Editor
Topic: panel "procedure" and jump in code
Replies: 10
Views: 4999

Re: panel "procedure" and jump in code

@Marc56us Thanks, good idea ;)

Thank you and good idea your thing to count the end of lines ..
I'm going to look at your example, thanks again :)
by dobro
Fri Jun 14, 2019 9:23 am
Forum: The PureBasic Editor
Topic: panel "procedure" and jump in code
Replies: 10
Views: 4999

Re: panel "procedure" and jump in code

@chi : Thanks , I will go see :)



I tried to remember the number of the line
(loading, or even changing the code)
it works unless we add (or remove) lines

the problem is that the content of this line may change
line 30 = debug "procedure foo ()"
if I retain the line number, and add a new line ...