- Posts: 28
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
selecting texts and thumbnail Color
IP: 192.168.0.71
11 years 7 months ago - 11 years 7 months ago #7074
by oemilk
selecting texts and thumbnail Color was created by oemilk
I'd like to set the colors that selecting texts and thumbnail.
http://cfile213.uf.daum.net/original/213880405404406E2309C4
But there is only one value.
When I changed this, selecting texts's color and thumbnail's color is same.
I want to set the different colors. (texts -> red / thumbnail -> blue).
/**
* selection color.
*/
public static int selColor = 0x8000BFFF;// selection color
http://cfile213.uf.daum.net/original/213880405404406E2309C4
But there is only one value.
When I changed this, selecting texts's color and thumbnail's color is same.
I want to set the different colors. (texts -> red / thumbnail -> blue).
/**
* selection color.
*/
public static int selColor = 0x8000BFFF;// selection color
Last edit: 11 years 7 months ago by EugeneP.
IP: 192.168.0.156
11 years 6 months ago - 11 years 6 months ago #7077
by Davide
Replied by Davide on topic selecting texts and thumbnail Color
Hi,
if you have a premium or a professional license, you can change the Global.selColor parameter in PDFVSel class, everytime is used, with your own color, so the selection color will change..
if you have a premium or a professional license, you can change the Global.selColor parameter in PDFVSel class, everytime is used, with your own color, so the selection color will change..
Last edit: 11 years 6 months ago by poudel.
IP: 192.168.0.71
11 years 5 months ago #7382
by oemilk
Replied by oemilk on topic selecting texts and thumbnail Color
I want to set different color.
"selecting texts's colo" is red and "current thumbnail's color" is blue.
When I changed the "Global.selColor", two colors are same..
"selecting texts's colo" is red and "current thumbnail's color" is blue.
When I changed the "Global.selColor", two colors are same..
IP: 192.168.0.156
11 years 5 months ago - 11 years 5 months ago #7383
by Davide
Replied by Davide on topic selecting texts and thumbnail Color
Hi,
you have to change the Global.selColor parameter in PDFVSel class with the color you wanto to set!
So only the selection colour will change!
you have to change the Global.selColor parameter in PDFVSel class with the color you wanto to set!
So only the selection colour will change!
Last edit: 11 years 5 months ago by poudel.
IP: 192.168.0.71
11 years 5 months ago - 11 years 5 months ago #7394
by oemilk
Replied by oemilk on topic selecting texts and thumbnail Color
I find "PDFVSel class".
but there is no construction and methods...
but there is no construction and methods...
Last edit: 11 years 5 months ago by EugeneP.
IP: 192.168.0.156
11 years 5 months ago #7399
by Davide
Replied by Davide on topic selecting texts and thumbnail Color
Hi,
search in PDFVSel class the Global.selColor parameter.
Then replace this parameter with your own colour.
The selection colour will be your own colour..
search in PDFVSel class the Global.selColor parameter.
Then replace this parameter with your own colour.
The selection colour will be your own colour..
Time to create page: 0.434 seconds