Ask a Question related to Dreamweaver AppDev, Design and Development.
-
ReidarT #1
Calendar flickering
I use a asp-calendar in asp.net to fill two textboxes with dates. Is it
possible to get rid of the flickering?
regards
reidarT
ReidarT Guest
-
2006 calendar needed for photo calendar
I want to start work on a 2006 calendar featuring my own photographs. In Photoshop there used to be a calendar-creating feature that worked well,... -
Flickering rollovers
I'm using the visible setting to create a rollover with two sprites. The visible of the "over" sprite is set to FALSE in a prepareMovie script. ... -
Flickering video
MAN! Do sprites ever like to flicker with me! My problem now is that I'm trying to play an mov in my director movie, but it flickers constantly. ... -
Flickering mpg's
Hi guys, has anyone ever come across mpg's flickering when placed over the top of a flash movie once embedded in a director presentation? please... -
Animated GIF Flickering
Hello: I am currently working on a series of short films called Worm Wars and am in desperate need of help. I am animating with Animated GIFs... -
twocans #2
Re: Calendar flickering
can we see the page , cant tell you anything otherwise.
"ReidarT" <reidar@eivon.no> wrote in message
news:d4d32k$alg$1@forums.macromedia.com...>I use a asp-calendar in asp.net to fill two textboxes with dates. Is it
>possible to get rid of the flickering?
> regards
> reidarT
>
twocans Guest
-
ReidarT #3
Re: Calendar flickering
The example [url]http://www.eivon.no/utleiedw/kalendervb.aspx[/url]
regards
reidarT
"twocans" <abbadontdoit@hotmail.com> skrev i melding
news:d4d3ic$b87$1@forums.macromedia.com...> can we see the page , cant tell you anything otherwise.
>
>
>
>
> "ReidarT" <reidar@eivon.no> wrote in message
> news:d4d32k$alg$1@forums.macromedia.com...>>>I use a asp-calendar in asp.net to fill two textboxes with dates. Is it
>>possible to get rid of the flickering?
>> regards
>> reidarT
>>
>
ReidarT Guest
-
twocans #4
Re: Calendar flickering
it is not flickering as far as I can see, what I believe maybe your saying
is can it pass the variable into the textbox without refreshing the page. if
that is the case I cannot help you there as it is beyond me.
where did you get the calendar from try asking there support.
regards
twocans
"ReidarT" <reidar@eivon.no> wrote in message
news:d4d51j$cpg$1@forums.macromedia.com...> The example [url]http://www.eivon.no/utleiedw/kalendervb.aspx[/url]
> regards
> reidarT
> "twocans" <abbadontdoit@hotmail.com> skrev i melding
> news:d4d3ic$b87$1@forums.macromedia.com...>>> can we see the page , cant tell you anything otherwise.
>>
>>
>>
>>
>> "ReidarT" <reidar@eivon.no> wrote in message
>> news:d4d32k$alg$1@forums.macromedia.com...>>>>>I use a asp-calendar in asp.net to fill two textboxes with dates. Is it
>>>possible to get rid of the flickering?
>>> regards
>>> reidarT
>>>
>>
>
twocans Guest
-
ReidarT #5
Re: Calendar flickering
Here is the calendar:
<asp:Calendar ID="Kalender1" style="Z-INDEX: 101; LEFT: 132px; POSITION:
absolute; TOP: 66px"
runat="server" BackColor="White" Width="160px"
DayNameFormat="FirstLetter" ForeColor="Black"
Height="160px" Font-Size="8pt" Font-Names="Verdana"
BorderColor="#999999" CellPadding="2"
OnSelectionChanged="Kalender1_Selected">
<todaydaystyle forecolor="Black" backcolor="#CCCCCC"></todaydaystyle>
<selectorstyle backcolor="#CCCCCC"></selectorstyle>
<nextprevstyle verticalalign="Bottom"></nextprevstyle>
<dayheaderstyle font-size="7pt" font-bold="True"
backcolor="#CCCCCC"></dayheaderstyle>
<selecteddaystyle font-bold="True" forecolor="White"
backcolor="#666666"></selecteddaystyle>
<titlestyle font-bold="True" bordercolor="Black"
backcolor="#999999"></titlestyle>
<weekenddaystyle backcolor="#FFFFCC"></weekenddaystyle>
<othermonthdaystyle forecolor="#808080"></othermonthdaystyle>
</asp:Calendar>
regards
reidarT
"twocans" <abbadontdoit@hotmail.com> skrev i melding
news:d4d7dp$fip$1@forums.macromedia.com...> it is not flickering as far as I can see, what I believe maybe your saying
> is can it pass the variable into the textbox without refreshing the page.
> if that is the case I cannot help you there as it is beyond me.
>
> where did you get the calendar from try asking there support.
>
> regards
>
> twocans
>
>
> "ReidarT" <reidar@eivon.no> wrote in message
> news:d4d51j$cpg$1@forums.macromedia.com...>>> The example [url]http://www.eivon.no/utleiedw/kalendervb.aspx[/url]
>> regards
>> reidarT
>> "twocans" <abbadontdoit@hotmail.com> skrev i melding
>> news:d4d3ic$b87$1@forums.macromedia.com...>>>>> can we see the page , cant tell you anything otherwise.
>>>
>>>
>>>
>>>
>>> "ReidarT" <reidar@eivon.no> wrote in message
>>> news:d4d32k$alg$1@forums.macromedia.com...
>>>>I use a asp-calendar in asp.net to fill two textboxes with dates. Is it
>>>>possible to get rid of the flickering?
>>>> regards
>>>> reidarT
>>>>
>>>
>>>
>>
>
ReidarT Guest
-
Paul Whitham TMM #6
Re: Calendar flickering
The calendar control does a post back which is the flicker that you are
seeing. It is part of the way that the control works.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"ReidarT" <reidar@eivon.no> wrote in message
news:d4d947$hhk$1@forums.macromedia.com...saying> Here is the calendar:
>
> <asp:Calendar ID="Kalender1" style="Z-INDEX: 101; LEFT: 132px; POSITION:
> absolute; TOP: 66px"
> runat="server" BackColor="White" Width="160px"
> DayNameFormat="FirstLetter" ForeColor="Black"
> Height="160px" Font-Size="8pt" Font-Names="Verdana"
> BorderColor="#999999" CellPadding="2"
> OnSelectionChanged="Kalender1_Selected">
> <todaydaystyle forecolor="Black" backcolor="#CCCCCC"></todaydaystyle>
> <selectorstyle backcolor="#CCCCCC"></selectorstyle>
> <nextprevstyle verticalalign="Bottom"></nextprevstyle>
> <dayheaderstyle font-size="7pt" font-bold="True"
> backcolor="#CCCCCC"></dayheaderstyle>
> <selecteddaystyle font-bold="True" forecolor="White"
> backcolor="#666666"></selecteddaystyle>
> <titlestyle font-bold="True" bordercolor="Black"
> backcolor="#999999"></titlestyle>
> <weekenddaystyle backcolor="#FFFFCC"></weekenddaystyle>
> <othermonthdaystyle forecolor="#808080"></othermonthdaystyle>
> </asp:Calendar>
>
> regards
> reidarT
>
> "twocans" <abbadontdoit@hotmail.com> skrev i melding
> news:d4d7dp$fip$1@forums.macromedia.com...> > it is not flickering as far as I can see, what I believe maybe yourpage.> > is can it pass the variable into the textbox without refreshing theit> > if that is the case I cannot help you there as it is beyond me.
> >
> > where did you get the calendar from try asking there support.
> >
> > regards
> >
> > twocans
> >
> >
> > "ReidarT" <reidar@eivon.no> wrote in message
> > news:d4d51j$cpg$1@forums.macromedia.com...> >> The example [url]http://www.eivon.no/utleiedw/kalendervb.aspx[/url]
> >> regards
> >> reidarT
> >> "twocans" <abbadontdoit@hotmail.com> skrev i melding
> >> news:d4d3ic$b87$1@forums.macromedia.com...
> >>> can we see the page , cant tell you anything otherwise.
> >>>
> >>>
> >>>
> >>>
> >>> "ReidarT" <reidar@eivon.no> wrote in message
> >>> news:d4d32k$alg$1@forums.macromedia.com...
> >>>>I use a asp-calendar in asp.net to fill two textboxes with dates. Is>> >> >>>>possible to get rid of the flickering?
> >>>> regards
> >>>> reidarT
> >>>>
> >>>
> >>>
> >>
> >>
> >
>
Paul Whitham TMM Guest



Reply With Quote

