Re: Does CF8 use activex components
it turns out that it was only happening on two workstations. We made a change to the Group Policy on that server, ran gpupdate from a command window and now it is working correctly. Thanks for all your suggestions and help. > > I am using a very vanilla CFLayout page with cfajaxproxy calls and > the jQuery framework. I do > > have the java machine installed (since it is required by Eclipse). > > What do you see when you view source in the page? Or, in the case of > an AIR application, what does a tool like Wireshark tell you you're > getting from the server? > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319126 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Does CF8 use activex components
> I am using a very vanilla CFLayout page with cfajaxproxy calls and the jQuery > framework. I do > have the java machine installed (since it is required by Eclipse). What do you see when you view source in the page? Or, in the case of an AIR application, what does a tool like Wireshark tell you you're getting from the server? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319125 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Does CF8 use activex components
I am using a very vanilla CFLayout page with cfajaxproxy calls and the jQuery framework. I do have the java machine installed (since it is required by Eclipse). >If you are only using Ajax (no Java and no Flash) then you should not >be getting ActiveX warnings. If you are seeing that warning it would >suggest that you are using more than just Ajax without realizing it. I >assume you are only getting this warning on the specific pages with >RIA controls on them, and you are not seeing it on basic Web pages. Is >it a specific ColdFusion tag you are using that is resulting in the >warning? > >-Mike Chabot > > >> ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319120 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: Does CF8 use activex components
If you are only using Ajax (no Java and no Flash) then you should not be getting ActiveX warnings. If you are seeing that warning it would suggest that you are using more than just Ajax without realizing it. I assume you are only getting this warning on the specific pages with RIA controls on them, and you are not seeing it on basic Web pages. Is it a specific ColdFusion tag you are using that is resulting in the warning? -Mike Chabot On Tue, Feb 10, 2009 at 9:45 AM, Michael Brennan-White wrote: > > Dave, > > Thanks for the reply. Would I be right in assuming if I am not using the > EnableCAB attribute and only using the CF8 ajax components (and no > FlashForms) that this is a false error? > > Thanks, > > Michael > >> > Yesterday when we enter my CF8 ColdFusion RIA app in IE, we are >> warned that since we have >> > ActiveX disabled some applications may not display properly. The >> application does display and >> > function correctly but it is an annoying message and leads to the >> question of whether CF is >> > using Active X. >> >> CF doesn't use ActiveX. Flash uses ActiveX to display in IE. The >> CFFORM tag's ENABLECAB attribute uses ActiveX to persistently store >> Java applets used by CFFORM. >> >> Dave Watts, CTO, Fig Leaf Software >> http://www.figleaf.com/ >> >> Fig Leaf Software provides the highest caliber vendor-authorized >> instruction at our training centers in Washington DC, Atlanta, >> Chicago, Baltimore, Northern Virginia, or on-site at your location. >> Visit http://training.figleaf.com/ for more > information! > > ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319119 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Does CF8 use activex components
Dave, Thanks for the reply. Would I be right in assuming if I am not using the EnableCAB attribute and only using the CF8 ajax components (and no FlashForms) that this is a false error? Thanks, Michael > > Yesterday when we enter my CF8 ColdFusion RIA app in IE, we are > warned that since we have > > ActiveX disabled some applications may not display properly. The > application does display and > > function correctly but it is an annoying message and leads to the > question of whether CF is > > using Active X. > > CF doesn't use ActiveX. Flash uses ActiveX to display in IE. The > CFFORM tag's ENABLECAB attribute uses ActiveX to persistently store > Java applets used by CFFORM. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319117 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: Does CF8 use activex components
> Yesterday when we enter my CF8 ColdFusion RIA app in IE, we are warned that > since we have > ActiveX disabled some applications may not display properly. The application > does display and > function correctly but it is an annoying message and leads to the question of > whether CF is > using Active X. CF doesn't use ActiveX. Flash uses ActiveX to display in IE. The CFFORM tag's ENABLECAB attribute uses ActiveX to persistently store Java applets used by CFFORM. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319116 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Does CF8 use activex components
I was asked this yesterday and said no but something weird is happening on our IE installs. Yesterday when we enter my CF8 ColdFusion RIA app in IE, we are warned that since we have ActiveX disabled some applications may not display properly. The application does display and function correctly but it is an annoying message and leads to the question of whether CF is using Active X. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319114 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4