NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 60 61 62 63 64 … 125 Next »
VA Panel - Interesting behavior

 
  • 0 Vote(s) - 0 Average
VA Panel - Interesting behavior
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#1
2006-07-01, 03:22 PM
Jeff,

I modified the VA Panel to use DrawTextWithOutline. As soon as I saved the panel's xml file, the outlined text started working on screen.

However, when I exit GBPVR.exe then restart it, VA Panel will not display anything! If I switch back to DrawText, it works again.

If possible, I would like to use DrawTextWithOutline on all panels.

Thanks,
David
Learning new tricks!
Visit Plain Jane's Collection
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#2
2006-07-01, 03:32 PM
Old Dog Wrote:Jeff,

I modified the VA Panel to use DrawTextWithOutline. As soon as I saved the panel's xml file, the outlined text started working on screen.

However, when I exit GBPVR.exe then restart it, VA Panel will not display anything! If I switch back to DrawText, it works again.

If possible, I would like to use DrawTextWithOutline on all panels.

Thanks,
David

If I remember (my remembererererer is not very good) I tried the same thing without sucess. (I wanted to make sure text was always visible with light backgrounds.)

It is not a very elegent way to do it, but now I use in some areas a "fake" draw text with outline by offsetting the same string by 1 pixel.

Code:
    <DrawText text="@buttonText" loc="10,7" size="160,40" textStyle="ButtonTextSelectedShadow" align="Left" />
      <DrawText text="@buttonText" loc="10,5" size="160,40" textStyle="ButtonTextSelectedShadow" align="Left" />
          <DrawText text="@buttonText" loc="8,5" size="160,40" textStyle="ButtonTextSelectedShadow" align="Left" />
      <DrawText text="@buttonText" loc="8,7" size="160,40" textStyle="ButtonTextSelectedShadow" align="Left" />
          <DrawText text="@buttonText" loc="9,6" size="160,40" textStyle="ButtonTextSelected" align="Left" />

It seems there was another panel or so that did not support draw text with outline.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#3
2006-07-02, 04:13 AM
I just use standard gbpvr CompositeImages so I don't know why the DrawTextWithOutline style would work some times and not others. GBPVR does the processing of all the lines for me.

Jeff
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#4
2006-07-02, 05:07 PM
I've double checked, it is reproducible.

Now I am working around the problem by using both methods, first DrawText for each message, followed by DrawTextWithOutline for each message. The result on screen is VAPanel with outlined text.

-David
Learning new tricks!
Visit Plain Jane's Collection
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Change Pop up Panel Size steeb 3 3,172 2010-03-05, 05:54 PM
Last Post: steeb
  ML Panel screensaver does not show in PVRX2 jasjol 1 2,006 2009-12-30, 12:16 AM
Last Post: ACTCMS
  asus spresso lcd front panel bonhomme26 2 1,974 2007-03-17, 09:53 PM
Last Post: bonhomme26
  can't get weather to show in VA panel DoPeFiSh 6 1,940 2007-01-21, 06:00 AM
Last Post: DoPeFiSh
  Weather (not showing in Config or on panel) davreh99 7 2,128 2006-10-28, 08:05 PM
Last Post: davreh99
  Music Panel problems in 98.8b?? jam_zhou 3 1,876 2006-09-27, 05:15 PM
Last Post: nightwalker
  Interesting Weather Issue MaBo 2 1,429 2006-09-04, 07:50 AM
Last Post: MaBo
  weather panel and news feed plugin install help! darklord2005 5 2,102 2006-07-05, 02:24 PM
Last Post: darklord2005
  Music Panel Help beersnob 6 2,464 2006-07-04, 03:39 AM
Last Post: Fatman_do
  @Jeff: Weather Plugin Panel / Question ShiningDragon 9 2,676 2006-06-26, 05:18 PM
Last Post: Fatman_do

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode