/AppWindow.xml (0f65b59dce47886f8888168c3eec87515dcbe253) (1328 bytes) (mode 100755) (type blob)

<?xml version="1.0" encoding="utf-8"?>
<application id="app" base="IVORSS">
    <menustrip id="mainstrip">
        <menu title="Project">
            <item id="menu_about" notify="selected">About...</item>
            <item id="menu_about_mui" notify="selected">About MUI...</item>
            <item id="menu_about_muiroyale" notify="selected">About MUI Royale...</item>
            <item/>
            <item id="menu_quit" notify="selected" shortcut="Q">Quit</item>
        </menu>
        <menu title="Settings">
            <item id="menu_muisettings" notify="selected">MUI...</item>
        </menu>
    </menustrip>
	
	<window id="win" muiid="MAIN" title="IvoRSS" screentitle="IvoRSS 0.1" notify="closerequest" menustrip="mainstrip" appwindow="true">
		<hgroup>
			<listview id="lv3" frame="readlist" notify="appmessage" weight="50"><column/></listview>
			<vgroup>
				<text id="channel_title" PreParse="\33b"/>
				<text id="channel_description"/>
				
				<listview id="articles" notify="active">
			   <column title="Title"/>
			   <column title="PubDate"/>
			   <column title="Category"/>
				</listview>
			
			<text id="item_title" PreParse="\33b"/>
			<floattext id="textfield" background="readlistback" tabsize="4" justify="true">
				
			</floattext>

			</vgroup>
        </hgroup>
    </window>
</application>



Mode Type Size Ref File
100755 blob 1328 0f65b59dce47886f8888168c3eec87515dcbe253 AppWindow.xml
100755 blob 3335 ee41046341dd9882e258b76c859b18bf5f22d7d2 IvoRSS.hws
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/iam-git/IvoRSS

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/iam-git/IvoRSS

Clone this repository using git:
git clone git://git.rocketgit.com/user/iam-git/IvoRSS

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main