Search found 107 matches

by Yogi Yang
Fri Apr 21, 2023 12:18 pm
Forum: General Discussion
Topic: Xojo Developers
Replies: 18
Views: 5282

Re: Xojo Developers


That library looks very complete, I don't know nothing similar, but you can use the internal libraríes to do many things and another external libraries to do more complex tasks, like:
OpenCV, FreeImage library, etc...


But that would mean learning a hell lot of things just to get the right set ...
by Yogi Yang
Sat Feb 25, 2023 2:08 pm
Forum: General Discussion
Topic: Xojo Developers
Replies: 18
Views: 5282

Re: Xojo Developers

Being a VB6 developer primarily I could never switch to PB (or for that matter Xojo) as I am personally used to using plethora of available ActiveX controls in the market like Xceed, Infragistic, Chilkat, TX Text Control, CodeJoke Suit Pro, ImageEnX and RC6.

And none of these are available in PB ...
by Yogi Yang
Thu Sep 22, 2022 3:24 pm
Forum: General Discussion
Topic: Should PureBasic become my main development system?
Replies: 22
Views: 6832

Re: Should PureBasic become my main development system?

Hello,


This doesn't answer your question, but in regards to IDE's, Visual Basic 6 is still the easiest IDE ive ever used, I think IDE developers can still learn a LOT from it


Have you heard of a new dev tool called twinBasic? It is still in Alpha stage and is targeted to be a one to one ...
by Yogi Yang
Thu Sep 22, 2022 3:15 pm
Forum: General Discussion
Topic: Has anyone heard of SKIA from Google?
Replies: 2
Views: 840

Has anyone heard of SKIA from Google?

Hello,

Recently I learnt about SKIA. It is on open source cross platform 2D graphic library that most of the modern browsers use extensively.

Has any heard about SKIA?

https://skia.org/

https://github.com/google/skia
by Yogi Yang
Wed Dec 23, 2020 7:55 am
Forum: Applications - Feedback and Discussion
Topic: IceDesign GUI designer
Replies: 726
Views: 281611

Re: IceDesign

@ShadowStorm and @Mohsen,

I have posted a reply in Sweety VD thread which may help in IceDesign...

viewtopic.php?f=12&t=68187&start=165
by Yogi Yang
Wed Dec 23, 2020 7:47 am
Forum: Tricks 'n' Tips
Topic: SweetyVD (Visual Designer)
Replies: 165
Views: 82091

Re: SweetyVD (Visual Designer)

Hello,

I was just passing by PB forums after a very long time and I came across this post which interested me so I download and tested Sweety VD and it is truly a usable solution!

Incidentally I have been involved in a project which allows users to build applications with almost no code for web ...
by Yogi Yang
Sat Jan 16, 2016 4:16 pm
Forum: General Discussion
Topic: Any freeware report printing library?
Replies: 7
Views: 3413

Re: Any freeware report printing library?

Check out ReportManager.

It is open source and had a DLL that you can use from any programming language.

It also has reporting server feature.

http://sourceforge.net/projects/reportman/?source=directory

Another one is OpenRPT. It is built in C++ but quite powerful.

https://github.com/xtuple ...
by Yogi Yang
Wed Apr 08, 2015 8:54 am
Forum: Off Topic
Topic: Programming tools/compilers/intepreters developed using PB
Replies: 8
Views: 4006

Re: Programming tools/compilers/intepreters developed using

You'll get about the same answer here as you got when you asked this question on the Powerbasic forum.
Not at all.

In face the developers and moderators at PoweBasic are very eccentric while on the other hand developers and moderators here are considerate and open and would be ready to discuss ...
by Yogi Yang
Mon Apr 06, 2015 7:57 am
Forum: Off Topic
Topic: Programming tools/compilers/intepreters developed using PB
Replies: 8
Views: 4006

Programming tools/compilers/intepreters developed using PB

Hello,

Has anyone developed any programming tools/compilers/interpreters using PB?

If yes how powerful they are and whether it is official to develop programming tools and sell them commercially using PB?

TIA

Yogi Yang
by Yogi Yang
Thu Jan 19, 2012 5:10 am
Forum: Announcement
Topic: COMatePLUS version 1.2
Replies: 339
Views: 228994

Re: COMatePLUS version 1.2

rtamely wrote:http://www.nxsoftware.com webpage is out?
Web page not working.
by Yogi Yang
Tue Nov 29, 2011 2:26 pm
Forum: General Discussion
Topic: Newbie code organization question
Replies: 9
Views: 3337

Re: Newbie code organization question

Yogi, I tried your download for PBDev, but my first thoughts were that it doesn't feel like it was made specifically for PureBasic. There are things that don't belong? Modules? References to PowerBasic? It looks easy to use though, especially the form designer, but ultimately does not get my vote ...
by Yogi Yang
Mon Nov 28, 2011 2:47 pm
Forum: General Discussion
Topic: Newbie code organization question
Replies: 9
Views: 3337

Re: Newbie code organization question

I am mostly working in Delphi and if I had to write a simple Order Entry System, I'd typically have a main form with a menu linking to Customer, Item, Invoice Maintenance forms etc. The code for each of these forms would be in its own source code files and usually these secondary forms would be ...
by Yogi Yang
Wed Aug 17, 2011 6:20 am
Forum: Coding Questions
Topic: Total Hook
Replies: 13
Views: 3546

Re: Total Hook

There are a few commercial and binary only solutions.

I prefer to use DWSpy component it comes as a static DLL as well as an ActiveX wrapper. It comes with source code option also. They have implemented all kinds of hooks in a very elegant way. The subclasses is so stable that I have never seen any ...
by Yogi Yang
Sat Jun 04, 2011 7:04 am
Forum: The PureBasic Editor
Topic: Replace the Editor part of current PureBasic IDE
Replies: 25
Views: 16838

Re:

freak wrote:(btw, you forgot to mention the url where your component can be found ;))
I just found out that what I am referring to (code max code sense) is already used in JaPBe!
by Yogi Yang
Fri Apr 15, 2011 1:45 pm
Forum: Feature Requests and Wishlists
Topic: OOP Support (it is time)
Replies: 112
Views: 23377

Re: OOP Support (it is time)

Just recently I received an email which contains OOP related opinion of a Compiler Writer.

Here are a few extracts from it:

An object is a pre-defined set of data (variables), neatly packaged with a group of subroutines (code) which manipulate the data and provide any other functionality you need ...