Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. Visual C++ CLR,How to design the UI like Adobe After Effects's TimeLine Panel

Visual C++ CLR,How to design the UI like Adobe After Effects's TimeLine Panel

Scheduled Pinned Locked Moved Managed C++/CLI
c++designdotnetcomgraphics
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    akira32
    wrote on last edited by
    #1

    I want to design a UI like Adobe After Effects's TimeLine Panel as below bitmap: The TimeLIne bitmap:http://pixinfo.com/img/sz/Adobe\_After\_Effects\_6.5/AfterEffects6.5\_02\_od.jpg The TimeLine Panel has two parts. Left part seems to be ListView with Icon and Text,but it has hierarchy like TreeView. Right part has a TrackBar-like time bar and a list shows the animation range(click the item of list to drag-drop the curve of translation,scaling,rotation). How magicial the TimeLine is!! Does somebody havw any idea about the TimeList design? Or How to design the same control like the TimeLine?

    N 1 Reply Last reply
    0
    • A akira32

      I want to design a UI like Adobe After Effects's TimeLine Panel as below bitmap: The TimeLIne bitmap:http://pixinfo.com/img/sz/Adobe\_After\_Effects\_6.5/AfterEffects6.5\_02\_od.jpg The TimeLine Panel has two parts. Left part seems to be ListView with Icon and Text,but it has hierarchy like TreeView. Right part has a TrackBar-like time bar and a list shows the animation range(click the item of list to drag-drop the curve of translation,scaling,rotation). How magicial the TimeLine is!! Does somebody havw any idea about the TimeList design? Or How to design the same control like the TimeLine?

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      akira32 wrote:

      Or How to design the same control like the TimeLine?

      That control looks so complicated. You need to split that control into several small controls like slider, the point etc. Build each one separately and combine to get the whole control. In many places you may need to draw the control yourself.

      Best wishes, Navaneeth

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups