Search the web
Sign In
New User? Sign Up
rainbowportal · Rainbow Portal Support Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 688 - 717 of 2857   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
688
I've seen exe's and dll's in past that had resources packed into them. The next .NET is supposed to have the option to compile an entire site into just a dll....
William Forney
WForney@...
Send Email
Dec 1, 2004
9:25 am
689
If you mean ascx only.... I think it is possible... (you need the ascx anyway but it can be empty... and this is needed also in ASPNT 2.0) Not so easy to do...
Emmanuele De Andreis
emmanuele71
Offline Send Email
Dec 1, 2004
12:19 pm
690
What I mean is -- have the ability to drop new modules into a working site and use them without having to rebuild Rainbow in visual studio. No .cs files. My...
waveangle
Offline Send Email
Dec 1, 2004
2:41 pm
691
If you put all code in ascx file.. yes.. no dll. You must see the one file module.... it is exactly what you are searching for (you find on standard rainbow...
Emmanuele De Andreis
emmanuele71
Offline Send Email
Dec 1, 2004
2:56 pm
692
You don't need to recompile even with code-behind if you use the "src" directive in your ascx or aspx files.. and refer to a .cs Rahul On Wed, 1 Dec 2004...
Rahul Singh
anantatman
Offline Send Email
Dec 1, 2004
8:01 pm
693
Actually I downloaded and tried to compile and had issues. I didn't give it more time since I was a bit busy. Rahul...
Rahul Singh
anantatman
Offline Send Email
Dec 1, 2004
8:37 pm
694
Oh Powerful Rainbow Gods: I'm writing a custom ECommerce Module and am having trouble with a Place Holder. I have a basic HomePage with a PlaceHolder on one...
Robert Zordel
rzordel@...
Send Email
Dec 1, 2004
8:54 pm
695
Oh Powerful Rainbow Gods: I'm writing a custom ECommerce Module for Rainbow and am having trouble with a Place Holder. I have a basic HomePage with a...
Robert Zordel
rzordel@...
Send Email
Dec 1, 2004
8:59 pm
696
2 hints: 1) is viewstate of page enabled? 2) is viewstate of control enabled? one more: are you relying on values that are stored in private varibles (private ...
Emmanuele De Andreis
emmanuele71
Offline Send Email
Dec 1, 2004
10:46 pm
697
The latest source zip file will now be available on the demo home page. I had one other person try and I think they got it to build. I am now hung up in...
waveangle
Offline Send Email
Dec 2, 2004
1:36 am
698
Viewstate is enabled on both controls (the parent that contains the Placeholderl, and the child that fills it) I actually stripped the page down to nothing. I...
Robert Zordel
robertzordel
Offline Send Email
Dec 2, 2004
5:00 pm
699
I personally do not like the idea of all the code in the ascx. It makes debugging very hard to do and is a step back to the asp days. The idea of code-behind...
Mark A. Gregory
magregory63
Offline Send Email
Dec 3, 2004
4:46 am
700
You do not have to build rainbow. If the module has its own dll, you just put the dll into the bin folder, the module into desktopmodules and install the sql...
Mark A. Gregory
magregory63
Offline Send Email
Dec 3, 2004
4:49 am
701
I agree. If you as a module author want to build your custom modules with the code in the ascx, that's your business and they will compile and run fine at...
William Forney
WForney@...
Send Email
Dec 3, 2004
5:29 am
702
I was not planning on putting code in the ascx files, I don't like this either. I was just asking if and how you can install modules without rebuilding...
waveangle
Offline Send Email
Dec 3, 2004
6:51 am
703
I have just lifted the settings support classes for the datatypes and settings table out of Rainbow and used them in my project. With a few modifications. I...
waveangle
Offline Send Email
Dec 3, 2004
7:48 am
704
is the button and the placeholder on the same usercontrol/page? or are they in different ones that you loaded? Rahul...
Rahul Singh
anantatman
Offline Send Email
Dec 3, 2004
9:39 am
705
I'd think that the hashtable would be about the simplest think to serialize/deserialize. I think you could probably substitute Hashtables with with the...
Rahul Singh
anantatman
Offline Send Email
Dec 3, 2004
9:43 am
706
for licence: no problem... just refer to that on header file. for esperantus: we have almost completed the port to a provider model so you may help us to...
Emmanuele De Andreis
emmanuele71
Offline Send Email
Dec 3, 2004
10:09 am
707
It's done that way. The hard part was reverse engineering the Rainbow settings and nunit testing for memory leaks. I created an xml file and read it back in a...
waveangle
Offline Send Email
Dec 3, 2004
11:21 am
708
Current modules not compatible, but close. I have started a basic set of modules, each port is easier than the last. I would like to stop and think about a way...
waveangle
Offline Send Email
Dec 3, 2004
11:30 am
709
I have an example up on this site... http://rzordel.codeapplyconquer.com but I think I figured it out... I wasnt updating the Placeholder in the Page_Load...
Robert Zordel
robertzordel
Offline Send Email
Dec 3, 2004
2:16 pm
710
I'm sorry the correct website is http://rzordel.codeapplyconquer.com/rainbow Thank, Robert Robert Zordel <robertzordel@...> wrote: I have an example up...
Robert Zordel
robertzordel
Offline Send Email
Dec 3, 2004
2:23 pm
711
Yes, at the top of the ascx file are lines that associate the page with dlls and other resources. I don't have my .Net open right now, but it is a standard...
Mark A. Gregory
magregory63
Offline Send Email
Dec 3, 2004
11:58 pm
712
I am very close to being able to load Rainbow modules without modification. I have already loaded the SendThoughts module but it is a very simple case. There...
waveangle
Offline Send Email
Dec 4, 2004
5:52 pm
713
What about the database modules? They rely on the sql provider.. i'm assuming in those cases you'd need to have the database..? Rahul...
Rahul Singh
anantatman
Offline Send Email
Dec 5, 2004
9:58 am
714
I sort of spoke too soon, these will be a problem. I will assume there is already a Rainbow database with some minimum settings, maybe one tab, I don't know....
waveangle
Offline Send Email
Dec 5, 2004
3:29 pm
715
Yeah, I have thought how cool it would be to have a webcontrol wrapper that you could simply drag from your tool box and run any Rainbow or DNN control. This...
Rocky Moore
rockomoore
Offline Send Email
Dec 5, 2004
5:41 pm
716
This could be done, but you currently would need a setup rainbow database to accommodate all the settings. When V.Next arrives it will be more modular I'll...
William Forney
WForney@...
Send Email
Dec 6, 2004
12:10 am
717
I was in the vNext group while it lasted. The only concrete data store class we started is in my project in the form of the persistence layer. It's not very...
waveangle
Offline Send Email
Dec 6, 2004
5:09 am
Messages 688 - 717 of 2857   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help