Search found 12 matches

by siesit
Sat Jun 03, 2023 9:03 pm
Forum: 3D Programming
Topic: 3D Image Button gadget
Replies: 4
Views: 3644

Re: 3D Image Button gadget

Faced the same problem. Requires either "ImageButtonGadget3d" or event tracking (click) on ImageGadget3d
by siesit
Tue Oct 11, 2022 10:43 pm
Forum: Tricks 'n' Tips
Topic: RichEdit Functions (OOP) New: with Image-Support
Replies: 78
Views: 49613

Re: RichEdit Functions (OOP) New: with Image-Support

New problem.
on windows 10 tables from opened .rtf files are not displayed :?
siesit wrote: Sat Oct 08, 2022 12:39 am Please help friends.

I really like this module, but there is a crash during printing if the document has a table in which a line break occurs.

I don't know how to fix it :(
by siesit
Sat Oct 08, 2022 11:14 pm
Forum: Tricks 'n' Tips
Topic: RichEdit Functions (OOP) New: with Image-Support
Replies: 78
Views: 49613

Re: RichEdit Functions (OOP) New: with Image-Support

BarryG wrote: Sat Oct 08, 2022 2:46 am Can't download; it wants me to sign up? Can you post it elsewhere? Thanks.
I downloaded the latest version from here
http://www.rsbasic.de/backupprogramme/temp/RichEdit.zip
by siesit
Sat Oct 08, 2022 12:39 am
Forum: Tricks 'n' Tips
Topic: RichEdit Functions (OOP) New: with Image-Support
Replies: 78
Views: 49613

Re: RichEdit Functions (OOP) New: with Image-Support

Please help friends.

I really like this module, but there is a crash during printing if the document has a table in which a line break occurs.

I don't know how to fix it :(
by siesit
Thu Dec 21, 2017 9:17 am
Forum: Coding Questions
Topic: OnError Lib + Shared DLL
Replies: 3
Views: 1819

Re: OnError Lib + Shared DLL

hm...

PureHelp:
When using the OnError library inside a DLL the best practice is to set the error handler at the beginning of every public DLL function and resetting it back to the default with this command before returning to the caller to make sure there is no interference between the OnError ...
by siesit
Wed Dec 20, 2017 7:41 pm
Forum: Coding Questions
Topic: OnError Lib + Shared DLL
Replies: 3
Views: 1819

Re: OnError Lib + Shared DLL

join, same question and problem (((
by siesit
Sun Jun 05, 2016 7:06 pm
Forum: Coding Questions
Topic: SQLite open shared
Replies: 9
Views: 2442

Re: SQLite open shared

I will test later
thankee :)
by siesit
Sun Sep 25, 2011 10:55 pm
Forum: Coding Questions
Topic: how to transform the structure of language "C" in Purebasic
Replies: 2
Views: 1226

Re: how to transform the structure of language "C" in Pureba

tried to do so:
though not sure what is right ...
in the comments pointed out that he was unable to translate

FCGI_FAIL_ACCEPT_ON_INTR.l=1

;typedef char **FCGX_ParamArray;

Structure FCGX_Stream
*rdNext.c
*wrNext.c
*stop.c
*stopUnget.c
isReader.l
isClosed.l
wasFCloseCalled.l
FCGI_errno.l ...
by siesit
Wed Sep 21, 2011 8:50 am
Forum: Coding Questions
Topic: how to transform the structure of language "C" in Purebasic
Replies: 2
Views: 1226

how to transform the structure of language "C" in Purebasic

how to transform the structure of language "C" in "Purebasic"?
Many thanks for help

typedef struct FCGX_Stream {
unsigned char *rdNext; /* reader: first valid byte
* writer: equals stop */
unsigned char *wrNext; /* writer: first free byte
* reader: equals stop */
unsigned char *stop ...
by siesit
Sat May 21, 2011 11:11 pm
Forum: General Discussion
Topic: Resource for RegEx
Replies: 6
Views: 2023

Re: Resource for RegEx

how to remove all\any HTML tags?
by siesit
Thu Nov 25, 2010 9:00 am
Forum: Coding Questions
Topic: how to use IMultiLanguage?
Replies: 1
Views: 660

how to use IMultiLanguage?

how to use IMultiLanguage::ConvertStringToUnicode in PureBasic?
by siesit
Thu Nov 11, 2010 9:47 pm
Forum: Coding Questions
Topic: Interbase & Firebird : Wrapper Problem
Replies: 75
Views: 22604

Re: Interbase & Firebird : Wrapper Problem

I will test later
thankee :)