[MonoDevelop] Widgets shaded out in ASP.NET
Alexandre Fedorko
crabb at alicetele.com
Sat Jan 27 04:24:33 EST 2007
Hi,
I am a complete novice in MonoDevelop.
FreeBSD 6.1, Mono-1.1.13.8.1, Monodevelop-0.12, Mozilla-1.7.12 ($MOZILLA_HOME/chrome/installed-chrome.txt
edited as mentioned in README and aspdesigner.jar is in the $MOZILLA_HOME/chrome), gtk-sharp-2.8.
Would you mind explaining to me why:
1. the ASP.NET widgets are always shaded out? I've thrown away Firefox but it has no effect.
2. It takes up to ten seconds to switch from "Source Editor" to "Designer" in an ASP.NET application
(in GTk# 2.0 I switch to and from immediately and the widgets are properly activated)?
May be the answer to both questions is the same and simple but I somehow can't find it for the moment .
Respectfully,
Alexandre Fedorko.
---------------------------------------------------------
all: $(packagename).jar
#install-files:
# mkdir -p $(packagedir); \
# cp $(packagename).jar $(packagedir)/
#uninstall-files:
# rm -rf $(packagedir)/$(packagename).jar
### Handle the different chrome installation mechanisms ###
install-data-hook: old-install-files install-chrome-text
uninstall-hook: old-uninstall-files uninstall-chrome-text
#install-data-hook: install-files install-manifest
#uninstall-hook: uninstall-files uninstall-manifest
### Install manifest ###
#install-manifest:
# cp $(packagename).manifest $(chromedir)/
#uninstall-manifest:
# rm -rf $(chromedir)/$(packagename).manifest
old-install-files:
cp $(packagename).jar $(chromedir)/
old-uninstall-files:
rm -rf $(chromedir)/$(packagename).jar
install-chrome-text:
if test -f $(installed_chrome_txt); then \
cp $(installed_chrome_txt) /tmp/chrome.old; \
sudo bash -c "sed -e'/aspdesigner/d' /tmp/chrome.old > $(installed_chrome_txt)"; \
for CHRM in $(old_chrome_install_text); do \
cp $(installed_chrome_txt) /tmp/chrome.old; \
sudo bash -c "sed -e'\$$a$$CHRM' /tmp/chrome.old > $(installed_chrome_txt)"; \
rm /tmp/chrome.old; \
done; \
fi;
uninstall-chrome-text:
if test -f $(installed_chrome_txt); then \
cp $(installed_chrome_txt) /tmp/chrome.old; \
sudo bash -c "sed -e'/aspdesigner/d' /tmp/chrome.old > $(installed_chrome_txt)"; \
rm /tmp/chrome.old; \
fi;
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20070127/070d019e/attachment.html
More information about the Monodevelop-list
mailing list