B4A Library CustomRSSView

ielliot

Member
Licensed User
Longtime User
rssView.PublishedPrompt("xxxxxxx")

Error description: Property: _publishedprompt is writeonly.

What is the correct method for changing this parameter... Thanks
 

asales

Expert
Licensed User
Longtime User
Hi NJDude.
Is possible to change the text size of the field Title?
 

NJDude

Expert
Licensed User
Longtime User
I haven't added that feature the reason is because being able to do that might allow to create ridiculous results, like someone adding a font size of 72 or size 1
 

ielliot

Member
Licensed User
Longtime User
Hello... is there any way to attach the RSSview to a panel. For example I want to be able to move the position of the RSSView.
 

ielliot

Member
Licensed User
Longtime User
Suggestion:

It would useful to those using the custom Rssview for news to have a header and footer on the feed which can hold a logo with issue information.

Elliot
 

NJDude

Expert
Licensed User
Longtime User
You can leave the image blank and add the HTML text to the Description field
 

asales

Expert
Licensed User
Longtime User
How I can set the "TitleTextColor" and "TitleBackgroungColor"?

Thanks.
 

NJDude

Expert
Licensed User
Longtime User
How I can set the "TitleTextColor" and "TitleBackgroungColor"?

Thanks.
The intellisense shows the syntax:
B4X:
Sub TitleTextColor(Red As Int, Green As Int, Blue As Int)
For example, if you want the text to be RED then you do:
B4X:
TitleTextColor(255, 0, 0)
TitleBackgroundColor is similar, but it has an additional parameter for Alpha.
 

asales

Expert
Licensed User
Longtime User

Thanks NJDude!
 

asales

Expert
Licensed User
Longtime User
I try to add the rssView in a panel (+ ActionBar panel) but the bottom of rssView is cut off.
Please see the sample and image in attached.
How I can fix it?
I could not find where the problem is.
Thanks in advance.
 

Attachments

  • RSSView_ActionBar.zip
    12.5 KB · Views: 189
  • SC20140929-222030.png
    39.7 KB · Views: 234

Douglas Farias

Expert
Licensed User
Longtime User
@NJDude
hi man, i m using your lib, works very fine, but i have one problem
how can i open spolier?
when i click in one spolier no hapans nothing *-*
dont work *-*

its possible add click at spolier and open this spolier when is clicked?
 

asales

Expert
Licensed User
Longtime User
@NJDude
hi man, i m using your lib, works very fine, but i have one problem
how can i open spolier?
when i click in one spolier no hapans nothing *-*
dont work *-*

its possible add click at spolier and open this spolier when is clicked?

Hi Douglas.
Did you see my question above?
You succeeded to use the CustomRSS in a panel without cut off the bottom?
What is "spolier"?
 

Douglas Farias

Expert
Licensed User
Longtime User
hi man, i m using at activity and is 100% y and x

spolier = SPOILER* is this
ssssssssssss
 

asales

Expert
Licensed User
Longtime User
spolier = SPOILER* is this
ssssssssssss

See my sample in attached.
Spoiler works, but I can't solved the problem with add CustomRSS to panel and cut off the bottom.
 

Attachments

  • RSSView_SpoilerYES_ActionBarNO.zip
    12.8 KB · Views: 200

Douglas Farias

Expert
Licensed User
Longtime User
See my sample in attached.
Spoiler works, but I can't solved the problem with add CustomRSS to panel and cut off the bottom.

your layout is not correct
here is, panel - pnlaction.height
 

Attachments

  • RSSView_Sample.zip
    377.8 KB · Views: 196
Cookies are required to use this site. You must accept them to continue using the site. Learn more…