Search found 15 matches
- Thu Jun 07, 2012 2:08 pm
- Forum: Feature Requests and Wishlists
- Topic: Semi-OOP cross platform
- Replies: 25
- Views: 5226
Re: Semi-OOP cross platform
I don’t know where I read that interface is for windows only not for other platforms? I will have a look again anyway.
- Thu Jun 07, 2012 1:33 pm
- Forum: Feature Requests and Wishlists
- Topic: Semi-OOP cross platform
- Replies: 25
- Views: 5226
Re: Semi-OOP cross platform
@Luis,
Many thanks for the clarification.
I am really enjoying using PB and have no major issues with it till now. Even without OOP I still can find my way, may be with more effort but still doable.
But if they just add OOP, PB will …. (OMG I am saying it again)
Have a nice day
Many thanks for the clarification.
I am really enjoying using PB and have no major issues with it till now. Even without OOP I still can find my way, may be with more effort but still doable.
But if they just add OOP, PB will …. (OMG I am saying it again)

Have a nice day

- Thu Jun 07, 2012 8:45 am
- Forum: Coding Questions
- Topic: How to make all gadgets detect MouseEnter and MouseLeave
- Replies: 6
- Views: 1142
Re: How to make all gadgets detect MouseEnter and MouseLeave
Very helpful. Thanks for all the replies
- Thu Jun 07, 2012 8:27 am
- Forum: Feature Requests and Wishlists
- Topic: Semi-OOP cross platform
- Replies: 25
- Views: 5226
Re: Semi-OOP cross platform
I really have no issue with PB and I like it and believe I can achieve what I want to do with it.
I (and I believe any newbie) was trying to find easier way to write my code as my coding time is very limited, that’s it, but seems the issue was raised many times before and I believe this will not be ...
I (and I believe any newbie) was trying to find easier way to write my code as my coding time is very limited, that’s it, but seems the issue was raised many times before and I believe this will not be ...
- Tue Jun 05, 2012 2:15 pm
- Forum: Feature Requests and Wishlists
- Topic: Semi-OOP cross platform
- Replies: 25
- Views: 5226
Re: Semi-OOP cross platform
@Tenaja,
I understand that changing to fully OOP is very difficult and may affect the pros of PB like speed, file size, and memory usage. This is why I am asking for semi-OOP with some specific functionality not all of them.
I understand that changing to fully OOP is very difficult and may affect the pros of PB like speed, file size, and memory usage. This is why I am asking for semi-OOP with some specific functionality not all of them.
- Tue Jun 05, 2012 1:29 pm
- Forum: Coding Questions
- Topic: How to make all gadgets detect MouseEnter and MouseLeave
- Replies: 6
- Views: 1142
How to make all gadgets detect MouseEnter and MouseLeave
Why only Canvas can detect these events?
- Tue Jun 05, 2012 1:21 pm
- Forum: Feature Requests and Wishlists
- Topic: Semi-OOP cross platform
- Replies: 25
- Views: 5226
Re: Semi-OOP cross platform
What's up. Could not get youluis wrote:OMG, here we are again.hmasr wrote: will make PB the programming language no 1 in the world.
- Tue Jun 05, 2012 1:18 pm
- Forum: Coding Questions
- Topic: Standard libraries for use in all my applications
- Replies: 3
- Views: 635
Re: Standard library for use in all my applications
May be the subject is misleading, not necessarily all the procedure to be in one file.
For example, I am trying to simulate MS Access multi-column combo using string, button, and listview gadgets.
When you click the button or string gadget the listview will appear then when a row is selected the ...
For example, I am trying to simulate MS Access multi-column combo using string, button, and listview gadgets.
When you click the button or string gadget the listview will appear then when a row is selected the ...
- Tue Jun 05, 2012 12:58 pm
- Forum: Feature Requests and Wishlists
- Topic: Semi-OOP cross platform
- Replies: 25
- Views: 5226
Re: Semi-OOP cross platform
Zach,
Yes I can via API but for windows only. What I need is platform independent method
Yes I can via API but for windows only. What I need is platform independent method
- Tue Jun 05, 2012 9:16 am
- Forum: Feature Requests and Wishlists
- Topic: Semi-OOP cross platform
- Replies: 25
- Views: 5226
Re: Semi-OOP cross platform
Thanks fsw, this will help a lot.
However if PB consider thinking about adding some (not necessarily all) of the functionalities of the OOP (specially subclassing to add custom properties and methods) will make PB the programming language no 1 in the world.
However if PB consider thinking about adding some (not necessarily all) of the functionalities of the OOP (specially subclassing to add custom properties and methods) will make PB the programming language no 1 in the world.
- Tue Jun 05, 2012 9:01 am
- Forum: Coding Questions
- Topic: Standard libraries for use in all my applications
- Replies: 3
- Views: 635
Standard libraries for use in all my applications
I have a group of controls that will work together to do a specific function. This group can be repeated in the same application or in other applications and I want them to always act the same way. I put a procedure in a pbi file to create the group, so all what I need is to include this file and ...
- Wed May 30, 2012 6:35 am
- Forum: Feature Requests and Wishlists
- Topic: Semi-OOP cross platform
- Replies: 25
- Views: 5226
Semi-OOP cross platform
Add the possibility to add custom properties to the gadgets or windows? (If custom methods as well would be great). It should be cross platform.
- Tue May 29, 2012 10:12 am
- Forum: Coding Questions
- Topic: How to extend/subclass a gadget or window (cross platform)?
- Replies: 1
- Views: 765
How to extend/subclass a gadget or window (cross platform)?
I’ve seen some topics for that but for windows only using API calls. I want to add properties and methods to a gadget or window but should be valid for all supported platforms.
- Sat May 19, 2012 12:54 pm
- Forum: Coding Questions
- Topic: Compile to a different OS
- Replies: 4
- Views: 1036
Re: Compile to a different OS
Ok,
Thanks all for the prompt reply
Thanks all for the prompt reply
- Sat May 19, 2012 10:59 am
- Forum: Coding Questions
- Topic: Compile to a different OS
- Replies: 4
- Views: 1036
Compile to a different OS
I am new to PB. I am using windows. How to compile my application to a different OS (Mac, Lunix, etc)? I can see in the menus “Default target” and “All targets” but they are not working. And in the compiler options there are Windows, Console, and Dll only and no other OS.