/AppWindow.xml (ac827082319ce49774f375ac02712825cf3d642c) (1304 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>
				<text id="channel_description"></text>
				
				<listview id="articles" notify="appmessage">
			   <column title="Title"/>
			   <column title="PubDate"/>
			   <column title="Category"/>
			   
			</listview>
				<floattext id="textfield" background="readlistback" tabsize="4" justify="true">
				
			</floattext>

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



Mode Type Size Ref File
100755 blob 1304 ac827082319ce49774f375ac02712825cf3d642c AppWindow.xml
100755 blob 2825 47ae817d12fe8df46822d0ff1a464380ef6cc783 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