Search found 174 matches

by CSAUER
Mon Sep 22, 2008 8:52 pm
Forum: General Discussion
Topic: Can you create a programming language in PureBasic?
Replies: 61
Views: 19959

I wrote a scripting language 1 1/2 years ago with OO support written in PB.
I posted this test run:
http://www.xideas.de/purebasic/WASAGOS_ ... esting.zip
by CSAUER
Mon Sep 22, 2008 8:49 pm
Forum: General Discussion
Topic: Is there any need for another compiler warnings window?
Replies: 24
Views: 9258

Back to topic:

What about a option inside IDE preferences to select one of the warning outputs:
- send warnings to error log
- send warnings to debug window
- send warnings to separate window (maybe pre-defined)

You would match all interests.

Best Regards

CSAUER
by CSAUER
Mon Jun 16, 2008 4:03 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Compiler Feature : Check for Syntax
Replies: 32
Views: 9671

That seems to work.

May be an idea for freak:
Could you please implement a menu item which temporary add's a "end" command to the compilation?
It should not really be in the code editor, just only temporary in memory before compilation.
This could be the easy way for a solution. Does not bring a ...
by CSAUER
Mon Jun 16, 2008 12:06 pm
Forum: Announcement
Topic: CS-Grid-Gadget: New Release V 2.3 / PB4
Replies: 66
Views: 44848

Hi, the constant #LF_FACESIZE is been used for create a userdefined gadget with tailbite. If you include the sourcecode directly, you can comment out the structure "CHARFORMAT2_".

I replaced the existing download-file of latest source codes and added the constant #LF_FACESIZE. I did not recompiled ...
by CSAUER
Thu Jun 12, 2008 10:41 am
Forum: Feature Requests and Wishlists
Topic: IDE: variables list
Replies: 4
Views: 1471

IDE: variables list

Hi,

I would like to suggest, that a double click onto a variable list entry would show the whole content in a editorgadget-window. This would be very useable if a string has a linebreak or more than just the displayed content.
I think this shouldn't be a big thing, but very helpful.

Addionally ...
by CSAUER
Thu May 29, 2008 3:57 pm
Forum: Coding Questions
Topic: Shouldn't this work?
Replies: 4
Views: 1806

Oh yes, sorry I was some kind of stupid. You are right. Such a beginner question... :oops:
I think it is much to hot today - 27°C in the room.
by CSAUER
Thu May 29, 2008 3:54 pm
Forum: Coding Questions
Topic: Shouldn't this work?
Replies: 4
Views: 1806

Thanks srod. My purpose is to do a copy of a complexe linked list and append the copy at the end.

My idea was:
1. read out the actual list item
2. remember the pointer
3. add a new list item
4. go back to the pointer and continue looping

A workaround could be to copy existing linked list into a ...
by CSAUER
Thu May 29, 2008 3:39 pm
Forum: Coding Questions
Topic: Shouldn't this work?
Replies: 4
Views: 1806

Shouldn't this work?

for my understanding, this piece of code should work correctly:

Global temp.s
NewList mylist.s()

AddElement(mylist())
mylist() = "John"
AddElement(mylist())
mylist() = "Eric"

ResetList(mylist())
While NextElement(mylist())
temp = mylist()
*Old_Element = @mylist()
LastElement(mylist ...
by CSAUER
Wed May 28, 2008 2:12 pm
Forum: Feature Requests and Wishlists
Topic: IDE: toolbox procedures
Replies: 0
Views: 1194

IDE: toolbox procedures

I would like to ask for a small enhancement of the procedures toolbox:

I know, that I can visualize comments there, when I am using ;-
Is there a posibility to get some bold entries, when I am using f.ex. ;= or ;~?

I would like to use that feature for some grouping issues, like do differ between ...
by CSAUER
Mon May 26, 2008 1:40 pm
Forum: Mac OSX
Topic: Any chance to load NIB/XIB file
Replies: 1
Views: 2971

Any chance to load NIB/XIB file

It would be very cool if we would be able to design our UI with Interface Builder and if there would be a function that relies on it.

I think one component should be the "CreateNibReference" function.
But how to implement this into PB environment?

Is there anybody out there who has an idea how to ...
by CSAUER
Mon May 26, 2008 1:07 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] PB Mac: Compiler Wishlist
Replies: 0
Views: 1228

[Implemented] PB Mac: Compiler Wishlist

I would like to see following features on Mac version:

- cocoa support beside/instead of carbon
- native cocoa toolbars
- editable grid
- bridge to NIB files (some methods to use Interface Builder as designer and native PB code)
by CSAUER
Mon May 26, 2008 1:01 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] PB Mac: IDE Wishes
Replies: 0
Views: 1182

[Implemented] PB Mac: IDE Wishes

I would like to see following features:

- universal binary support as compiler option (it should compile PPC/X86 within two pass and assemble it via script to a UB by using the XCode tool by its own)
- splitter support for tools panel
- embedded debugger
- support native help system and spotlight ...
by CSAUER
Mon May 26, 2008 11:20 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] advanced image support
Replies: 0
Views: 1281

[Implemented] advanced image support

Please add alpha-channel support for all images/OS in a way Blitz3D is doing.

- add image-mask to a existing image (gray-scale image with same size)
- load image-mask to a existing image (gray-scale image with same size)
- add mask-color to a existing image

This image-mask should be compatible to ...
by CSAUER
Mon May 19, 2008 3:29 pm
Forum: Off Topic
Topic: another view on vista
Replies: 36
Views: 6590

Sorry, really just a typo. I wanted to write "rocks" and I did correct it.
I had in mind, that Windows just sucks.
by CSAUER
Mon May 19, 2008 12:53 pm
Forum: Off Topic
Topic: another view on vista
Replies: 36
Views: 6590

Move to OS X!

I think Apple did a good job during their introduction of Mac OS X. They added a runtime-environment for Mac OS called "classic" environment. The application did not notice, that there was a different OS and it was seamlessly integrated into the new GUI.
And OS X has nothing to do with classic Mac ...