Welcome to the Feature Request and Bug Report Submission Forum. Use this forum to request new features or suggest modifications to existing features. You can also use this forum to report suspected bugs in Wieldy. I will try to implement your feature requests, but i can not guarantee that i will implement every feature request. Thank you for your help to improve Wieldy.
0
На рассмотрении

Align creation date with due date

Christoph 13 лет назад обновлен Kevin Erath 13 лет назад 0

 I suggest to group the dates together and put the creation date on the same line as the due date, maybe right aligned on the line. It looks a bit deplaced now on the following line in front of the project name.

0
На рассмотрении

outlook addon

chraus 13 лет назад обновлен Kevin Erath 13 лет назад 1
often when I'm reading my mails I had to make a wiedly thougth from the mail. So I like to have a funktion to add this automatically. A new entry in the context menue "make wieldy thought" would be great.
0
Запланирован

Add date and time to comment

Анонимный 13 лет назад обновлен Kevin Erath 13 лет назад 0
It would be nice to be able to add the current date and time to the comment field to track note dates. Just a button that adds date/time as text, that's all.
0
Завершен

Move Filter options below the text filter

anonymous 13 лет назад обновлен Kevin Erath 13 лет назад 0
It would be good to move the filter options below the text filter to clean up the interface in current beta
Ответ
Kevin Erath 13 лет назад
Fixed with beta V0.2.7.760
0
Начат

Creating user in locked state causes crash (V0.3.1)

