~ubuntu-branches/ubuntu/precise/acedb/precise

« back to all changes in this revision

Viewing changes to winfo/Proposals/superclass.shtml

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller
  • Date: 2010-07-11 06:27:12 UTC
  • Revision ID: james.westby@ubuntu.com-20100711062712-f1mtli96gavo7mk4
Tags: upstream-4.9.39
ImportĀ upstreamĀ versionĀ 4.9.39

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<!--#include virtual="/perl/header" -->
 
3
<!--#set var="author" value="edgrif@sanger.ac.uk" -->
 
4
 
 
5
<HEAD>
 
6
<TITLE>Superclasses</TITLE>
 
7
</HEAD>
 
8
 
 
9
<BODY>
 
10
 
 
11
 
 
12
<PRE>
 
13
 
 
14
Keith,                                                                                    
 
15
                                                                                          
 
16
> This is not really that important to us, but now we have the ?CDS class                 
 
17
> up and running I thought I would try to get Simon's 'composite class'                   
 
18
> working so that we can search across the name space of several 'gene-like'              
 
19
> classes in one go.                                                                      
 
20
>                                                                                         
 
21
> It doesn't seem to work when using 4.9w or 4.9x (RELEASE.EXPERIMENTAL) but              
 
22
> I'm not sure if this might be because Simon's code hasn't been folded into              
 
23
> the main code?  We can return to this later as it is not a real high                    
 
24
> priority for us.  More details below.                                                   
 
25
                                                                                          
 
26
OK, this doesn't work at the moment. Simons code to initialise the struct that            
 
27
holds the superclass information was flawed (because he tested it on Linux (32            
 
28
bit) and not Alphas (64 bit). In fact his code would stop you initialising an             
 
29
acedb database on Alphas with a superclass defined so I've had to fix it !                
 
30
                                                                                          
 
31
Now I've fixed that but there is another problem in that the superclass now           
 
32
appears in the "other class" list in the main window but not in query                     
 
33
builder.....sigh....                                                                      
 
34
                                                                                          
 
35
You would have thought that there might be just one way call to prepare the list          
 
36
of classes for the main window or query builder or.... but no, there are several          
 
37
routines, all undocumented.                                                               
 
38
                                                                                          
 
39
I think that main window stuff will work but other bits will not, you'll just             
 
40
have to push me when you come to need them.                                               
 
41
                                                                                          
 
42
                                                                                          
 
43
cheers Ed                                                                                 
 
44
 
 
45
</PRE>
 
46
 
 
47
<!--#include virtual="/perl/footer" -->
 
48
 
 
49
</BODY>
 
50
</HTML>