Click here to Skip to main content
16,021,125 members
Home / Discussions / Game Development
   

Game Development

 
AnswerRe: problem Pin
Pravin Patil, Mumbai28-Jul-11 3:07
Pravin Patil, Mumbai28-Jul-11 3:07 
AnswerRe: problem Pin
expert_babaji16-Sep-11 5:43
expert_babaji16-Sep-11 5:43 
QuestionGreat forum, but not much going on... Pin
CDP180223-Jun-11 10:39
CDP180223-Jun-11 10:39 
QuestionRe: Great forum, but not much going on... Pin
AspDotNetDev23-Jun-11 10:58
protectorAspDotNetDev23-Jun-11 10:58 
AnswerRe: Great forum, but not much going on... [modified] Pin
CDP180223-Jun-11 13:03
CDP180223-Jun-11 13:03 
AnswerRe: Great forum, but not much going on... Pin
AspDotNetDev23-Jun-11 13:48
protectorAspDotNetDev23-Jun-11 13:48 
GeneralRe: Great forum, but not much going on... Pin
CDP180223-Jun-11 16:07
CDP180223-Jun-11 16:07 
GeneralIf it is of any interest... Pin
CDP180224-Jun-11 11:38
CDP180224-Jun-11 11:38 
... here is the XAML that defines the left form in the screenshot. It is now included as embedded resource and loading and displaying the form works fine. I'm going to start working on the events now.

<cTestForm Id="FrmLayoutTest" Alpha="200" BackColor="0, 74, 127, 255" BorderColor="95, 158, 160, 255" CaptionColor="0, 54, 107, 255"
           TextColor="255, 215, 0, 255" Text="UI Test" TextAlignment="MIDDLE_CENTER" BarWidth="32" CaptionPosition="RIGHT"
           Font="Arial_16_bold" FontSize="16" FontStyle="BOLD" Width="375" Height="250" PositionX="600" PositionY="125" 
           xmlns="clr-namespace:PraetorTest;assembly=PraetorTest" 
           xmlns:foc="clr-namespace:FoC.Praetor4UI.Controls;assembly=Praetor4UI" 
           xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    <cTestForm.Controls>
        <foc:cPraePanel Id="PnlCaptionPosition" Width="115" Height="145" BorderColor="95, 158, 160, 255" PositionX="5" PositionY="5"
                        BackColor="0, 0, 0, 0">
            <foc:cPraePanel.Controls>
                <foc:cPraeLabel Id="LblCaptionposition" BorderColor="255, 255, 255, 255" Font="Arial_10" FontSize="10" FontStyle="NORMAL"
                                Width="105" Height="18" PositionX="5" PositionY="5" ResizeEnable="NONE" Text="Caption Position" 
                                TextAlignment="MIDDLE_CENTER" TextColor="255, 215, 0, 255" />
                <foc:cPraeImageButton Id="BtnUp" BackColor="173, 216, 230, 255" BorderColor="255, 255, 255, 255" Height="31"
                                      HighlightColor="255, 255, 255, 255" Image="Button_up" PositionX="41" PositionY="35"
                                      Width="31" />
                <foc:cPraeImageButton Id="BtnLeft" BackColor="173, 216, 230, 255" BorderColor="255, 255, 255, 255" Height="31"
                                      HighlightColor="255, 255, 255, 255" Image="Button_left" PositionX="5" PositionY="71"
                                      Width="31" />
                <foc:cPraeImageButton Id="BtnRight" BackColor="173, 216, 230, 255" BorderColor="255, 255, 255, 255" Height="31"
                                      HighlightColor="255, 255, 255, 255" Image="Button_right" MaxHeight="0" PositionX="77"
                                      PositionY="71" Width="31" />
                <foc:cPraeImageButton Id="BtnDown" BackColor="173, 216, 230, 255" BorderColor="255, 255, 255, 255" Height="31"
                                      HighlightColor="255, 255, 255, 255" Image="Button_down" PositionX="41" PositionY="107"
                                      Width="31" />
            </foc:cPraePanel.Controls>
        </foc:cPraePanel>

...


Edit: I have shortened the XAML a little. And it's very hard to format properly. In the preview it looks ok, but when posted the lines still are too long. Sorry for that.
"I just exchanged opinions with my boss. I went in with mine and came out with his." - me, 2011
---
I am endeavoring, Madam, to construct a mnemonic memory circuit using stone knives and bearskins - Mr. Spock 1935 and me 2011



AnswerRe: Great forum, but not much going on... Pin
Dalek Dave23-Jun-11 13:19
professionalDalek Dave23-Jun-11 13:19 
GeneralRe: Great forum, but not much going on... Pin
CDP180223-Jun-11 16:15
CDP180223-Jun-11 16:15 
QuestionHey guys, mind telling me what you think of my first actual game with updating of movement? Pin
andyharglesis17-Jun-11 21:05
andyharglesis17-Jun-11 21:05 
AnswerRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? PinPopular
Richard MacCutchan17-Jun-11 22:58
mveRichard MacCutchan17-Jun-11 22:58 
AnswerRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Pete O'Hanlon17-Jun-11 23:17
mvePete O'Hanlon17-Jun-11 23:17 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
andyharglesis18-Jun-11 11:49
andyharglesis18-Jun-11 11:49 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? [modified] PinPopular
enhzflep18-Jun-11 17:40
enhzflep18-Jun-11 17:40 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Pete O'Hanlon19-Jun-11 6:47
mvePete O'Hanlon19-Jun-11 6:47 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Paul Conrad26-Jun-11 22:16
professionalPaul Conrad26-Jun-11 22:16 
AnswerRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Ravi Sant19-Jun-11 22:29
Ravi Sant19-Jun-11 22:29 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
charles henington21-Sep-24 19:13
charles henington21-Sep-24 19:13 
AnswerRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Dalek Dave23-Jun-11 13:18
professionalDalek Dave23-Jun-11 13:18 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Pete O'Hanlon23-Jun-11 20:23
mvePete O'Hanlon23-Jun-11 20:23 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Dalek Dave23-Jun-11 21:01
professionalDalek Dave23-Jun-11 21:01 
GeneralRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Wayne Gaylard23-Jun-11 21:19
professionalWayne Gaylard23-Jun-11 21:19 
AnswerRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
thatraja23-Jun-11 21:18
professionalthatraja23-Jun-11 21:18 
AnswerRe: Hey guys, mind telling me what you think of my first actual game with updating of movement? Pin
Аslam Iqbal10-Sep-11 7:37
professionalАslam Iqbal10-Sep-11 7:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.