Search found 96 matches

by uweb
Tue Feb 19, 2019 7:07 am
Forum: Coding Questions
Topic: edit ListGadgetItem
Replies: 9
Views: 1758

Re: edit ListGadgetItem

In my case englisch is not the best common language - but PureBasic. This should help to keep play on: If OpenWindow(0, 0, 0, 355, 180, "edit ListGadgetItem", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) g0=42 : g1=2019 TreeGadget(g0, 10, 10, 160, 160) AddGadgetItem(g0, -1, "Nor...
by uweb
Thu Jan 03, 2019 1:51 am
Forum: Coding Questions
Topic: [SQLite] OpenDatabase :memory: shared cache?
Replies: 2
Views: 1198

Re: [SQLite] OpenDatabase :memory: shared cache?

It's late, my English is very modest and I am not the DB expert either. That's why I'm not sure if the tip answers your question. But I think it could be helpful without that.
https://github.com/LMDB/sqlightning
by uweb
Tue May 29, 2018 10:38 am
Forum: Feature Requests and Wishlists
Topic: Undefined ProcedureReturn should be #False (0)
Replies: 7
Views: 2025

Re: Undefined ProcedureReturn should be #False (0)

Yes, but may it would be better to have on Standard for all - not only ProcedureReturn.
e.g. Cool() instead of Bool() handles three cases (#True, #False and #NIL) instead of two.
by uweb
Sat May 19, 2018 6:31 pm
Forum: Feature Requests and Wishlists
Topic: PB 6.0 - ideas
Replies: 82
Views: 33308

Re: PB 6.0 - ideas

On the one hand I love PB because it is easy to use, lightweight and fast. On the other hand I miss somtimes things. I did pay only one times and it is a long time ago. So it is more than ok. But may it would be posible to find a way to make it easy for beginner’s to bind external librarys thereself...
by uweb
Mon Apr 16, 2018 2:02 pm
Forum: Tricks 'n' Tips
Topic: AeroShot (PB-Edition)
Replies: 22
Views: 6109

Re: AeroShot (PB-Edition)

Hi chi,
I use PB 5.62 on a Razer Blade FHD - normally with 125%.
May somthing is bad with my system. Thank you for the hint. I will check it in the next days.
by uweb
Mon Apr 16, 2018 10:06 am
Forum: Tricks 'n' Tips
Topic: AeroShot (PB-Edition)
Replies: 22
Views: 6109

Re: AeroShot (PB-Edition)

Hi chi, sorry for my late answer. I was offline at the weekend. Thank you for your additive work. Now it works perfect with the PureBasic-Window. Without DPI scaling : I get no Titlebar and additional right and below a small black border and a big part of the screen with Console and Ultrasearch. Wit...
by uweb
Sat Apr 14, 2018 12:57 pm
Forum: Tricks 'n' Tips
Topic: AeroShot (PB-Edition)
Replies: 22
Views: 6109

Re: AeroShot (PB-Edition)

Sorry, but I did test it with three opened windows under Windows 10 x64. PureBasic - it does not takes the tools panel area and the error log area. With https://sourceforge.net/projects/console/ it takes wrong coordinates. With https://www.jam-software.de/ultrasearch/ it is the same, unless it is th...
by uweb
Thu Apr 12, 2018 11:25 am
Forum: Coding Questions
Topic: Named Enumerations
Replies: 35
Views: 5496

Re: Named Enumerations

I understand. Thank you!
by uweb
Thu Apr 12, 2018 10:35 am
Forum: Coding Questions
Topic: Named Enumerations
Replies: 35
Views: 5496

Re: Named Enumerations

Please excuse me if I did not understand everything correctly. My English isn't the best. I know you know PB a lot better than I do and I'm sure you saw the opportunity, too. So this is a question - not another method or work-around. What is the disadvantage of that would be to use the existing part...
by uweb
Sun Apr 01, 2018 7:24 pm
Forum: Coding Questions
Topic: MEDIAFIRE File Transfer
Replies: 10
Views: 3079

Re: MEDIAFIRE File Transfer

I never did anything with MediaFire. But the first hit of googling to "MediaFire API" was https://www.programmableweb.com/api/mediafire It looks to me like the REST-API is the easiest way. What Is REST? - http://www.restapitutorial.com/lessons/whatisrest.html You can use the Representation...
by uweb
Sat Nov 04, 2017 3:34 pm
Forum: Coding Questions
Topic: PB Bug or OSK.EXE Bug
Replies: 4
Views: 1405

Re: PB Bug or OSK.EXE Bug

Windows 7 Pro x64: If I start osk manual from "start" it starts but ends slowly - never used bevor on this computer. ;RunProgram("cmd") ; works under the inactive "PureBasic Window" ;RunProgram("explorer"); works under the inactive "PureBasic Window"...
by uweb
Thu Sep 28, 2017 11:51 am
Forum: Tricks 'n' Tips
Topic: #Slash-DefaultPath-BinPath-DataPath.pbi
Replies: 0
Views: 1220

#Slash-DefaultPath-BinPath-DataPath.pbi

; #Slash-DefaultPath-BinPath-DataPath.pbi ; ; based on this code: http://www.purebasic.fr/german/viewtopic.php?f=8&t=27741 ; ; perceives SystemDefaultProgramDataDirectory but also can handle portable binary or binary from IDE (use the SourcePath) ; so it is universal useable - "Use your pa...
by uweb
Fri Sep 08, 2017 3:22 pm
Forum: Coding Questions
Topic: SQLITE on a network with PB
Replies: 7
Views: 2704

Re: SQLITE on a network with PB

Correct, unless there are reasons for this, e.g. if you need a portable ad-hoc SQL Server, which should also have custom functions, stored procedures, or filters.
I have assumed that he has a reason for it.
After all, he asked for sqlite in a network environment.
by uweb
Thu Sep 07, 2017 10:15 pm
Forum: Coding Questions
Topic: web server HTTPS application
Replies: 2
Views: 1708

Re: web server HTTPS application

Good Tip!
I lost sight of Chilkat.
Thanks for the reminder.

Do you have experience with it?
Is it multithread capable?
The SSL Server Example creates an SSL socket for accepting only a single connection.

Uwe
by uweb
Thu Sep 07, 2017 2:42 pm
Forum: Coding Questions
Topic: web server HTTPS application
Replies: 2
Views: 1708

web server HTTPS application

Does anyone know a way to create a web server HTTPS application?
Or any other SSL/TLS server application e.g. FTPS?