Search found 35 matches

by singo
Fri Dec 27, 2019 8:48 am
Forum: Tricks 'n' Tips
Topic: Canvas based Grid gadget
Replies: 93
Views: 65548

Re: Canvas based Grid gadget

mk-soft wrote:I think he wants to initialize the edit mode from a cell via the program, but this is not a standard.
Yes, exactly, I'm sorry if I wasn't clear but that is what I want to do.

I want to use the grid for data entry and I don't want the user to have to click every time they want to make an entry.
by singo
Thu Dec 26, 2019 7:05 am
Forum: Tricks 'n' Tips
Topic: Canvas based Grid gadget
Replies: 93
Views: 65548

Re: Canvas based Grid gadget

Thank you and yes AFTER clicking an editable cell you can then use the Return key.

But I want my program to do this NOT the user.

I would like my program to start and immediately be in an editable cell without any user clicking the mouse or pressing any keys.

Is this possible ?

Thank you
by singo
Tue Dec 24, 2019 6:03 am
Forum: Tricks 'n' Tips
Topic: Canvas based Grid gadget
Replies: 93
Views: 65548

Re: Canvas based Grid gadget

@said

Thank you very much for your Grid gadget, I have used it successfully in one project already in combination with Google SQL Cloud.

I was wondering if it was possible to have something like

EditCell(Gadget.i, Row, Col, SetCellFocus = #True)

where after calling the cell is ready for ...
by singo
Tue May 14, 2019 8:51 am
Forum: Linux
Topic: Linker Error with database.pb sample program
Replies: 0
Views: 2228

Linker Error with database.pb sample program

On new Debian install, downloaded PB 5.70 LTS for Linux and dependencies. All ok with checkinstall.sh

Working fine with all examples except database.pb gives error on complile

Purebasic - Linker Error
/home/pi/Downloads/purebasic/purelibraries/linux/libraries/libpbsqlite3.a(sqlite3.o): In ...
by singo
Sun Jul 23, 2017 12:01 am
Forum: Applications - Feedback and Discussion
Topic: Keyboard Monitor -> Free Fast Useful.
Replies: 3
Views: 3341

Re: Keyboard Monitor -> Free Fast Useful.

Thanks this is very useful :D
by singo
Tue May 10, 2016 9:09 pm
Forum: Coding Questions
Topic: TextGadget Transparent Background
Replies: 12
Views: 3829

TextGadget Transparent Background

Just wondering if anyone knew some code that would make a normal textgadget's background color transparent.

This is for Windows, but xplatform would be nice, I want to display some (changeable) text over a picture without a background color to the text.

Could probably turn the text into a graphic ...
by singo
Thu Sep 24, 2015 5:41 am
Forum: Coding Questions
Topic: Creating PDFs from PureBasic
Replies: 8
Views: 2346

Re: Creating PDFs from PureBasic

The reason that code fails is because of a few, long established changes in PB v5x, most of which in this case are minor.
However, if you do not need cross-platform, there is a very comprehensive lib for windows from ABB Klaus:
PurePDF

I've been testing PurePDF on Windows, Linux & Mac and even ...
by singo
Mon Aug 22, 2011 1:14 pm
Forum: Mac OSX
Topic: compile ppc on intel
Replies: 8
Views: 2726

Re: compile ppc on intel

Thanks Fred, should have looked harder, thought it was something I was missing in PB
by singo
Mon Aug 22, 2011 6:21 am
Forum: Mac OSX
Topic: compile ppc on intel
Replies: 8
Views: 2726

Re: compile ppc on intel

Fred said
You can even build an universal binary with these 2 execs
I am currently compiling separate execs for each processor (using PB for Intel & PB for PPC on the same Mac).

Can you please explain how to build a universal binary ? :?:
by singo
Thu Aug 18, 2011 12:13 pm
Forum: Mac OSX
Topic: Webcam and purebasic
Replies: 19
Views: 7205

Re: Webcam and purebasic

This is the solution I found, hope it helps someone ...


Procedure takeImage()
;ImageSnap is a Public Domain command-line tool that lets you capture still images from an iSight or other video source
; http://http://iharder.sourceforge.net/current/macosx/imagesnap/
;isightcapture is a similar ...
by singo
Sun Nov 21, 2010 8:46 am
Forum: Tricks 'n' Tips
Topic: Computer information using COMate
Replies: 21
Views: 17848

Re: Computer information using COMate

Tried this with ComatePLUS, latest Droopy and PB4.51X86 on Win XPSP3 and gettting error :-

POLINK Error : Unresolved external symbol "VerLanguageNameA" and a similar error if compiled with unicode.

Any ideas on how to fix this error ?
by singo
Fri Oct 29, 2010 9:25 pm
Forum: Coding Questions
Topic: Monitoring Memory usage
Replies: 2
Views: 1052

Re: Monitoring Memory usage

When I run this code the Totals don't change as expected, but either do the Avail after declaring the array.

I must be misunderstanding the way memory works or is allocated OR the functions don't work the way I would expect them to. Can someone explain ?

According to my understanding, at the ...
by singo
Fri Oct 29, 2010 12:53 pm
Forum: Coding Questions
Topic: Monitoring Memory usage
Replies: 2
Views: 1052

Monitoring Memory usage

Hi,

I want to monitor the amount of memory available to my program as I setup arrays etc.

I am using functions in Droopys lib and doing a simple test like the following
Procedure mem()
Debug GlobalMemoryStatusTotalPhys()
Debug GlobalMemoryStatusTotalVirtual()

Debug GlobalMemoryStatusAvailPhys ...
by singo
Wed Oct 27, 2010 11:07 am
Forum: Mac OSX
Topic: PB Mac OSX API examples
Replies: 11
Views: 8316

Re: PB Mac OSX API examples

Thanks JamiroKwai thats just what I need to get started! and thanks to WilliamL for making the list
by singo
Tue Oct 26, 2010 10:33 am
Forum: Mac OSX
Topic: PB Mac OSX API examples
Replies: 11
Views: 8316

Re: PB Mac OSX API examples

I now have a Intel as well as a PowerPC Mac, so will be trying to make all my code work on both Mac & Win platforms.

Thanks for the info, now we just need a few examples posted...

Singo
Nabiac, Australia