View unanswered posts | View active topics It is currently Sun May 19, 2013 11:17 pm

Forum rules


Before posting make sure you have done the following:
  • Checked for an update
  • Read the plugin's supplied documentation
  • Read the General Plugin FAQ
  • Read the plugin's FAQ

Only moderators can post a new topic, so if you have a new plugin, create a thread in the BB4Win forum and we'll move it for ya.



 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.
   

 Topic review - bbColor3dc|bbcolor_3dc2 
Author Message

Reply with quote Post Posted: Sat May 23, 2009 2:57 pm
Re: bbColor3dc|bbcolor_3dc2
hmm.. i wasnt using BButils, maybe that was the problem? thanks unkamunka :D

Reply with quote Post Posted: Sat May 23, 2009 6:22 am
Re: bbColor3dc|bbcolor_3dc2 - minor update
feautre wrote:
these updates crash xoblite. three for three, thats 100% #-o
Two for two - by my counting..... Anyhow, bbColor_3dc2 2.0 *DOES* work on xoblite (at least on the machines here) ;)

Reply with quote Post Posted: Sat May 23, 2009 2:25 am
Re: bbColor3dc|bbcolor_3dc2 - minor update
unkamunka wrote:
Does this still happen when all your other plugins are unloaded?

yep, it does.
unkamunka wrote:
Revised build includes bugfixes for external schemes :D

and, it's work now :D sorry for the trouble my friend.

Reply with quote Post Posted: Fri May 22, 2009 8:04 pm
Re: bbColor3dc|bbcolor_3dc2 - minor update
these updates crash xoblite. three for three, thats 100% #-o

Reply with quote Post Posted: Fri May 22, 2009 7:27 am
Re: bbColor3dc|bbcolor_3dc2 - minor update
Revised build includes bugfixes for external schemes :D - EDIT does not work on xoblite
Attachment:
File comment: no external files required - not for xoblite
bbColor_3dc2_22_01.zip [16.45 KiB]
Downloaded 1215 times

Reply with quote Post Posted: Wed May 20, 2009 6:27 am
Re: bbColor3dc|bbcolor_3dc2 - minor update
igndenok wrote:
...
still crashes unka, sorry for the troubles :oops:
Does this still happen when all your other plugins are unloaded?

Reply with quote Post Posted: Wed May 20, 2009 12:56 am
Re: bbColor3dc|bbcolor_3dc2 - minor update
unkamunka wrote:
Try changing each word "true" to "false".

still crashes unka, sorry for the troubles :oops:

Reply with quote Post Posted: Tue May 19, 2009 6:29 am
Re: bbColor3dc|bbcolor_3dc2 - minor update
igndenok wrote:
[code]
! bbColor3dc2 - settings file
! ===================================================
! set any colours at all?

bbColor3dc.SetMenus: true
bbColor3dc.SetMenuSelect: true
bbColor3dc.SetSelectedItem: true
bbColor3dc.SetTooltip: true
bbColor3dc.SetTitles: true
Try changing each word "true" to "false".

Reply with quote Post Posted: Tue May 19, 2009 2:52 am
Re: bbColor3dc|bbcolor_3dc2 - minor update
i tried 3dc style with bbColor3dc (bbColor3dc 2) and my bblean not crashes, but it can't override the 3dc setting.
my bbColor3dc2.rc
Code:
! bbColor3dc2 - settings file
! ===================================================
! set any colours at all?

bbColor3dc.SetMenus:            true
bbColor3dc.SetMenuSelect:       true
bbColor3dc.SetSelectedItem:     true
bbColor3dc.SetTooltip:          true
bbColor3dc.SetTitles:           true

! commenting out any of the 4 settings below may crash your shell
! to accept the defaults: leave the entries blank

bbColor3dc.Menus:            Toolbar
bbColor3dc.MenuSelect:         ToolbarButtonPressed
bbColor3dc.SelectedItem:      ToolbarWindowLabel
bbColor3dc.Tooltip:            ToolbarButton

! valid entries:
! Toolbar
! ToolbarButton
! ToolbarButtonPressed
! ToolbarLabel
! ToolbarWindowLabel
! ToolbarClock
! MenuTitle (default for bbColor3dc.MenuSelect)
! MenuFrame (default for bbColor3dc.Menus)
! MenuHilite (default for bbColor3dc.SelectedItem)
! WindowFocusTitle
! WindowFocusLabel
! WindowFocusHandle
! WindowFocusGrip
! WindowFocusButton (default for bbColor3dc.Tooltip)
! WindowFocusButtonPressed
! WindowUnfocusTitle
! WindowUnfocusLabel
! WindowUnfocusHandle
! WindowUnfocusGrip
! WindowUnfocusButton

