Search found 8 matches

by Cantor
Sun Apr 24, 2005 3:06 pm
Forum: Coding Questions
Topic: GridGadget with Sigrid
Replies: 1
Views: 1355

GridGadget with Sigrid

Hi!

Does anyone work with the sigrid library to create grid gadgets?
Look here:

http://www.softwareinnovators.com/products.php?SM=TL&PD=SIGRID


As I can only create PB-codes with 100% PB-commands it's difficult for me to create code with this SI-GRID library. Perhaps someone can tell me how to ...
by Cantor
Mon Sep 20, 2004 8:10 am
Forum: Coding Questions
Topic: Treegadget and listicongadget borderless?
Replies: 2
Views: 1251

Thank You. It works! :) :) :) :) :) :)
by Cantor
Sun Sep 19, 2004 5:04 pm
Forum: Coding Questions
Topic: Treegadget and listicongadget borderless?
Replies: 2
Views: 1251

Treegadget and listicongadget borderless?

Hi!

How do I code a borderless treegadget and a borderless listicongadget?

--
Greetings, Martin.
by Cantor
Sun Aug 24, 2003 10:54 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Add new Cipher
Replies: 5
Views: 2126

Karbon wrote:Yep, and that code works pretty good (using it here for a few things).. However I would second the motion to add a decoder to core -- just seems to make sense since the encoder is there..
Can You please give me an example how to use this Base64Decoder-Procedure? I Have No Idea
by Cantor
Sat Aug 23, 2003 12:42 am
Forum: Coding Questions
Topic: Treegadget: Some Items with Checkboxes
Replies: 0
Views: 1345

Treegadget: Some Items with Checkboxes

Hi!

I want to create a treegadget: Some items are selectable, some are not. I've tried two different ways:

1st: Checkboxes: You can only create a treegadget with checkboxes to all items or without checkboxes. Is it possible to add some gadgetitems to the treegadgets with checkboxes and some item ...
by Cantor
Tue Jun 10, 2003 6:52 pm
Forum: Coding Questions
Topic: Lists and structures in structures
Replies: 1
Views: 1220

Lists and structures in structures

Hi ev'rybody!

I want to build a tree with different items and subitems like this:

ITEM1
|
|--SUBITEM1.1
| |
| |--SUBSUBITEM1.1.1
| | |
| | |--SUBSUBSUBITEM1.1.1.1
| | |--SUBSUBSUBITEM1.1.1.2
| | |--SUBSUBSUBITEM1.1.1.3
| | |--(and so on)
| |
| |--SUBSUBITEM1.1.2
| | |
| | |--SUBSUBSUBITEM1.1.2.1 ...
by Cantor
Sat May 10, 2003 11:02 am
Forum: Coding Questions
Topic: Sendmail with attached file
Replies: 6
Views: 3553

Yes, you can use the Base64Encoder() function to add everything to your mails bodies. Attachements are just Base64 (or other) encoded files directely included as ascii in your mail body.

Thank You For Your answer.
Can You perhaps give an example how to code this? It's difficult for me to ...
by Cantor
Fri May 09, 2003 10:39 pm
Forum: Coding Questions
Topic: Sendmail with attached file
Replies: 6
Views: 3553

Sendmail with attached file

Hi!

Is there a possibilty to use the sendmail-procedure (resources site) to send a mail with an attached file? The sendmail procedure only sends the message subject and the message body.

--
Greetings, Martin.