Search found 59 matches

by Chris
Sun Oct 07, 2007 11:03 am
Forum: General Discussion
Topic: Small bug with jaPBe and PB 4.10 b.
Replies: 2
Views: 2267

Small bug with jaPBe and PB 4.10 b.

There is a small bug with jaPBe and version 4.10 beta 2 or beta 3 of PureBasic.
At each compilation, a program named Purebasicxxx.exe is created in the temporary folder "C:\Documents and Settings\YourName\Local Settings\Temp", but this program is not deleted when jaPBe is closed.

After some time ...
by Chris
Sun Sep 23, 2007 2:41 pm
Forum: Feature Requests and Wishlists
Topic: for-next
Replies: 13
Views: 4269


@dobro
if you wrote in english, I would've been able to understand your argument (if it is one).


My message was addressed has God the Father “Fred”
and this one speaks French…
I will have write in araméen if I had wanted addressed to me has other God: lol:
so adress him in the French forums ...
by Chris
Sat Sep 15, 2007 9:58 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] EditorGadget and #Pb_EventType_Change.
Replies: 0
Views: 1324

[Implemented] EditorGadget and #Pb_EventType_Change.

This message has been translated from French by Google.
If the translation is bad... ask to google :lol:

The EditorGadget should be able to use the #PB_EventType_Change constant, like StringGadget.
Currently, I use the SendMessage_ (GadgetId (Editor), #EM_SETEVENTMASK, 0, #ENM_CHANGE) function, but ...
by Chris
Mon Aug 20, 2007 12:22 am
Forum: Off Topic
Topic: PureBasic.com is worth over $160k
Replies: 22
Views: 3852

Mine.... 13$ :mrgreen:

I'm rich! :|
by Chris
Thu Nov 24, 2005 1:44 pm
Forum: Coding Questions
Topic: Is this weird or am I tired?
Replies: 5
Views: 1738

Psychophanta wrote:Joakim, i don't see what is weird there!!!
Chris, refresh rate of screen has nothing to do for that code
:)
If i disable Delay(1) and if i use FlipBuffer(1), the FPS is 60 and with FlipBuffer(0), the FPS is 2800/3200.

PS i have set my refresh rate to 60 Hz for the test.
by Chris
Thu Nov 24, 2005 9:34 am
Forum: Coding Questions
Topic: Is this weird or am I tired?
Replies: 5
Views: 1738

2300 and more :lol:

Refresh rate for my screen : 85 Hz
by Chris
Fri Nov 18, 2005 1:46 pm
Forum: Coding Questions
Topic: StringGadget in Modal Dialog & Event Loop
Replies: 2
Views: 1111

If you modifie the code like this,

Code: Select all

    
Case #WM_COMMAND
   If wParam & $FFFF <> #_gdStrPrompt
      Debug Str(wParam & $FFFF) 
        
      EndDialog_(hW,wParam & $FFFF) 
    EndIf
he works. (I think !!!)
by Chris
Thu Nov 17, 2005 12:33 pm
Forum: Coding Questions
Topic: [Newby] Spingadget and decimal value
Replies: 2
Views: 1267

Perhaps one way !

If OpenWindow(0,0,0,140,120,#PB_Window_SystemMenu|#PB_Window_ScreenCentered,"SpinGadget") And CreateGadgetList(WindowID(0))
SpinGadget (0,20,20,100,25,0,10)
SpinGadget (1,20,50,100,25,0,20)
SpinGadget (2,20,80,100,25,0,200)

SetGadgetState (0,0) : SetGadgetText(0,StrF ...
by Chris
Wed Nov 16, 2005 12:24 pm
Forum: General Discussion
Topic: forum français ??
Replies: 25
Views: 6228

Il n'y a AUCUNE donnée perdue
(There is not any data lost)

I Hope ! :roll:
by Chris
Tue Nov 15, 2005 9:07 pm
Forum: General Discussion
Topic: forum français ??
Replies: 25
Views: 6228

It's the fault to Dobro!
He has broken the forum with his Colorer :lol:
by Chris
Tue Nov 15, 2005 7:29 pm
Forum: General Discussion
Topic: forum français ??
Replies: 25
Views: 6228

Me too. I can't connect at the forum since this night.
by Chris
Wed Nov 09, 2005 2:37 pm
Forum: Coding Questions
Topic: Strange...
Replies: 16
Views: 3695

A variable can't begin by a number.
by Chris
Wed Nov 09, 2005 1:31 am
Forum: Windows
Topic: Interrupting a hanging or waiting system
Replies: 7
Views: 3024

If you know where the loop is, you can insert a GetAsynKeyState() function for break and exit a loop.

It's not really an example, but...

Ctrl+Return stop the loop

Procedure InfiniteLoop()
Repeat
If GetAsyncKeyState_(#VK_CONTROL) And GetAsyncKeyState_(#VK_RETURN)
ProcedureReturn
EndIf ...
by Chris
Mon Nov 07, 2005 12:04 am
Forum: Tricks 'n' Tips
Topic: Win32Timer
Replies: 5
Views: 3546

And why not a simple TimerProcedure


;/ Author: Droopy tweaked by Kale and Up-tweaked by Chris :o))

Procedure TimerProc(hwnd.l, uMsg.l, idEvent.l, dwTime.l)
Select uMsg
Case #WM_TIMER
Select idEvent
Case 1
SetGadgetText(0,GetGadgetText(0)+"-")
Beep_(400,10)

Case 2
SetGadgetText(1 ...
by Chris
Fri Oct 28, 2005 9:06 pm
Forum: Off Topic
Topic: Happy Birthday Bill Gates (50 years)
Replies: 15
Views: 4566

BILL is everywhere, he knows everything, he reads everything, he hears everything, he sees everything.

Bill is BIG BROTHER
:twisted: :roll: