Search found 40 matches

by gally
Tue Apr 08, 2025 1:22 pm
Forum: Coding Questions
Topic: Save in/out windows
Replies: 5
Views: 292

Re: Save in/out windows

Hello,

For me :


CompilerIf #PB_Compiler_Debugger
Define.s directory = GetCurrentDirectory()
CompilerElse
Define.s directory = GetPathPart(ProgramFilename())
If directory = #Null$
directory = GetCurrentDirectory()
EndIf
CompilerEndIf
Define savedirectory.s = directory + "save\"
If directory ...
by gally
Mon Sep 16, 2024 2:11 pm
Forum: Off Topic
Topic: Death of Blendman
Replies: 21
Views: 5402

Re: Death of Blendman

I'm starting from a translator and really sorry for my bad English


very sad news, after that which I myself announced... I did not know him personally, on the other hand I followed his work. We will miss you (an artist and developer at the same time). Just go see Djes I think you have things in ...
by gally
Tue Sep 10, 2024 5:41 pm
Forum: Off Topic
Topic: Death of DJES
Replies: 34
Views: 15190

Death of DJES

For those who knew DJES (in real life or on this forum), I wanted to tell you that he passed away this Friday, September 6th. A good friend and a good person has left us.

He really liked purebasic and basically, he was the one who did everything so that I could code with it ^^

Sincerely ...
by gally
Fri Jun 14, 2024 12:26 pm
Forum: Tricks 'n' Tips
Topic: Windows 10 OCR and Face detection
Replies: 43
Views: 19354

Re: Windows 10 OCR and Face detection

Good morning,

Thanks again fryquez for all the help. This source is really great and helped me a lot.

---------------------------------------------------------------------------------

Bonjour,

Encore merci fryquez pour toutes l'aides. cette source est vraiment génial et m'a beaucoup aidé.
by gally
Mon Feb 19, 2024 9:49 am
Forum: Tricks 'n' Tips
Topic: Windows 10 OCR and Face detection
Replies: 43
Views: 19354

Re: Windows 10 OCR and Face detection

Alors comment dire --> Juste un grand merci ^^
So how can I say --> Just a big thank you ^^
by gally
Sun Feb 18, 2024 11:15 am
Forum: Tricks 'n' Tips
Topic: Windows 10 OCR and Face detection
Replies: 43
Views: 19354

Re: Windows 10 OCR and Face detection

Good Morning,

I'm trying to find the text as well as the position of the text on the page. I saw that this is possible in the official Microsoft documentation, but I can't seem to adapt this.
Can you help understand and adapt this?

Thanks in advance
Gally
by gally
Fri Dec 02, 2022 1:56 pm
Forum: Feature Requests and Wishlists
Topic: For - Next - Step
Replies: 4
Views: 1199

Re: For - Next - Step

Hello,

juste :

Code: Select all

x1 = 0
x2 = (X1+1) * 100
dx = (X1+1) * 10

For i=x1 To x2 Step 1
  Debug i
  i = i + (dx - 1)
Next i
best regard
by gally
Sat Aug 06, 2022 6:25 pm
Forum: Tricks 'n' Tips
Topic: Windows 10 OCR and Face detection
Replies: 43
Views: 19354

Re: Windows 10 OCR and Face detection

Hello,

A small question: is it possible to adapt the code to do handwriting detection?

Thanks in advance,
Cordially,
by gally
Sat Jun 04, 2022 7:31 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 215304

Re: PureBasic 6.00 Beta 9 released !

Bonjour Fred,

Oui dans la logique ce n'est aucunement faux, par contre cela provoque de faire des modifications par moment et donc de ne plus être compatible.

Juste le mettre en dernier et si le usergant et à null ou empty, le user agent a la valeur par défaut ?

Bien cordialement,
GallyHC
by gally
Sat Jun 04, 2022 7:25 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 215304

Re: PureBasic 6.00 Beta 9 released !

@thyphoon, merci aussi a toi pour cette information que Marc56us a justement bien répondu ^^

Par contre pour le useragent le mettre a null ou empty pour qu'il mette la valeur par défaut et le timeout a la fin aurait été une bonne chose pour reté compatible avec le version de PB.

Cordialement ...
by gally
Sat Jun 04, 2022 7:16 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 215304

Re: PureBasic 6.00 Beta 9 released !

Je comprend et encore merci pour cette information.

Bien cordialement,
GallyHC
by gally
Sat Jun 04, 2022 7:08 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 215304

Re: PureBasic 6.00 Beta 9 released !

Bonjour,

@netmaestro > oui et cela fonctionne, mais cela me sert de vérification au téléchargement, donc j'ai mis un user agent perso.

@Marc56us > Merci pour cette information qui n'est pas encore dans la doc et avec mon problème d'anglais pas facile de trouver cette information et j'avoue ne pas ...
by gally
Sat Jun 04, 2022 6:59 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 215304

Re: PureBasic 6.00 Beta 9 released !

Bonjour,

Déjà désolé que ce soit en français, car mon anglais et très très mauvais et je ne voudrais pas insulter la langue anglaise ^^.

J'ai un problème avec "ReceiveHTTPFile" et "ReceiveHTTPMemory", qui demande depuis la B8, d'avoir un integer pour la valeur AgentUtilisateur$, ce qui est pour ...
by gally
Mon Oct 04, 2021 9:37 am
Forum: Tricks 'n' Tips
Topic: Windows 10 OCR and Face detection
Replies: 43
Views: 19354

Re: Windows 10 OCR and Face detection

Hello,

Frankly nice, it will surely be practical for me. Thank you

Gally

-------------------------------------

Bonjour,

Franchement sympa, ce sera surement pratique pour moi. Merci

Gally
by gally
Sun Mar 31, 2019 9:19 pm
Forum: Tricks 'n' Tips
Topic: ColorSpectrum - Module
Replies: 9
Views: 5039

Re: ColorSpectrum - Module

thank you

Just a little forgetfulness, and I had not retested for Linux. I corrected in the post.

Code: Select all

_CREATE_COLORSELECT()\background  = _WINDOW_BACKGROUND(WindowID(_CREATE_COLORSELECT()\window))
I'm tested in my virtual machine in linux.

Best regards
GallyHC