View unanswered posts | View active topics It is currently Thu Sep 09, 2010 1:08 am



 Post a reply 
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o =P~ :^o [-X [-o<
View more smilies
Font size:
Tip: Styles can be applied quickly to selected text.  Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation code
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the Board Administrator.
Confirmation code
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

 Topic review - bb4win_mod 1.19 - bbStyleMaker compatible :D 
Author Message

Reply with quote Post Posted: Sun Jan 03, 2010 8:56 pm
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
ivan_at_uadm wrote:
.....and if use new function name (to avoid interference with old plugins)?


Don't think that's an issue. The only function names that are important are those that are in BBApi.h. All the others can be reused as much as you like - as long as *you* don't get confused...... ;)

Reply with quote Post Posted: Sun Jan 03, 2010 8:50 pm
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
unkamunka wrote:
.....

Nobody's done it yet. ATM all plugin menus are hard-coded. Good luck! :D

see the "shallow water" in your`s post - it`s not simply? [-o<
and if use new function name (to avoid interference with old plugins)?

Reply with quote Post Posted: Sun Jan 03, 2010 6:44 pm
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
You are right. That is the code that is used in the Core for building Menus with icons.

You can try writing new code for the plugin to include the icon item in the MakeMenuItem code. The code would loop through a custom menu and build a pluginMenu out of it. That way, the EndUser will be able to specify which applications & which icons they wish to use.

Nobody's done it yet. ATM all plugin menus are hard-coded. Good luck! :D

Reply with quote Post Posted: Sun Jan 03, 2010 5:03 pm
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
unkamunka wrote:
No problems about your English - now I understand you're talking about Menus in a plugin.

At the moment, none of the shells support icons in plugin menus.

It is possible to have icons increase ín size with a MouseOver - like RocketDock. The problem is - with the existing toolbar plugins - that *all* icons (& so the whole Toolbar) would increase in size; not just the item that had the focus.


why in BBAPI we have:
Quote:
API_EXPORT MenuItem *MakeMenuItem(Menu *PluginMenu, LPCSTR Title, LPCSTR Cmd, bool ShowIndicator);

if in the Menu.h:218:2 we have analog with:
Quote:
friend MenuItem* MakeMenuItem(Menu *PluginMenu, LPCSTR Title, LPCSTR Cmd, bool ShowIndicator, LPCSTR Icon);


i suggest this used in main code for draw a BBmenu with icons?

Reply with quote Post Posted: Tue Dec 29, 2009 6:23 pm
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
No problems about your English - now I understand you're talking about Menus in a plugin.

At the moment, none of the shells support icons in plugin menus.

It is possible to have icons increase ín size with a MouseOver - like RocketDock. The problem is - with the existing toolbar plugins - that *all* icons (& so the whole Toolbar) would increase in size; not just the item that had the focus.

Reply with quote Post Posted: Tue Dec 29, 2009 4:24 pm
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
unkamunka wrote:
ivan_at_uadm wrote:
are there any way to make menu with icons (like BBmenu) in bb4win_mod ?

Not sure whether I understand.

bb4win_mod 1.19 (& later) *does* support menu icons.
.....

Of course it supports menu icons, i use it in conjunction with option in bb.rc:
session.menu.icon.size: 48

i`m interest about creation of my own menu (from plugin) with changeable icons.
my idea with rocked dock (dock in MacOS style) does not leave me, that why i interests it.

P.S. Thanks for you attention and Sorry for my English.

Reply with quote Post Posted: Tue Dec 29, 2009 2:37 pm
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
ivan_at_uadm wrote:
are there any way to make menu with icons (like BBmenu) in bb4win_mod ?

Not sure whether I understand.

bb4win_mod 1.19 (& later) *does* support menu icons.

You can make custom menus *with icons* by adapting an existing menu or using the documentation. bb4win_mod 1.19 ships with icons enabled in its menu.

bbMenu is a plugin that is largely superseded. It was created to make additional menus available in the bb4win 0.92 (& earlier) and early versions of xoblite where it was not possible to create custom menus. It does not support menu icons.

Can you help me better understand what you're looking for?

Reply with quote Post Posted: Tue Dec 29, 2009 2:24 pm
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
unkamunka wrote:
ivan_at_uadm wrote:
I`m using bb4win_mod 1.19, when i try to load plugin with a function MenuItemOption
BlackBox put on error (no entrypoint for function MenuItemOption).

are this api (void MenuItemOption(MenuItem *pItem, int option, ...);) still work???
You need to be using bbMien|bb4win_mod 7.11.

AFAIK MenuItemOption is only supported by bbMien|bb4win_mod 7.11 & bbLean 1.17.


it is impossible, because there is no icon size control like at bb4win_mod 1.19
are there any way to make menu with icons (like BBmenu) in bb4win_mod ?

Reply with quote Post Posted: Tue Dec 29, 2009 11:32 am
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
ivan_at_uadm wrote:
I`m using bb4win_mod 1.19, when i try to load plugin with a function MenuItemOption
BlackBox put on error (no entrypoint for function MenuItemOption).

are this api (void MenuItemOption(MenuItem *pItem, int option, ...);) still work???
You need to be using bbMien|bb4win_mod 7.11.

AFAIK MenuItemOption is only supported by bbMien|bb4win_mod 7.11 & bbLean 1.17.

Reply with quote Post Posted: Tue Dec 29, 2009 10:56 am
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
I`m using bb4win_mod 1.19, when i try to load plugin with a function MenuItemOption
BlackBox put on error (no entrypoint for function MenuItemOption).

are this api (void MenuItemOption(MenuItem *pItem, int option, ...);) still work???

Reply with quote Post Posted: Tue Dec 29, 2009 10:25 am
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
Yes, that was my mistake, sorry. :)

Reply with quote Post Posted: Sun Dec 27, 2009 10:22 am
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
Niniel wrote:
Please forgive me if I've asked this before, but this version of bb does not supporte [include] statements in the menu? Why not? I've come to rely on that to keep my menus sane...

The default menu.rc that comes in the zip package has several [include] statements.

Perhaps your problems have something to do with either the settings being used either in blackbox.rc for session:menufile: or the paths you are setting for your include statements?

Reply with quote Post Posted: Sun Dec 27, 2009 12:17 am
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
Please forgive me if I've asked this before, but this version of bb does not supporte [include] statements in the menu? Why not? I've come to rely on that to keep my menus sane...

Reply with quote Post Posted: Thu Jul 30, 2009 7:15 am
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
  • Each one of the Openbox style files in the package was originally named themerc
  • The only change made to any of the files themselves was to add a rootCommand
  • The Openbox folder structure for each style was themes/name_of_theme/openbox-3/themerc

Reply with quote Post Posted: Thu Jul 30, 2009 2:28 am
Re: bb4win_mod 1.19 - bbStyleMaker compatible :D
I used openbox in my recent Puppylinux partition... BB4win is far better and usefull than bb4nix. I mean... openbox is nearly useless but is cute.
by the way... the .cfg files in the style folder OPENBOX from bb4win_mod ... if i rename them to theme in the themes folder of openbox don't load them well... (nameOfTheTheme/theme) are they openbox styles or I have to modify them in some way?
I mean the .CFGs files in the styles\openbox folder from bb4win


Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.