![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Additional Libraries Users contributed libraries. This sub-forum is only available to licensed users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Quote:
Since we CAN, add it to a form, is it that much of a chnge to modify the dll in order to be able to change the parent, or to be able to add it to a Panel ( i still can see why it doesn't work as is...)
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
||||
|
Quote:
Quote:
|
|
||||
|
Thanks Andrew...
All is clear now...
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
|||
|
Love the ability add a DatePicker, and even worked out how to use the other library to add it to a specific panel. Problem is... I can't work out a way to put the control somewhere specific in the tab order (I want to insert it after a specific control)
Also with the date picker... on the smartphone when editing a contact there is a neat control that only takes up a small amount of screen real-estate and has a checkbox... is there a way to format the ControlsEx date picker the same way?
__________________
Random Thoughts of an Offbeatmammal |
|
||||
|
Quote:
Code:
' for a built-in control
Obj1.FromControl( "ctlname") or Obj1.
Obj1.SetProperty ("TabIndex", tabpos )
' for a library control
Obj1.FromControl( ctl.ControlRef) or Obj1.value = ctl.ControlRef
Obj1.SetProperty ("TabIndex", tabpos )
Quote:
|
|
|||
|
ShowUpDown doesn't seem to do anything on the Smartphone (but no drama), the custom "dd MMM yyyy" format did the trick for layout, though I can't find a setting to make the checkbox - guess that's some weird special case (I can fake it with two controls)
TabIndex I think I'll have to play with some more. I know the field that I want to place this one after so just need to see how I can get the tabindex of that one and go from there (more playing!)
__________________
Random Thoughts of an Offbeatmammal |
|
||||
|
Hi,
I need program, which only shows notification, but it is possible only if Form is showed. When I do not use Form1.Show, notification is not displayed. Is it normal, or I am wrong? Sample... Code:
Sub App_Start notif.New1 notif.Text="<a href=" & Chr(34) & "clicked" & Chr(34) & ">Close.</a>" notif.InitialDuration=5 notif.Visible=True End Sub Sub notif_ResponseSubmitted notif.Visible=False End Sub
__________________
XDA Flame |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PhoneticAlgorithms Library (ex-StringComparison Library) | moster67 | Additional Libraries | 10 | 11-11-2008 08:46 PM |
| Door library (Beta) - Special library | Erel | Official Updates | 48 | 07-18-2008 03:33 PM |
| Merging Outlook library and Phone library | Erel | Official Updates | 2 | 07-14-2008 04:38 PM |