![]()  | 
 
Access 2007 Style | 
 
    Post Reply  
   | 
  
| Author | |
   
   RedPsyrus  
   
   Groupie  
   Joined: 17 November 2008 Status: Offline Points: 38  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Topic: Access 2007 StylePosted: 21 October 2009 at 6:32pm  | 
 
| 
   
    
   Hi, every body 
   
  I have make the style of access 2007 using bv.net 9 but my problem that how I can set alignment of items in bottom and how I can resize the control with the form here is the simple uploads/20091021_183049_Style_Access_20.zip can some body help me ![]() thanks  | 
 |
| 
   
     
     I'm using visual studio 2008 pro and codejock 12.1.1
     
   
   | 
 |
![]()  | 
 |
   
   RedPsyrus  
   
   Groupie  
   Joined: 17 November 2008 Status: Offline Points: 38  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 22 October 2009 at 4:09am | 
 
| 
   
    
   no help...! 
   
   
    | 
 |
| 
   
     
     I'm using visual studio 2008 pro and codejock 12.1.1
     
   
   | 
 |
![]()  | 
 |
   
   Oleg  
   
   Senior Member  
   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 22 October 2009 at 6:40am | 
 
| 
   
    
   Hi,
 
   
  For example you can update Height and Width of Gallery control: 
Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Resize
On Error Resume Next
CommandBars(2).Controls(1).Height = Me.ClientSize.Height - 10
CommandBars(2).Controls(1).Width = Me.ClientSize.Width - 10
End Sub 
    | 
 |
| 
   
     
     Oleg, Support Team 
   
  CODEJOCK SOFTWARE SOLUTIONS  | 
 |
![]()  | 
 |
   
   RedPsyrus  
   
   Groupie  
   Joined: 17 November 2008 Status: Offline Points: 38  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 22 October 2009 at 7:14am | 
 
| 
   
    
   
Hi,, 
   
  thanks Oleg how about the alignment of caption item?!! the same problem for the alignment image in the same simple I try this: With GalleryStyles .Width = 504 .Height = 400 .SetItemsMargin(5, 5, 5, 5) .ShowBorders = True .ShowScrollBar = True .Style = XTPButtonStyle.xtpButtonIconAndCaptionBelow .Resizable = XtremeCommandBars.XTPGalleryResizable.xtpAllowResizeHeight Or XtremeCommandBars.XTPGalleryResizable.xtpAllowResizeWidth ' .Items = ItemsStyles End With there is a problem it d'ont work but it work for Style = XTPButtonStyle.xtpButtonIconAndCaption any idea??! thanks  | 
 |
| 
   
     
     I'm using visual studio 2008 pro and codejock 12.1.1
     
   
   | 
 |
![]()  | 
 |
   
   Oleg  
   
   Senior Member  
   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 23 October 2009 at 8:40am | 
 
| 
   
    
   Hi,
 
   
  Gallery doesn't support xtpButtonIconAndCaptionBelow :(  
Send request to support - I can add it and attach new ocx if you have active subscription 
    | 
 |
| 
   
     
     Oleg, Support Team 
   
  CODEJOCK SOFTWARE SOLUTIONS  | 
 |
![]()  | 
 |
   
   RedPsyrus  
   
   Groupie  
   Joined: 17 November 2008 Status: Offline Points: 38  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 23 October 2009 at 9:14am | 
 
| 
   
    
   hi .. 
   
  ok I send you the request later thanks  | 
 |
| 
   
     
     I'm using visual studio 2008 pro and codejock 12.1.1
     
   
   | 
 |
![]()  | 
 |
    Post Reply  
   | 
  |
|       
  
  Tweet   	
    | 
 
| Forum Jump | Forum Permissions  ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum  |