Анонимный 13 лет назад обновлен Kevin Erath 13 лет назад 0
System.NullReferenceException: Object reference not set to an instance of an object.
   at Wieldy.Client.Windows.MainWindow.CreateUserExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
   at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
   at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated)
   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.UIElement.CrackMouseButtonEventAndReRaiseEvent(DependencyObject sender, MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
0
Исправлен

Exception error when editing actions

SLF 13 лет назад обновлен Kevin Erath 13 лет назад 10
When I edit an action on the Next screen and then close the application (with X) which minimizes to the tray then the error below is produced. The application did save the edited text though!

System.NullReferenceException: Object reference not set to an instance of an object.
   at Odyssey.Controls.RibbonWindow.ScreenToLocal(Point point)
   at Odyssey.Controls.RibbonWindow.NCHitTest(Point p, Rect rect)
   at Odyssey.Controls.RibbonWindow.WndProcHitTest(IntPtr hwnd, IntPtr lParam, Boolean& handled, IntPtr& result)
   at Odyssey.Controls.RibbonWindow.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at Wieldy.Client.Windows.MainWindow.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
Ответ
Kevin Erath 13 лет назад

I finally found an issue which caused this behaviour. The fix is implemented with beta V0.3.1.989. Please let me know if the problem is finally fixed.

0
Исправлен

Weekly review with Office black theme is hardly readable.

Tiresome98 13 лет назад обновлен Kevin Erath 13 лет назад 0
It displays black text on a dark gray background which is difficult to read.
Ответ
Kevin Erath 13 лет назад
Fixed with beta version V0.2.7.855
0
Завершен

Update dialog should identify Wieldy

Christoph 13 лет назад обновлен Kevin Erath 13 лет назад 0
When the update dialog box appears it is not immediately clear (if Wieldy is autostarted by Windows) to which application it belongs. I suggest to change the title of the dialog from just "New version available" to "Wieldy: New version available".
Ответ
Kevin Erath 13 лет назад
The feature is now implemented, starting with beta V0.2.7.832.
0
Запланирован

possiblity to expand all ideas + disable scrollbar within idea

Анонимный 12 лет назад обновлен Kevin Erath 11 лет назад 0
hey, it would be very nice to have the possibility, that all ideas in the current window are expanded. so maybe when you ctrl-click on the arrow on the right of an idea all other ideas in the window expand. furthermore, it would me good, if there is an option to disable the scrollbar within the detailled view of an idea. up to now, after 10 lines the scrollbar appears and it makes it very uncomfortable to work with longer texts. a preference option for an alltime fullview would be great! thanks a lot for wieldy!
0
На рассмотрении

Note Thoughts

Анонимный 13 лет назад обновлен Kevin Erath 13 лет назад 1

It's a tiny thing but would be great to view 'note-only' thoughts (meaning ideas, notes for the project free not related to a specific action) as a note, without the to do checkbox.

0
Не ошибка

Problem with Manual Outlook Sync

Arno Tolmeijer 13 лет назад обновлен Kevin Erath 13 лет назад 0
When I start Wieldy, syncing works fine. When I manually sycn with Outlook Synchronizer later, Wieldy generates an error:

System.RUntime.InteropServices.COMException( 0x001010A):
Creating an instance of the COM componetn with the CLSID {0006F03A-0000-0000-C000-000000000046} from the IClassfactory failed due to the following error:
8001010a.
at Wieldy.Synchroizer.Outlook.OoulookSynchronizer.Start( SynchronizerSettings synchronizerSettings, SecureString readPassword, Boolean readRequiored, Func`2 continueHandler, Guid id)
at Wieldy.Core.ManagerCore.Synchronize( SecureString password, ConfiguredSynchronizer configuredSynchronizer, FavorDirectionType favorDirection, Func`3 configureSynchronization, Func`2 continueHandler, IProgrgessWindow progressWindow )
at Wieldy.Core.CommunicatorBase. ( B oolean, ConfiguredSynchronizer, FavorDirectionType, Func`3 Boolean, Func`2 )
at Wieldy.Core.CommunicatorBase. ( B oolean, ConfiguredSynchronizer, FavorDirectionType, Func`3 Boolean, Func`2 )

(What about copy/paste inthis error message box?)
Using Wieldy 0.2.7.689, Windws 7 Enterprise 64 bits, Outlook 2010
Ответ
Kevin Erath 13 лет назад
Could not find the bug nor a solution for this.
Since this error hasn't been reported again it will be closed for now.
0
Исправлен

Unlocking Wieldy forgets "View" sorting option

Анонимный 13 лет назад обновлен Kevin Erath 13 лет назад 0
When unlocking Wieldy the "View" sorting option selected (Eg: "Sort by Title") isn't remembered and always defaults back to "Sort by Creation Date".

v0.2.7.689
Ответ
Kevin Erath 13 лет назад
Fixed with beta version V0.2.7.729
0
Отвечен

In what state (link/included) does Wieldy add references as default?

Tomas S 13 лет назад обновлен Kevin Erath 11 лет назад 0
I.e. what does the shown icons mean?
Ответ
Kevin Erath 11 лет назад
The default is link. The small arrow shows that it is linked ;-)
0
Запланирован

Scrollbar position not reset when switching views

Christoph 13 лет назад обновлен Kevin Erath 13 лет назад 2
In 0.2.7.884, when I switch from one view to another (e.g. from "Next Actions" to "Today"), then the scrollbar position is not reset (e.g. if the "next actions" view was scrolled down, the "today" view will also be scrolled down).

Also, if e.g. the today view has 10 entries, then the scrollbar can be in a position where only the last 3 are visible, even though 10 entries would fit on the screen. I.e. the scrollbar window is not adapted to the new view.
0
Исправлен

Projects not added after sync

Tomas S 13 лет назад обновлен Kevin Erath 13 лет назад 2
I've just installed Wieldy (beta 963) on my work computer after testing it on my home computer. I've set up sync using Dropbox. When I import to my work computer, none of the projects I've created at home is added to the action list.
Ответ
Kevin Erath 13 лет назад
An visual update error caused this. Should be fixed with beta V0.3.1.969. If not, please let me know,
0
Отклонен

star tasks appear ahead of other task in the next

R A 13 лет назад обновлен Kevin Erath 13 лет назад 1
star tasks appear ahead of other task in the next
0
Отвечен

Outlook Sync problem

Анонимный 13 лет назад обновлен Kevin Erath 13 лет назад 0
When I try to sync outlook i get the following error;
System.IO.filenotfoundException: Could not load file or assembly 'Microsft.office.interop.Outlook, VErsion 12.0.0.0 Culture=Neutral, PublicKeyToken=71e9bce111e9429c'
Ответ
Kevin Erath 13 лет назад
Please ensure that the Office Interop Assemblies for .NET are installed. Those can be installed via the office setup and are normally automatically installed. See here:

http://msdn.microsoft.com/en-us/library/bb646840.aspx

If this does not help, you can also download the assemblies from here: http://msdn.microsoft.com/en-us/library/kh3965hw.aspx
0

The program in Swedish

Анонимный 11 лет назад 0

The program in Swedish

0
На рассмотрении

can we sync with ubuntu one or spideroak?

Анонимный 13 лет назад обновлен Kevin Erath 13 лет назад 0
Ответ
Kevin Erath 13 лет назад
Not yet, but an addin could be developed. I'm currently workin on various synchronisation addins. I will release the source code for all addins with the next release.
0
Отвечен

Un-categorise?

Heiner Spaetri 13 лет назад обновлен Kevin Erath 13 лет назад 0
Hello,

this program ist great!
But I cannot figure out, how to remove a category in a project. How can I do this?
Ответ
Kevin Erath 13 лет назад
Hello Heiner,

you can remove a category/tag from a project like this:
  1. Right click on the project in the left tree
  2. Select the option "Edit Project"
  3. Click on the category/tag to remove it
  4. Click "Ok" to confirm the changes

I hope that helps. If not, don't worry to ask again.

Regards

Kevin
0
Отвечен

How do I set a task to be updated to do it again once it is done

Анонимный 13 лет назад обновлен Kevin Erath 11 лет назад 0
I cannot get recurring subsequent to work.  If I haven't done it on the first day the task appears twice on the second day.

Is a one off task a thought.  Not sure which category under create event to use for a one off task.

Alos please tell me the name of the file with the data in it.  I have wieldy on two computers and want to put the working file on the cloud in Dropbox.
Ответ
Kevin Erath 11 лет назад
You have set the Recuring Action Type to Recurring (Subsequent)?
Did you set "Create in Advance" to greater than 0? If so, then 1+the number will be created.

Else you may have found a bug. Does it still happen?
0

When Wieldy is minimized, the pop-up list does not contain all the items.

Анонимный 11 лет назад 0

It is a nice idea to follow my lists in minimized form on the tray. But I can see only 8 items of each, although it has a side bar. Why?

I do not even understand why this 8 items are shown. If I arrange them in a custom order in a full-screen window, I would like to see at least the top 8 in the small tray-list.

Thanks!

0
Исправлен

Respite when changing the order via drag and drop

Christoph 13 лет назад обновлен Kevin Erath 13 лет назад 6
When I change the ordering of tasks by manually dragging a task to a different position, Wieldy 0.2.7.768 takes a respite of 4-5 seconds before showing the new order of tasks. During that time, the application hangs and is not responsive.
Ответ
Kevin Erath 13 лет назад

Did some changes to speed up custom sorting. The changes can be found with beta V0.2.7.832

0
Завершен

Planning to release V0.3.1.989 as stable version

Kevin Erath 13 лет назад обновлен 13 лет назад 3

Feature freeze for V0.3.1. Please let me know if you have any major issues with this beta version. If not, i will release this version soon as V0.3.1.

0
Отвечен

How can I delete a delegation?

chraus 13 лет назад обновлен Kevin Erath 13 лет назад 0
Sometimes I do task by myself, that I have delegated before. How can I delete the delegation of such task?
Ответ
Kevin Erath 13 лет назад
Just move it back to the next folder.
You can do this by:
1. Drag&Drop of the delegated action onto the next folder on the left
2. Select the delegated action and use the assign button in the top bar


Сервис поддержки клиентов работает на платформе UserEcho