

It's certainly good enough if you are teaching me new english words.Fred wrote:No offense taken, i know my english isn't perfect. I meant 'sometime' indeed. Now go back to the kudos we love that
I would send you a box, but I am not sure if food items would make it through customs.Fred wrote:Now go back to the kudos we love that
Bet you've heard it: http://www.youtube.com/watch?v=CskDRp7z-vYCould you ever love me again
If I let you down,
Disappointed you?
Could you ever love me again?
If I ceased to do little things for you,
Could you ever love me again?
Somewhere, somehow, somewhen,
If I let you down, girl,
Could you ever love me again?
You plan fix it ?Future:
ragdoll models
Bugs:
CreateWater() not work - do error (MessageBox "Send error to Microsoft" )
CreateTerrain() do nothink
WorldDebug.pb -> Error when push F3 key
SpecialEffect - make example
I think support for icons in the ComboBoxGadget() came with 4.50. You have to explicitly use #PB_ComboBox_Image to enable this feature so I don't see any problem here.Seldon wrote:it seems the ComboBox Windows control class is changed again ! But why so ? It was decided to use the old class when you don't need images...
Code: Select all
#PB_EventType_ComboBox_SelChange=1
#PB_EventType_ComboBox_DblClk=2
#PB_EventType_ComboBox_SetFocus=3
#PB_EventType_ComboBox_LostFocus=4
#PB_EventType_ComboBox_EditChange=5
#PB_EventType_ComboBox_EditUpdate=6
#PB_EventType_ComboBox_DropDown=7
#PB_EventType_ComboBox_CloseUp=8
#PB_EventType_ComboBox_SelEndOK=9
#PB_EventType_ComboBox_SelEndCancel=10
#PB_EventType_ComboBox_ERRSPACE=-1