IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Summary description for FadeMessage. More...
Public Member Functions | |
FadeMessage () | |
FadeMessage (string msgtext) | |
Shows a fading message in a new thread, with message text equal to mshtext and without a title;. More... | |
FadeMessage (string msgtext, int showtime) | |
Shows a fading message in a new thread, with message text equal to msgtext and with specified showing time in ms. More... | |
FadeMessage (string msgtext, int showtime, double fadeportion) | |
Shows a fading message in a new thread, with message text equal to msgtext and with specified showing time in ms and fading time portion. More... | |
FadeMessage (string title, string msgtext) | |
Shows the form in a new thread, with a title and with message text equal to msgtext. More... | |
FadeMessage (string title, string msgtext, int showtime) | |
Shows a fading message in a new thread, with a title and with message text equal to msgtext, with specified showing time in ms. More... | |
FadeMessage (string title, string msgtext, int showtime, double fadeportion) | |
Shows a fading message in a new thread, with a title and with message text equal to msgtext, with specified showing time in ms and fading time portion. More... | |
void | HideDialog () |
void | CloseDialog () |
void | ShowThread () |
Shows a fading message in a new thread. More... | |
void | ShowThread (string text) |
Shows a fading message in a new thread, with message text equal to mshtext and without a title;. More... | |
void | ShowThread (string msgtext, int showtime) |
Shows a fading message in a new thread, with message text equal to msgtext and with specified showing time in ms. More... | |
void | ShowThread (string msgtext, int showtime, double fadeportion) |
Shows a fading message in a new thread, with message text equal to msgtext and with specified showing time in ms and fading time portion. More... | |
void | ShowThread (string title, string text) |
Shows the form in a new thread, with a title and with message text equal to msgtext. More... | |
void | ShowThread (string title, string msgtext, int showtime) |
Shows a fading message in a new thread, with a title and with message text equal to msgtext, with specified showing time in ms. More... | |
void | ShowThread (string title, string msgtext, int showtime, double fadeportion) |
Shows a fading message in a new thread, with a title and with message text equal to msgtext, with specified showing time in ms and fading time portion. More... | |
Public Attributes | |
string | MsgTitle = null |
Color | BackGroundColor = Color.LightYellow |
Properties | |
int | ShowTime [get, set] |
double | FadingTimePortion [get, set] |
Private Member Functions | |
void | baseFadeMessage () |
Required designer variable. More... | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
void | FadeMessage_MouseMove (object sender, MouseEventArgs e) |
void | FadeMessage_MouseDown (object sender, MouseEventArgs e) |
void | ManipulationThreadFunc () |
void | FormThreadFunc () |
void | timer1_Tick (object sender, EventArgs e) |
void | SetFadeLevel (double fadefactor) |
void | FadeMessage_Load (object sender, System.EventArgs e) |
void | CancelBtn_Click (object sender, EventArgs e) |
void | FadeMessage_MouseClick (object sender, MouseEventArgs e) |
Private Attributes | |
System.Windows.Forms.Button | CancelBtn |
Panel | TitlePanel |
Panel | MessagePanel |
Panel | ControlPanel |
Label | TitleLbl |
Label | MessageLbl |
System.Windows.Forms.Timer | timer1 |
IContainer | components |
Label | StatusLbl |
int | m_PrevX |
int | m_PrevY |
int | vShowTime = defaultShowtime |
double | vFadingTimePortion = defaultFadingTimePortion |
string | MsgText = null |
Thread | formthread = null |
Thread | manipulationthread = null |
Color | FadeColor = Color.Blue |
int | mintickinterval = 40 |
int | maxticks = 50 |
int | numticks = 0 |
int | totalticks = 20 |
int | firsttick = 1000 |
int | tickinterval = 100 |
double | fadingfactor = 0 |
Static Private Attributes | |
static int | defaultShowtime = 3000 |
static double | defaultFadingTimePortion = 0.3 |
Summary description for FadeMessage.
|
inline |
|
inline |
Shows a fading message in a new thread, with message text equal to mshtext and without a title;.
|
inline |
Shows a fading message in a new thread, with message text equal to msgtext and with specified showing time in ms.
|
inline |
Shows a fading message in a new thread, with message text equal to msgtext and with specified showing time in ms and fading time portion.
|
inline |
Shows the form in a new thread, with a title and with message text equal to msgtext.
|
inline |
Shows a fading message in a new thread, with a title and with message text equal to msgtext, with specified showing time in ms.
|
inline |
Shows a fading message in a new thread, with a title and with message text equal to msgtext, with specified showing time in ms and fading time portion.
|
inlineprivate |
Required designer variable.
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
References IG.Forms.IGForm.SetBackColorRec().
|
inlineprivate |
|
inlineprivate |
References IG.Forms.IGForm.SetBackColorRec().
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
Shows a fading message in a new thread.
this.ShowDialog();
Referenced by IG.Forms.IGForm.basReportError().
|
inline |
Shows a fading message in a new thread, with message text equal to mshtext and without a title;.
|
inline |
Shows a fading message in a new thread, with message text equal to msgtext and with specified showing time in ms.
|
inline |
Shows a fading message in a new thread, with message text equal to msgtext and with specified showing time in ms and fading time portion.
|
inline |
Shows the form in a new thread, with a title and with message text equal to msgtext.
|
inline |
Shows a fading message in a new thread, with a title and with message text equal to msgtext, with specified showing time in ms.
|
inline |
Shows a fading message in a new thread, with a title and with message text equal to msgtext, with specified showing time in ms and fading time portion.
|
inlineprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
string IG.Forms.FadeMessage.MsgTitle = null |
Referenced by IG.Forms.IGForm.basReportError().
|
private |
Referenced by IG.Forms.IGForm.basReportError().
|
private |
|
private |
Color IG.Forms.FadeMessage.BackGroundColor = Color.LightYellow |
Referenced by IG.Forms.IGForm.basReportError().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
getset |
Referenced by IG.Forms.IGForm.basReportError().
|
getset |
Referenced by IG.Forms.IGForm.basReportError().