Search found 4 matches

by Team100
Tue Aug 09, 2005 10:02 pm
Forum: Feature Requests and Wishlists
Topic: Save *.tiff images natively...
Replies: 33
Views: 13440

I have tried this great code and it is working very well,
but only with compression = #EncoderValueCompressionLZW

not with the others. There is a message coming:
GdipSaveImageToFile() failed. Invalid parameter

I would need CCITT3 or CCITT4 for a fax project, but I am sorry, I could
not find the ...
by Team100
Thu Jun 09, 2005 7:28 pm
Forum: Tricks 'n' Tips
Topic: Delay(0)
Replies: 12
Views: 6806

.... I am using this code in some business applications



Repeat

; .... Your code here

dynamic_delay_set = 50

; set dynamic delay individual in your code


loopcounter + 1

If loopcounter >= dynamic_delay_set
Delay(1)
loopcounter = 0
Endif

until quit = 1



With this code You will call ...
by Team100
Sat Feb 19, 2005 4:55 pm
Forum: Announcement
Topic: PureBasic 3.93 beta 3 for Windows released
Replies: 89
Views: 27110

@fred

Thank You, the hide-gadget-on-panel-gadget bug is fixed with this
update. (tested XP-Home SP1). I hope to see this bug never again.
This will now save for me a lot of workarounds.

Thank You again

Team100
by Team100
Fri Feb 18, 2005 10:52 pm
Forum: Announcement
Topic: PureBasic 3.93 beta 3 for Windows released
Replies: 89
Views: 27110

Hello, I am coming from the german forum first time here and I do not
know if I am here on the correct thread.

I just want to ask if there is a chance the old old
hidegadget-on-panelgadget bug will loose its long life soon....

I have tested on PB 3.93 Beta and the bug is still existing.

I know ...