Search found 600 matches

by Guimauve
Fri Oct 04, 2013 2:25 pm
Forum: Tricks 'n' Tips
Topic: Simple Bar Chart Graph on Canvas Gadget
Replies: 18
Views: 11236

Re: Simple Bar Chart Graph on Canvas Gadget

Of course the first set :

Code: Select all

TooShort,3
Correct,8
TooLong,5
A second set :

Code: Select all

TooShort,1
Correct,18
TooLong,25
A third set :

Code: Select all

TooShort,6
Correct,5
TooLong,11
In fact I use your chart to display frequency results (Too Short, Correct, Too long).

Regards
Guimauve
by Guimauve
Fri Oct 04, 2013 11:51 am
Forum: Tricks 'n' Tips
Topic: Simple Bar Chart Graph on Canvas Gadget
Replies: 18
Views: 11236

Re: Simple Bar Chart Graph on Canvas Gadget

Hello everyone, @IdeasVacuum : I'm trying to readapt your code for a job project and so for it's working properly except for small values (i.e. smaller than 100 and smaller than 10). Normally I'm able to hack others code but not this time perhaps I'm too exhausted right now. Anyway are you willing t...
by Guimauve
Thu Sep 05, 2013 8:57 pm
Forum: Bugs - Linux
Topic: [Done] Sprite3D - Debugged executable quit unexpectedly
Replies: 4
Views: 2407

Re: Sprite3D - Debugged executable quit unexpectedly

Let me guess, without the debugger it work fine ?

Regards
Guimauve
by Guimauve
Tue Sep 03, 2013 12:49 pm
Forum: Tricks 'n' Tips
Topic: Slider Gadget
Replies: 13
Views: 5601

Re: Slider Gadget

Hello,

Yes this command is new and very easy to use. In your case in the command creating the SliderGadget() just add BindGadgetEvent(gadget, @SliderGadgetEvents()) and that it I guess.

Nice gadget by the way but it require little modification to allow the use of #PB_Any.

Best regards
Guimauve
by Guimauve
Thu Aug 22, 2013 12:31 pm
Forum: Tricks 'n' Tips
Topic: Aqua Print Button
Replies: 9
Views: 5136

Re: Aqua Print Button

Hello everyone,

For those you want to create more button using the same technics, more button image can be created on this website :
http://cooltext.com/

Best regards
Guimauve
by Guimauve
Mon Aug 19, 2013 7:14 pm
Forum: Announcement
Topic: Reworking Tips and Tricks forum section
Replies: 62
Views: 18616

Re: Reworking Tips and Tricks forum section

As far as I know, all of the source code I have put in the Tricks'N'Tips forum work as is in PB 5.20. In fact many of my code I have created in PB 4.20 still work as is in 5.20. The only exceptions are codes using screen and sprites. Most of them don't work anymore and unfortunately I don't have tim...
by Guimauve
Fri Aug 09, 2013 2:31 pm
Forum: Coding Questions
Topic: Synchronize Server/Client data transfer
Replies: 3
Views: 1200

Synchronize Server/Client data transfer

Hello everyone, I have to create a small program for my job. This program as to be able to get file from a specific computer in the network to my computer. So I have created a small server program running on the specific computer and the client program on my computer. It work with small file only bu...
by Guimauve
Mon Jul 29, 2013 3:29 pm
Forum: Applications - Feedback and Discussion
Topic: What is Dev-Type
Replies: 6
Views: 4360

Re: What is Dev-Type

Hello everyone, Unfortunately an upgrade of Dev-Type will be very difficult for me to do. Renewing the house take a lot more time than expected, furthermore I broke the index finger of the right hand and this slow me down. When I use my right hand this finger inflates like a balloon. Anyway I have a...
by Guimauve
Thu Mar 14, 2013 1:52 am
Forum: Tricks 'n' Tips
Topic: RollOverGadget
Replies: 17
Views: 7677

Re: RollOverGadget

I was unable to fix the code to fade images :( .. I am using your code without fade transition .. by the way this is the best Rollover Image button available for PureBasic :) Thank you :D OK, In the little amount of free time I have, I will try to create a fade in / fade out button gadget. But I wa...
by Guimauve
Wed Mar 06, 2013 7:15 pm
Forum: Feature Requests and Wishlists
Topic: HoverGadget
Replies: 1
Views: 568

Re: HoverGadget

This Gadget is very similar to the one I have presented here : http://www.purebasic.fr/english/viewtop ... 12&t=49073

The only exception is it use differents image files between different button states. But, yes a Gadget like can be great.

Best regards
Guimauve
by Guimauve
Sun Feb 17, 2013 7:49 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic - System - CPUName
Replies: 13
Views: 2181

Re: PureBasic - System - CPUName

wilbert wrote:@Guimauve, I am a Mac user. It works fine.
So to make a long story short : The wilbert's code work on Windows x86, x86_64, Linux x86_64 and Mac OS.

Fred, you don't have any excuse, this command has to be added in PB 5.20. :wink:

Best regards
Guimauve
by Guimauve
Sun Feb 17, 2013 7:31 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic - System - CPUName
Replies: 13
Views: 2181

Re: PureBasic - System - CPUName

@User_Russian I don't know I just get Assembler error and an empty MessageRequester() from the compiler. Maybe Fred should have a look to this problem. @ts_soft Your code work fine on Linux Mint 14.1 x64 too. Ascii or Unicode. @wilbert Your code work fine on Linux Mint 14.1 x64 too and simpler than ...
by Guimauve
Sun Feb 17, 2013 6:48 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic - System - CPUName
Replies: 13
Views: 2181

Re: PureBasic - System - CPUName

@User_Russian

I get an Assembler Error with your code.

Activating the Inline assembler or not in the compiler options don't change anything.

Best regards
Guimauve
by Guimauve
Sun Feb 17, 2013 5:00 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic - System - CPUName
Replies: 13
Views: 2181

Re: PureBasic - System - CPUName

eesau wrote:There's a memory leak in your #PB_OS_MacOS code btw...
Corrected, Thanks for your observation.

Best regards
Guimauve
by Guimauve
Sun Feb 17, 2013 1:42 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic - System - CPUName
Replies: 13
Views: 2181

PureBasic - System - CPUName

Hello everyone, I wish to have a native command to get the CPU name. I provide a custom one, maybe it can be used as base to create the native one. Best regards Guimauve ; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ; Project name : GetSystemCPUName ; File Name : GetSystemCPUName.pb ; File vers...