I am using Flex 3.
I would like to create an array of checkboxes so that I could use this array as the data provider for a column chart.
Instead of having static labels in the x-axis - I would like to have checkboxes as part of the labes in the x-axis of a column chart. So, that the user can...
Hello,
I would like to be able to create an expand/collaspe section within my word document ?
Has anyone done this ? So if you click on a link you can expand the section and read the contents or collaspe the section.
I am not sure this can be done...but thought i would ask.
Thanks
With the FullScreen option you can navigate thru your visio pages..and you can use the hyperlink option to achieve an interaction effect.
Is there a way to also use layers to show and hide areas ?
such that when you are in FullScreen mode you can control the display of the layers ?
Hello,
In Visio 2000, you could create a Excel file using the following format and commands :
Shape 6.2 Media Relations
Shape 6.3 Business Proposals
Shape 10 Manager Profile
Link 1 2
Link 1 3
and import this into visio using the File -Open, which would allow you to import a...
on the ONClick event i want to be able to change the background color of one layer to be highlighted and reset the background colors of the other layers.
so only the layer that was most recently clicked has the highlighted color while all others are set back to the default color.
This works...
Hi,
I have a textbox that i don't want users to be able to use the Ctrl-V (Paste) feature to enter information.
So, how do i prevent users from pasting text into a text box ?
Thanks,
Ter
Hi,
I have a grid with the usual stuff, Name, Phone Number and Address.
I want to display the PhoneNumber in the 123-1234 format instead of how it is being stored in the db field which is 1231234.
For a column in the grid, you cannot select a masked text box and can only select a text box...
i must be missing something..
here is my code...
if (strCmd == "January")
{
lnkJan.BorderStyle = BorderStyle.FixedSingle;
monthCalendar1.SelectionStart = new DateTime(01, 01,2005);
monthCalendar1.SelectionEnd = new DateTime(01, 01, 2005);
}
I also tried
monthCalendar.SelectionRange.Start...
Hello,
I tried the setting of the SelectionStart and SelectionEnd,
but still the calendar do not refresh itself to show January.
????? You would think that this would work, but i must be missing something ???
Once i set the selection range, how do i force the calendar to change ....
thanks
-ter
The MonthCalendar control for the windows form does not have a Date property ?
So, i used the following :
this.monthCalendar1.TodayDate = new DateTime(01, 01, 2005);
but the monthcalendar did not switch to January ??
Hi,
I am using the MonthCalendar and i would like to set the
month within the program.
So that when a person clicks on a Jan or Feb link, the monthCalendar control will display the selected month.
How do i do this ? in the .ASP .NET control there is a VisualDate property but no such thing for...
I am using the Calendar Control, and would like to change the colors of the highlighting that is used for selection of a range.
temp = DateTime.Parse("11/15/2005");
monthCalendar1.SelectionStart = temp;
temp = DateTime.Parse("11/20/2005");
monthCalendar1.SelectionEnd = temp;
This hightlights...
Hello,
I created a context menu, and set the context menu property for a grid to testContextmenu.
However, when the grid has focus it always brings up the default context menu, undo, cut, copy ...etc. instead of the one i defined....
Initially, the grid is empty and does not have any values...
I have two images....
And i want to determine if they are equal...
I thought i could use
Image1.Equals(Image2) but this is not correct...
OR
System.Drawing.Equals(Image1, Image2 ) and this does not seem to work.
Basically, i want to determine if the image is the same as the one on a toolbar...
Hi,
I have two forms each with a toolbar.
I load the Parent form with a ImageList A. ( it is an MDI ).
I than set the imageList for the child form to ImageList B.
It seems that when the toolbars buttons are merged - the images for the child toolbar buttons form are not using the ImageList B...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.