! author option for saving own schemes (remove the ! & add a name)
!bbColor3dc.dcAuthor:


and this is my bbColor_3dc2.rc (bbColor3dc 2.1)
Code:
! bbColor_3dc2 - settings file
! ===================================================
! set any colours at all?

bbColor3dc.SetMenus:            true
bbColor3dc.SetMenuSelect:       true
bbColor3dc.SetSelectedItem:     true
bbColor3dc.SetTooltip:          true
bbColor3dc.SetTitles:           true

! commenting out any of the 4 settings below may crash your shell
! to accept the defaults: leave the entries blank

bbColor_3dc2.Menus:             Toolbar
bbColor_3dc2.MenuSelect:        ToolbarButtonPressed
bbColor_3dc2.SelectedItem:      ToolbarWindowLabel
bbColor_3dc2.Tooltip:           ToolbarButton

! valid entries:
! Toolbar
! ToolbarButton
! ToolbarButtonPressed
! ToolbarLabel
! ToolbarWindowLabel
! ToolbarClock
! MenuTitle (default for bbColor_3dc2.MenuSelect)
! MenuFrame (default for bbColor_3dc2.Menus)
! MenuHilite (default for bbColor_3dc2.SelectedItem)
! WindowFocusTitle
! WindowFocusLabel
! WindowFocusHandle
! WindowFocusGrip
! WindowFocusButton (default for bbColor_3dc2.Tooltip)
! WindowFocusButtonPressed
! WindowUnfocusTitle
! WindowUnfocusLabel
! WindowUnfocusHandle
! WindowUnfocusGrip
! WindowUnfocusButton

! author option for saving own schemes (remove the ! & add a name)
!bbColor_3dc2.dcAuthor:


even with separate 3dc settings (style.3dc) my bblean crashes.
use WinXP Pro SP2 and bbLean 1.17 090127

btw, this plugin it's so interesting :)

Reply with quote Post Posted: Mon May 18, 2009 12:28 pm
Re: bbColor3dc|bbcolor_3dc2 - minor update
igndenok wrote:
yup, i have bbColor_3dc2.rc in my folder...
Have you changed the settings in bbColor_3dc2.rc from what was in the original download?

Reply with quote Post Posted: Mon May 18, 2009 10:48 am
Re: bbColor3dc|bbcolor_3dc2 - minor update
unkamunka wrote:
igndenok wrote:
my blackbox crash when i try to changed style with 3dc style...any idea ?
Do you have the default bbColor_3dc2.rc in your folder? If you have the newest version of bbColor_3dc2, you shouldn't need bbUtils.

yup, i have bbColor_3dc2.rc in my folder. even without bbUtils (with the newest of bbColor_3dc2) i still got crashes.

Reply with quote Post Posted: Mon May 18, 2009 9:10 am
Re: bbColor3dc|bbcolor_3dc2 - minor update
igndenok wrote:
my blackbox crash when i try to changed style with 3dc style...any idea ?
Do you have the default bbColor_3dc2.rc in your folder? If you have the newest version of bbColor_3dc2, you shouldn't need bbUtils.

Reply with quote Post Posted: Mon May 18, 2009 6:30 am
Re: bbColor3dc|bbcolor_3dc2 - minor update
my blackbox crash when i try to changed style with 3dc style (ex: theblues - 0505 all blue). i have the latest bbUtils in my blackbox folder. use bbLean 1.17, any idea ?

Reply with quote Post Posted: Fri May 15, 2009 1:54 pm
Re: bbColor3dc|bbcolor_3dc2
A minor update to bbColor_3dc2 - works on xoblite too - that has removed all dependencies on external *.dlls. :D

EDIT: bbColor_3dc2 2.1 removed due to bug on extrenally generated schemes. :(

Reply with quote Post Posted: Mon Jan 05, 2009 4:48 pm
bbColor_3dc2 (all branches)
bbColor meets 3dcc meets bbColorEx :D
  • limited customisation - all main styleItems available
  • support for parentRelative & both syntaxes
  • update for MenuBar & MenuHilight
READ the Documentation
NOTE latest version of bbUtils REQUIRED - place bbUtils in the same folder as blackbox.exe, then quit & restart blackbox.exe
Attachment:
File comment: have bbUtils in the blackbox.exe folder BEFORE starting blackbox
bbColor_3dc2.zip [12.34 KiB]
Downloaded 359 times


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